-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STENCIL-3974 - PLP Price Ranges #1111
Conversation
💚 |
@@ -0,0 +1,3 @@ | |||
{{#with price_range}} | |||
{{min.formatted}} - {{max.formatted}} | |||
{{/with}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EOL is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -81,7 +81,11 @@ <h4 class="card-title"> | |||
|
|||
<div class="card-text" data-test-info-type="price"> | |||
{{#or customer (if theme_settings.restrict_to_login '!==' true)}} | |||
{{> components/products/price price=price customer=customer}} | |||
{{#if price_range}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about product view ? https://github.com/bigcommerce/cornerstone/blob/master/templates/components/products/product-view.html#L19 are we not planning on showing the range in the quick view & product detail page until an option is selected ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I understand, this is only for PLP and nowhere else.
Autotagging @bigcommerce/stencil-team @davidchin |
What?
Tickets / Documentation
@bigcommerce/stencil-team - this is ready to go