PRICE RULES
Introduction
This feature helps you flexibly updating product prices to Amazon marketplace, increase or decrease product prices at your discretion.
1. Create Rule Units
This unit setting adjusts your product price as the simplest manner: when the price is between the bounds, modify the price by amount or percent, details below.
- Navigate to the
Prestashop Sync
→Price Rules
→Rule Units
page and click theAdd New Rule Unit
button on the header. - Fill in these information:
Unit Name
: Name of the rule unit.From
: The lower bound price, for which this rule is applied to. If left blank, the price range does not have lower bound.To
: The upper bound price, for which this rule is applied to. If left blank, the price range does not have upper bound.Adjust Type
: Adjustment type, accompany theValue
below to modify the original price.Amount [#]
: UseValue
as plain amount.Percent [%]
: UseValue
as percentage.
Value
: Adjustment value.Value
> 0: Increase original price.Value
< 0: Decrease original price.
Description
: Description of the rule unit- Example:
- Case 1:
Adjust Type
=Amount [#]
,Value
= 100, product price = 1000 => Final price: 1100 - Case 2:
Adjust Type
=Amount [#]
,Value
= -100, product price = 1000 => Final price: 900 - Case 3:
Adjust Type
=Percent [%]
,Value
= 10, product price = 1000 => Final price: 1100 - Case 4:
Adjust Type
=Percent [%]
,Value
= -10, product price = 1000 => Final price: 900
- Case 1:
2. Create Rule Groups
The rule group contains one or many rule units.
This is useful when you may want to apply different increment / decrement steps to each price range.
The rule group is the object will be used to assign to products. -
- Navigate to the
Prestashop Sync
→Price Rules
→Rule Groups
page and click theAdd New Rule Group
button on the header. - Fill in the
Group Name
and theDescription
.
3. Add Rule Units
to Rule Group
- On the action list of a rule group, click
Rule Units
. - Click
Associate a rule unit
→ SelectRule unit
→ ClickAdd to group
.
Note
Because there may be overlapping price ranges, priority will be given to the price range with the highest Order
.
Example:
- You have
Rule_1
(From
100To
200Value
5Order
2) andRule_2
(From
150To
300Value
10Order
1) in the same group. And the price of the product is 170 => Final price: 180 (Rule_2
applied). - To change the
Order
, on the rule unit list of a group → Click on the icon and drag / drop up / down to change the priority order.
4. Assign Rule Group
to products, manufacturers, suppliers, categories
- Navigate to the
Prestashop Sync
→Filters
→Prestashop Products
page then select theRule Group
inPrice rule
column. - You can select
Products
,Manufacturers
,Suppliers
,Categories
on each corresponding page to apply price rules.
If a product, its manufacturer, its supplier, its category have different price rules, the final rule will be determined by this priority: Product > Manufacturer > Supplier > Category.
5. Update the product price
- Navigate to the
Prestashop Sync
→Prestashop Sync
page. - On the
Which to sync
options, check thePrice
box to update product prices. - Click the
Update
button on the row corresponding to the previously selected price rule product.
Price rules are applied when sending price from Prestashop to Amazon, both manual mode (described above) and cron mode.
Comments
0 comments
Please sign in to leave a comment.