Category Quantity Discount for Opencart - php

If I have many products on one category and I want to give discounts for specific quantity like: 2 for 10% off, 3 for 15% off and 4 for 20% off in any product they purchased on that same category.
I've tried to find extensions in opencart but I didn't found one. Does anyone knows any extension for this in opencart?
Thank you.

This features is already exits int the open cart system.
Go to that product form in the admin panel,
Home -> Product-> In product form there is a Discount tab,you can set price for every product according to the quantity.

Related

Per product tax configuration : is inclusive / is exclusive tax

I want to add is inclusive or is exclusive configuration to per product basis.
Currently, Magento provides global configuration about catalog product price are inclusive: Yes/No.
Please check the screenshot.
http://prntscr.com/fxkrje
I want to do the that highlighted setting per product basis.
for ex:
Product A: Catalog price $1000 [INCL]
Product B: Catalog price $225 [EXCL]
Then My cart shows something like
http://prntscr.com/fxkuz4
It should be highlighted price for the second product due to its settings.
Any help would be greatly appreciated.
To achieve This Kind of functionality you have to use following Extension.
http://www.anowave.com/marketplace/magento-extensions/magento-tax-vat-switch-menu/
i already did This kind of functionality in my site

How to display promotion price when qty is 0 in magento

I am building an online shop where I want to display on the category page and also on the product page the special price also when the qty is 0 and stock is manageable. The idea is to say that the product can be on demand in 24-48 hours and it has a discount but the product is not in actual stock of the client but it can arrive to the customer in 24-48 hours.
How can I make this in Magento because when I look now is taking only the original price and not the promotional price when qty is 0.
in magento version 1.9.1.0 it displays product with special price if it is out of stock so no need to change in code in magento. if not display there then use
echo $_product->getFinalPrice();
for display promotional price.
From what it appears you simply want to discount active in stock products and stop doing so when they're out of stock and then notify the customers that they have a lead time of 24-48 hours if so.
There's a Magento inventory option to do just that:
admin/system_config/edit/section/cataloginventory
Then you need to add a promo that discounts products that are quantity > 0
The promo would reduce necessary products to the 'regular price' but not if their inventory is 0.
admin/promo_quote/new
By default Magento does not give you those promotions so you'd have to use a third party module for such detection/discount such as Amasty which has some of the most robust, stable, compatibly modules in the business:
https://amasty.com/

Magento - buy 1 product get another free

I have two categories, I am trying to make some thing like if some one buys a product from one category, customer will have a option to choose a free product from another category(like a gift).
I found some thing similar to this in admin -
Promotions -> shopping cart price rule
You can create a rule that buy X qty of one product and get Y quantity of same product free. How can I make it - get X qty of product and get Y qty of another product free. Is this feature available in magento feature or do I have to implement this. Thanks.
you can check the below links for this purpose
http://www.webguys.de/magento/turchen-21-kostenlose-produkte-uber-warenkorb-preisregeln/
http://blog.goods-pro.com/1733/magento-extension-buy-x-selection-of-products-get-another-y-selection-for-free/
http://www.magentocommerce.com/knowledge-base/entry/how-to-setup-buy-x-get-y-free

Magento: Add multiple configurations from configurable product at once to cart

I have have a configurable product created with "color" configurable attribute. Also, this product has some custom options (like "size")
I need to add multiple configurations of product to cart from product view. The purchaser can add up to 5 products at once. One example:
In the product "T-shirt" page, customer sets this order
1 unit of Red size L
1 unit of Blue size S
3 units of Blue size XL
I've been looking for "Magento add multiple products to cart" and I found some topics, but all related to category page (products list). I do not expect anyone write a step by step on how to do, but if somebody can give me a link that talks about the subject it will help me.
Thanks in advance.

Product quantity based coupon rules for a single category products

I am working on drupal 7.12. I need to add a quantity based coupon for a single category products.
If I have that category product qty = 3 in cart and I apply the code it should apply on this category of product only.
I want to apply "buy 1 at $10, buy 2 at $15 and buy 6 at $30".
Please help how I can achieve this.
There is a module called discount alternative module may do your targets. But it has only alpha version with critical bugs
https://drupal.org/project/uc_discounts_alt
https://drupal.org/comment/7164268#comment-7164268

Categories