First: I've produced code to handle comodity prices that change by the second. However, to keep a customer from playing the system I need to be sure the commit time on the purchase is in a resonable time and that the price hasn't changed too much from the time they selected it.
I'm not havving much luck with the Dev Tools under administrator. Doing that and just greping for keywords keeps me going back to includes/classes/order.php and order_total.php plus the includes/modules/order_total directory.
Is there an overview of what each of the classes/modules/functions do? The commenting is a bit terse and sparse to me as a newcommer.
What I need is how to find where to put my time/price checking and if necessary bring the customer back to the shopping cart.
Also, if someone just happens to know class(es) or module(s) or function(s) I should start at that would be great too.
TIA


Reply With Quote

