Do no reprice items with $0.00 Base price

From FillZ

Jump to: navigation, search

This snippet will not reprice items that have a current Base price of $0.00. Do not use this rule if you want your $0.00 Base price items to be repriced by other rules in your repricing script.

var item = FILLZ.ITEM.v1;
if (item.base_price == 0) return;
Personal tools