magento 1.9 - Apply discount code to certain products - Magento Stack ...

    2024-10-20 01:24

    Is there a way to apply for a price discount (e.g. 10% off) specific products? Will I have to do this for each product one by one?

    catalog fixed discount to every product magento 1

    Solved: Catalog Price Rules - Magento Forums

    Hello, I am trying to set up a catalog price rule that would give a discount to a certain category of products within a price range. Is this possible? Say i'm selling computers, I know I can give 50% off laptops using catalog price rules and a user will see that while browsing. Am I able to give 5...

    Creating a Catalog Price Rule - Magento

    Follow these instructions to apply a discount to specific products whenever a set of conditions is met. Catalog price rule discounts go into effect before the product is placed into the shopping cart.

    Magento Catalog Price Rules | Solving Magento

    Select option 4 and the total price of the product changes to $215.99, which is 80% of the price of $269.99 for the same option without the catalog rule effect. We have covered an important topic of the catalog price rules in detail, I believe, sufficient for you to understand an correctly employ them.

    Display Percentage or Amount of discount for catalog price rule in Magento

    2. I'm struggling to figure out how to display the percentage or the amount of discount that is applied to a product in Magento via the Catalog Price Rules. For example: I want the price to be displayed in the front-end as follows: [old-price] [special-price] [discount info] where [old-price] has a css strike through.

    Configure Magento Promotions and Boost Conversion Rates

    Buy X, get Y on a discount: You can use Magento cart price rules to offer a fixed discount on a pre-selected product to customers who purchase some other product.

    The Guide to Creating Promotions in Magento 2 (Updated) - coolblueweb

    Creating promotions in Magento 2 can help you harness this powerful tool. Magento 2 offers vendors an almost limitless ability to create various discounts within their online stores. Cart Price Rules are an awesome tool for building promotions, but they can also be a bit confusing at times.

    How to Set Up Magento 2 Cart Price Rules (+Examples) - Magezon Blog

    Magento 2 Cart Price Rule is a discount rule applied to items in the shopping cart, while Catalog Price Rule is displayed on the store view. Magento 2 Cart Price Rules can be used by coupon code or the conditions, which store admin set.

    Catalog Price Rules | Adobe Commerce 2.3 User Guide - Magento

    Catalog price rules can be used to offer products to buyers at a discounted price, based on a set of defined conditions. Catalog price rules do not use coupon codes, because they are triggered before a product is placed into the shopping cart. For example, you can define and set the conditions for a price rule that when met, automatically ...

    A catalog price rule doesn't save the discount in sales_order_item ...

    When a catalog price rule changed the product price in M1 this was reflected in the discount fields of the sales_order_item database table. This way you could always determine if a discount was used when the product was ordered.

    magento 1.9 - how to add a discount for specific products? Shopping ...

    On reading papers here and there, it seems that there is not even a need to code as Magento offers that ability, but how can I say, apply the discount to products whose code is between 100 and 200?

    magento 1.9 - Shopping Cart rule to apply fixed discount on different ...

    I want to add a shopping cart rule which gives the discount of 21 when there are specific five products in my cart. Eg: Five products with SKU S01, S02, S03, S04, S05, all having different product price.

    Solved: product quantity bundles - Magento Forums

    Re: product quantity bundles. The easiest way would be to create 2 different simple products. The first being a bag of 3 for $10, and the second being a case of 10 for $20. However, if your issue is inventory control, and you don't inventory bags and cases separately, that would become more complex.

    magento 1.9 - Catalog price rules (discounts) disables automatically ...

    This extension is great for checking which tasks are being run via cron and if there are issues. Try installing this free extension to check if your cron and more specifically the Catalog Price Rules task is running correctly.

    magento - Add discount to single product in cart - Stack Overflow

    The above simply allows the bundled product to remain dynamic whilst having a fixed price. If the dynamic value is more than the fixed price, it will add a discount to reduce it back to the fixed price.