The app enables bulk price editing using a mathematical formula.


Along with the regular mathematical operations, you can use variables to build the formula.


Example formula:


Price = (item_weight * 1.2)  + (cost_per_item*1.8)


The following variables are allowed:


#Variable NameDescription
1current_price
The price of the item
2current_compare_price
The compare price of the item
3cost_per_item
The cost price of the item
4item_weight
Weight of the item
5shop_metafield_namespace_keyAny shop level metafield.
Example: shop_metafields_metalapp_goldprice
In the example above, the metalapp is the namespace and goldprice is the key having a numeric value.