Search the Community
Showing results for tags 'cart rule'.
-
HI there, I'm creating a module to handle promotion through customer group and I need to create cart rule for each group to let them having free delivery. I've created cart rule and specified group restriction but I'm unable to specify the concerned group id. Any idea ? $rule = new CartRu...
- 2 replies
-
- prestashop 1.7
- module
-
(and 1 more)
Tagged with:
-
Hey there, Here's the issue i'm facing. In the atteched screenshot you can see that when selecting the percentage discount action a *selected products* option exists. However this option does not exist for when you want to apply a discount via an amount. Meaning that when i have a voucher...
-
Is there any quick way to restrict customers from using more than one coupon code? I know about the "Compatibility with other cart rules" in the Conditions tab but that's really not a great option when dealing with hundreds of coupons. Quite time consuming to add a new coupon and then have to go...
- 12 replies
-
- cart rule
- cart rules
-
(and 2 more)
Tagged with:
-
Hi guys, * The problem is the very slow ajax 9 times out of 10 when trying to add a cart rule by selected products in the back office -> Price rules -> Cart rules -> Conditions (tab). * When i i go to the 'Conditions tab' and next to 'Restrictions' i mark 'Product selection' i am able to s...
-
- cartrule
- price rule
-
(and 7 more)
Tagged with:
-
Hello dear community, as far as i know there is no way to pay the shipping costs with a voucher in PrestaShop out of the box. For example: total of products is 10$, shipping costs 5$ and my voucher is 20$. In this case i would like the total value to be 0$ and create a new voucher with the rema...
-
Hello, So I want to use the advanced stock functionality of prestashop because I want the orders of diffrent warehous to be splited. I did some tests and I noticed that when I add a cart rule to order it gettes splited two and the value given in the order is based on the total products am...
-
Hello, I saw a solved post that asked pretty much the same, however I couldn't find a solution that works for this problem. I have modules that create birthday vouchers, and I have a few other vouchers. The problem is that some customers use several vouchers at the same time,...
-
- cart rule
- cumulative
-
(and 1 more)
Tagged with:
-
How to make a coupon via php with manufacturers restriction (so that it works for only one manufacturers products)? My code at the moment: $coupon = new Discount(); $coupon->quantity = 1; $coupon->quantity_per_user = 1; @$coupon->id_discount_type = 1; @$coupon->value = 2; $coupon-...
-
Salve a tutti, è da un pò che sto provando a configurare delle regole per il carrello in modo tale da impostare scontistiche su gruppi ristretti di clienti. Qualcuno sa come mai non funziona la parte back office per aggiungere una nuova regola carrello?? Praticamente non genera il codice, non mi fa...
-
hi, i offer free shipping for order more than a tot amount, i need that products on sale do not affect total amount. Is there any way to do it or any module that can manege it?
- 1 reply
-
- price drop
- free shipping
-
(and 1 more)
Tagged with:
-
Dear friends, is there any Guru who can help me ? I need to know which cart rule was used to order position. Eg. I have a group of products named "Discount 30%" and cart rule with action "reduction_percent=30" with this group attached to it (via "The product(s) are matching one of these"). How...
-
Hi there. I have one cart rule to be used just one for each customer. Once the customer used it the cart show the rule has been registered , but the cart rule still appear in Cart Voucher part... It should not been hide ? even if the higlight option is set to On for that rule. I am...
-
Hi there. I tried to use cart rule on my Prestashop 1.6.1.5 to offer a free gift to my customer who buy some articles. But is there a way (radio button?) for the customer to refuse the free gift? thanks for any help.
-
Hi, I am looking for a combination of discount where customers get 10% off on purchase of 1 item, 20% off on 2 items... until 50%. is there a way to do that? Thanks!
- 1 reply
-
- pricing rules
- cart rule
-
(and 1 more)
Tagged with:
-
Hi guys, I have a problem with creating a cart rule from module code. I cannot see any documentation anywhere so I gather information from different modules' code. So far I have found the following code in order to create a cart rule. $coupon = new Discount(); $coupon->quantity = 1; $cou...
-
I want to modify Cart Price Rule class in a way such that when a certain condition meets in a cart, the price would update (i.e a cart rule will be applied) - the action I wish to apply isn't in the Cart Rule Admin office. I was thinking of using HOOKS. And in one of the cart hooks I can captur...
-
- core changes
- price rule
-
(and 2 more)
Tagged with:
-
Thanks ahead of time for your help! I wish to do the following: Create a BOGO cart rule that allows a user to buy one get one free an unlimited amount of times.I can do this easily buy doing a cart rule with a minimum amount and a 50% off selected products, BUT if a customer adds an odd number o...
- 1 reply
-
- 1.6.0.11
- Buy one get one
-
(and 2 more)
Tagged with:
-
Hi, Here the problem, if it is... 1) Carrier setup : the cost is set to 0€ when cart cost over 89€ 2) Cart : I add to cart a product of 89,10€. The shipping cost show me Free so it works 3) Voucher : I add a voucher code of -7€, so the cart cost 82,10€ now, and the shipping cost...
-
I have cart rule using which you can get free shipping if your cart value is 2100 or above. But I want to exclude a product ( Let say it have a name PRO a) from this cart rule, I want PRO a's shipping to be always added. If there are more products with PRO a and cart value is above 2100 then other p...
- 1 reply
-
- exclude free shipping cart rule
- cart rule
-
(and 1 more)
Tagged with:
-
Hi all, On my website I have following type of promotions: Buy product A and get discount of 20% on product B Buy product A and get discount of 20% on product C Buy product A and get discount of 20% on product E Is there any chance to create 1(one) cart rule for the 3 mentioned cond...