User Tools

Site Tools


Sidebar

Index

start:backoffice:products:priceshift:application

Price Shift Application

To determine if a Priceshift should be applied, the software will firstly check if the product has any priceshifts attached.

If so, data is loaded from the price shift data table and then ran through the following checks to see if it matches:

CURRENT_DATE BETWEEN(StartDate,EndDate) AND (CURRENT_TIME BETWEEN(StartTime,EndTime) OR StartTime = '00:00' AND EndTime = '00:00')

Therefore if the current date is between the start and end dates AND the current time is between the start and end time (or the start and end time are 00:00), then we can move on.

The next check is to compare the current day vs when the price shift is enabled - so please ensure a day (or multiple days) have been ticked on the price shift setup screen.

Notes:

Price shift does not work on a product set as a recipe item

Last applicable price shift item attached to the product will be applied

start/backoffice/products/priceshift/application.txt · Last modified: 2020/02/21 12:06 by Kane