For 'Fresh This Week', there are two order cutoffs to take into consideration, the distribution point order cutoff and the product order cutoff (which is either specified by the producer or the producer default). Whichever one is greater should take effect.
The distribution point is ALWAYS closed after the distribution point order cutoff.
Show a product if (time_now before dp_end && time_now before product_end)
For 'Fresh This Week', there are two order cutoffs to take into consideration, the distribution point order cutoff and the product order cutoff (which is either specified by the producer or the producer default). Whichever one is greater should take effect.
The distribution point is ALWAYS closed after the distribution point order cutoff.
Show a product if (time_now before dp_end && time_now before product_end)