more detailed multioperation" price formula

ferreira2u

Active Member
Can have possibility to have more detailed "multioperation" price formula, to update automaticaly the price of the items.
Now online have the possibility to * or + the aliexpress item price to a number.


Need to have a more complex formula.

Exemple: ((price * 1.2) + 3) * 1.05

This formula could mean that first I markup 20 % than I add a fix 3 dollars (for whatever reason... epacket price variable maybe?) and then increase by 5% (maybe to cover paypal fees)
 

Yaros

Moderator
Staff member
Why using such a complicated formula if you can just add there different rules

1) price*1.2
2) price+3
3) price*1.05

They will be applied one by one.
 

ferreira2u

Active Member
2 Issues:

1) i tree but dont work more than 1 rule


Example (to simplify use only 1 "Supplier's Cost"):
Supplier's Cost Your Price
0 < cost < ∞ ----------- cost * 1.2
0 < cost < ∞ ----------- cost + 3
0 < cost < ∞ ----------- cost * 1.05

Itens on the site only show cost * 1.2


2) My site have prices in EUR
But show wrong price's.


Example:
- https://pt.aliexpress.com/store/pro...age-Jewelry-For-Women/729622_32399664134.html

On aliexpress:
2,93€ - 49% = 1,50€

My test site without price rules:
2,86€ - 49% = 1,46€


My test site with price rules:
3,43€ - 49% = 1,75€
 
Last edited:

Yaros

Moderator
Staff member
I checked, you are right. I think we need to add an option for advanced formula.

As for currency converter the point is that AliExpress takes and changes currency rate once a day, we take it from Google and update live, that's why there are such changes.
 
Top