Add Discount on Product price in preshtashop

  1. Let’s create a catalog price rule. Log into PrestaShop admin panel.
  2. Navigate to Price Rules – > Catalog Price Rules .
  3. Click Add new catalog price rule button in the top right corner. You will see two sections for creating rules.
    prestashop_1.6.x._how_to_manage_catalog_price-rules1
  4. Specific price rules – here you set who should benefit from the rule, what the discount should be, and other details.
    • Name. The name is public, so you should keep it casual.
    • Currency. The rule applies to customers who set to pay with a specific currency.
    • Country. The rule applies to customers from a specific country.
    • Group. The rule applies to customers who belong to a specific customer group.
    • From quantity. The rule applies the order that has at least a specific number of products.
    • Price (tax excl.). The new price for the product. By default, the rule applies to the base price.
    • From and To. The rule applies in this time frame.
    • Reduction type. The discount can either be an amount of money, or a percentage of the order total.
    • Reduction. The value of the reduction.
      prestashop_1.6.x._how_to_manage_catalog_price-rules2
  5. Conditions – set the conditions to which the category price rule applies. It only appears if you click on the Add a new condition group button.
    prestashop_1.6.x._how_to_manage_catalog_price-rules3
  6. The default condition group is empty. You can add conditions to it using the drop-down menus in the lower part of the section. Choose a category (manufacturer, supplier, attributes, features), and then click Add condition button.
  7. The condition will appear in the condition group. You can put many conditions in a condition group.
  8. When you finish creating your price rules, click Save button to confirm the rule.
  9. Check your webstore frontend. We created the new catalog price rule successfully.
    prestashop_1.6.x._how_to_manage_catalog_price-rules4
Feel free to check the detailed video tutorial below:

Comments

Popular posts from this blog

Script For Login, Logout and View Using PHP, MySQL and Bootstrap

Real-Time Web Interface to MQTT using Socket.io and Node.js

Customize radio buttons and checkboxes with CSS sprites