You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
When using api-search-query (and hence response_format=compact in the api request querystring), one of the configurable children is missing most of its pricing data.
deletesubItem[field]// remove fields that are non distinct
}
})
We have a customized vsf-default theme that will display price data in the options dropdown on the PDP for configurable products. This breaks that.
I'm not sure if this is a bug or a feature?!
It can easily be "worked around" by removing the fields we want to retain from config.products.fieldsToCompress, but wanted to add an issue to at least shine a light on the "breaking change".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
api-search-query
(and henceresponse_format=compact
in the api request querystring), one of the configurable children is missing most of its pricing data.The code that removes it is this:
vue-storefront-api/src/processor/product.js
Lines 65 to 69 in 1e62369
We have a customized vsf-default theme that will display price data in the options dropdown on the PDP for configurable products. This breaks that.
I'm not sure if this is a bug or a feature?!
It can easily be "worked around" by removing the fields we want to retain from
config.products.fieldsToCompress
, but wanted to add an issue to at least shine a light on the "breaking change".The text was updated successfully, but these errors were encountered: