Sale Items 1
// loop through color variant
//match with variable used in template
// if inventory > 0, assign on sale = 1, sold out=0
// break after variable mismatch found
$90.00
$66.00
$90.00
$66.00
$90.00
$66.00
// loop through color variant
//match with variable used in template
// if inventory > 0, assign on sale = 1, sold out=0
// break after variable mismatch found
$90.00
$74.00


