Discount as hidden field in cart page (for customer group)

HobAdams
Visitor
1 0 1

We have added a hidden discount field to our cart page.

 

 

<input type="hidden" name="discount" value="[DISCOUNT_CODE_HERE]">

 

 

This was working perfectly to apply the discount up until this last week.

 

It now seems that the form data is sent when the cart form is submitted but the discount is not applied in the Shopify Checkout.

 

Does anyone know if anything has changed that might mean this needs to be handled a different way? I've noticed that if i make the discount available to all customers this works, if i set it to only specific customers it stops working. Almost as if the customer group is not carried forward to the checkout

 

 

 

Thanks 

Reply 1 (1)

Adrian20
Shopify Partner
41 0 2

I'm having the same issue but in my case I don't use customer groups and it's stopped working for all customers.

I've had to put messages on the website telling customers to enter codes which isn't ideal when they've been used to it being automatic for years.