When I use a customer group restriction the voucher fails.
A friend took a look at the error and he thinks the problem is:
SELECT crg.id_cart_rule
FROM tb_cart_rule_group crg
WHERE (crg.id_cart_rule = 7) AND (crg.id_group = = 1) LIMIT 1
–> the = 7 should probably be = = 7
I couldn't find where this code would be to test, though.
Question
30knees
When I use a customer group restriction the voucher fails.
A friend took a look at the error and he thinks the problem is:
SELECT crg.id_cart_rule FROM tb_cart_rule_group crg WHERE (crg.id_cart_rule = 7) AND (crg.id_group = = 1) LIMIT 1
–> the = 7 should probably be = = 7I couldn't find where this code would be to test, though.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now