-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Milestone
Description
Current behavior
When enabling "Direct prices sync" by setting the following configuration options to true:
"alwaysSyncPlatformPricesOver": true,
"clearPricesBeforePlatformSync": true,
"waitForPlatformSync": true,
prices stop showing in product listings.
This doesn't just happen in our installation, but also on a fresh demo installation (latest version) using the demo API.
Expected behavior
Product listing should show prices for products, after making a request to the "render-list" API to get live prices.
Steps to reproduce the issue
Create a fresh install using the demo API and change the above configuration options to true. Navigate to a product category and check if you see prices in the product listing.
Can you handle fixing this bug by yourself?
- YES
- NO