I create a discount code for specific products, unfortunately when I place order to that product, there is no discount box show up in the shopping cart. See the screen shot below. my web address is: vapecentralwholesale.com
Hello @frankwxiong ,
We have checked your issue. Refer to the below solution for your issue with a discount box on the shopping cart page:
- The discount box can be enabled on the checkout page by generating a custom discount code on your Shopify store theme.
- You cannot dynamically apply a discount box on the cart page in any of the themes.
- You have to write a custom code on the cart page of the theme to apply a discount box.
- Else you can use any third-party discount app for the same.
- Go to Shopify Themes < Edit Code
- Insert a custom discount code.
- Please refer to the below Custom code
Custom Code -
Enter Discount Code
Please connect with us if you have any questions regarding the same.
All the best!
Team CedCommerce
Thank you so much for your response. I am not quite sure which file I should add these “Custom Code” when I went to edit code of theme. Is the file {/}cart.json in template section the right file I should copy your custom code into?