AbanteCart Community

AbanteCart Development => AbanteCart v2.0 => Topic started by: ashtonm on November 15, 2018, 04:57:03 PM

Title: Recording cost for profit
Post by: ashtonm on November 15, 2018, 04:57:03 PM
I think this should be included in next version...

I have read that there isn't away to report on profits made.

Other Carts are now looking at including this in theirs.

1. In 'orders' table - this needs a cost field creating.
2. Create php code in the correct files to record the cost against each product sold at the time of checkout. The price sold and the cost will now be recorded in the 'orders' table.

A report can be generated through AC or if not, then a simple SQL statement exported to spreadsheet will give your profits.

I think it is probably needed by everyone that sells products through the cart.

Thanks.