EvgeniyMukhamedjanov / liquid-ajax-cart

Build a Shopify Ajax-cart without JavaScript coding
https://liquid-ajax-cart.js.org
191 stars 22 forks source link

How to implement discount code? #47

Closed ulziibat-n closed 1 year ago

ulziibat-n commented 1 year ago

Hello! Thanks for the awesome plugin. I'm using this plugin for a custom Shopify theme. I need to discount code (Coupon) field on the my-card.liquid file. I couldn't find about coupon code in your documentation. Can you provide any guidance or information on this? Thanks again.

EvgeniyMukhamedjanov commented 1 year ago

Hey! The discount code functionality isn't a part of the Liquid Ajax Cart library as this functionality mostly done by apps and there is no a recommended way to do this. If you don't want to use any app you can try to make Ajax requests to the /discount/{discount_code} url. Try to find some info about this endpoint on how to use it on shopify community website.

ulziibat-n commented 1 year ago

Thank you very much for the quick response.