Help for this page

Select Code to Download


  1. or download this
    # update when price/stock conditions met
    if (($data->{'price'} <= $product_price && $data->{'quantity'} > 0).
    || ($product_quantity == 0 && $data->{'quantity'} > 0) 
    || ($products_last_modified <= 12))