Skip to content
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

Display Regular/Original price on Cart #2279

Open
jyotichahal opened this issue Nov 4, 2022 · 1 comment
Open

Display Regular/Original price on Cart #2279

jyotichahal opened this issue Nov 4, 2022 · 1 comment
Assignees

Comments

@jyotichahal
Copy link

Expected Behaviour

How to show regular & sale price in cart so customer can see discount given?

Actual behavior

On cart page as of now can see discounted price

Steps to reproduce behavior

Select this product - https://lovetodream.com.au/products/swaddle-up-transition-bag-organic-1-0-tog-mint.html

On product view page you can see -

Original price being strike through $59.95
Discounted price - $50.96
Discount - You save $8.99

add the product in cart and then view cart.

where only discounted price is visible.

Need the same price description on the cart page.

Need some guidance- thank you 🙏

@mattcoy-arcticleaf
Copy link
Contributor

Hi @jyotichahal , this is not a Cornerstone issue. This is a data accessibility issue. On the cart page, the non-sale prices of products in cart are not available. BigCommerce has already stated that they will not be adding this.

To resolve, you will need to make a GraphQL query to the product to get the non-sale price, and then use JavaScript to add that in to the cart page.

I have answered with some more detail in this thread: https://support.bigcommerce.com/s/question/0D54O00007adtCzSAI/strikethrough-pricing-for-promotions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants