How to: customers can only access product categories with a unique coupon.
-
Hi!
My client needs an e-commerce store where customers give a coupon code in the home/landing page to an input field and the site redirects the customer to the right product category that this certain coupon code gives the access to.
So first the input field should recognize if this coupon code actually exists and then check the corresponding product category that the coupon code is assigned to and then redirect the user to that one.
The customer shouldn’t have any other way to access the product categories. The coupon code should also be unique.
There are only three categories: products that cost 20 euros, 40 euros and 50 euros. The user can now select one product and buy it for free from that category.
I used the word coupon here but I guess it can be anything else if any other implementation would solve this.
You have any suggestions how to do this with WooCommerce? I guess Woo can’t do this natively and the site would need a plugin for this? Any ideas on that?
- The topic ‘How to: customers can only access product categories with a unique coupon.’ is closed to new replies.