I would like to set product discount in opencart depending on quantity, for instance if quantity > 20 product price to be 0.8. Can anyone help me?
Thank you in advance!
Check out the "discount" tab on the individual product admin page.
So,
Quantity: 21
Price: 0.8
Dates start/end: as appropriate
Priority: If you have different discounts, set the discounts with the highest quantiles as the highest priority
Related
It's sounds a kind weird but I need to use a Prestashop 1.7 discount based on transportation id = 1 to increase 20% over cart's total.
I don't know where the function is and where to place...
You need to find module. For example Cash on Delivery with fee.
I need to find a way to create Negative product prices in Magento.
We use Magento both as Online shop and POS and in POS we sometimes need
to give a certain discount that simply can't be accomplished with coupons or shopping cart rules.
I did some googling but nothing turned out. Does anybody know how I could create this?
Example:
1 x Apple iPhone 6 - € 699,99
1 x Discount with subscription from provider X - € -100
Total : € 599,99
Thanks in advance!
Why can't you use coupons?
Another possible way to go with is a configureable product option. You need to setup this for each product, however. An option can have a negative price, in your case -100€. You can include an description as text on invoices, but it won't show you "599.99-100.00 = 499.99" but just "499.99" as row total price.
I have a very big problem, I need some products do not specify the discount to be applied to the product or the difference in amount, but to directly specify the selling price including tax, I'll explain:
Sales price without discount -> 30.00
Sales price I wanted -> 12:56
12:56 I want to write directly without having to do subtractions and / or calculations of percentages, can you tell me how can I do? Thank you very much.
I’m just confused about how the shopping cart rule works. I have a promo, buy 5 get 5% discount. Under my settings, I have set the discount to be percentage, the discount amount is 5 while the maximum is amount is 9. I’ve also set the discount qty step to 5.
Then under the conditions, I’ve set Quantity in cart is equals or less than 9.
From my understanding this should mean any item as long as there are 5 or more (max 9) on my shopping cart, I should get a 5% discount. However, after performing some tests, I noticed that this is only applied if for example I buy something like so:
Item A Quantity - 5
If I buy something like:
Item A Quantity - 2
Item B Quantity - 3
Item C Quantity - 1
It doesn’t work. Is there a different setting I should do or is the shopping cart only item specific?
If it is, is there any way I can work around this to achieve what I need?
Yes if you got to Promotions > Shopping Basket Rules > Then create new rule.
under conditions set the following:
If ALL of these conditions are TRUE : Total Items Quantity equals or greater than 5
And second condition are TRUE : Total Items Quantity equals or less than 9
Then under actions:
for the Apply dropdown: choose Percent product price discount then below this add your percentage. like 5
This is the basic requirement. There are more settings you can / tweak apply here.
i hope this can sure help you, and i just tested in my setup as you require.
I'm new to magento. I have one product having tier prices as follows:
a) 500 and above -> $46
b) 1000 and above -> $43
c) 1500 and above -> $39
And the Price(Actual) of product is $46. So on product detail page,
It's not showing the first tier price (a). See below:
Buy 1000 for $43 each and save 7%
Buy 2500 for $39 each and save 16%
Though the Actual price and minimum tier price are same, how can I display the minimum tier price in the above list. Please help. Thanks in advance.
Make sure your base product price is bigger then $46... If your base product price is lower then the tier price, the tier price wont show up.