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
On Product Listing Page
Bulk Discount Rates Call out/Link to show on product cards even when faceted search is used.
Actual behavior
On page load (Product Listing Page)
Product cards show bulk discount rates call out/link
As soon as faceted search is used (product filters or pagination) the product card bulk discount rates call out no longer renders.
Steps to reproduce behavior
Have tested on the latest version of cornerstone and still getting this issue.
config.json - "bulk_discount_rates": true
Navigate to a category with products that have bulk pricing rules.
See Bulk Discount Rates call out on product card
Use faceted search, filter or next page of results
Bulk Discount Rates call out no longer renders on product cards
Additional info
It seems that bulk_discount_rates are no longer apart of page context when faceted search is used.
The first conditional check for bulk_discount_rates.length is true on initial page load though,
return false on faceted search.
The text was updated successfully, but these errors were encountered:
Expected behavior
On Product Listing Page
Bulk Discount Rates Call out/Link to show on product cards even when faceted search is used.
Actual behavior
On page load (Product Listing Page)
Product cards show bulk discount rates call out/link
As soon as faceted search is used (product filters or pagination) the product card bulk discount rates call out no longer renders.
Steps to reproduce behavior
Have tested on the latest version of cornerstone and still getting this issue.
Additional info
It seems that bulk_discount_rates are no longer apart of page context when faceted search is used.
The first conditional check for bulk_discount_rates.length is true on initial page load though,
return false on faceted search.
The text was updated successfully, but these errors were encountered: