Opencart 3 The maximum quantity of goods for the promotion - php

Please advise the module for Opencart 3 or the solution:
in the product in the Special (Promotions) tab, I need to specify the quantity of the product.
For example, the rest of the product is 100, and the Special is 50. When the goods for the promotion have ended, then they are sold at the usual price.
Screenshot
I didn't find a solution anywhere, I will be grateful for your help

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

Category Quantity Discount for Opencart

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.

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/

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

Prestashop voucher system

The problem I am having is related to voucher codes.
By default, Prestashop will apply a discount of a particular product to the total of the entire cart. For example, if I have 3 products in my cart, all priced at £100, the total sum of the cart is £300.
If i have a voucher for a total value of £200 that is valid for only 1 of the 3 products in my cart, the behavior I want to achieve is that Prestashop will recognise that the voucher is valid for only one product, and rather than deducting the £200 voucher total from the cart total (essentially applying the remainder of voucher credit to the other two, non applicable items), it will deduct only the amount of all applicable items (in this case, £100), and some how create a new voucher for the remainder of the credit.
Hopefully this makes sense and many thanks in advance for any help offered.
Cheers
The only way to do it now is to create a new category (hidden), place the product in there (in addition to the current place), and assign the voucher to the new category.
Source
In PrestaShop, you can create a voucher for an individual category, but not yet for a specific product. At this point, product-specific vouchers would require changes to the code in several different places. As mentioned in Narek's source link, this is something the PrestaShop team is working on for a future release, but that functionality is not currently available in the default installation of PrestaShop.
Source: I am PrestaShop's Community Manager

Categories