Page 1 of 1

Reset order counter and calculate total weight

Posted: 15 Jan 2022, 17:03
by Nidzo
1. I made store using Phoca Cart on my localhost. That process required testing orders. I am aware that order counter will continue from last order when I put site online. So the first order will not be for example 0001. How can I reset order counter?

2. Is it possible to calculate total weight of order and display it in checkout view?
Every item has weight displayed in item view. The delivery price depends on the weight of the shipment, so customers could calculate the shipping cost on the post office site if they knew the total weight.

Thanks!

Re: Reset order counter and calculate total weight

Posted: 19 Jan 2022, 23:43
by Nidzo
1. Truncating order tables in phpMyAdmin will reset counter.

Still struggling with my second question ⁉️ ☝🏻

Re: Reset order counter and calculate total weight

Posted: 20 Jan 2022, 10:38
by Shuffle
Hi Nidzo,
to 1) additionally maybe read this:
viewtopic.php?f=44&t=62779&sid=4c3f7820 ... 64f3a1d092

Re: Reset order counter and calculate total weight

Posted: 20 Jan 2022, 20:24
by Nidzo
Shuffle wrote: 20 Jan 2022, 10:38 Hi Nidzo,
to 1) additionally maybe read this:
viewtopic.php?f=44&t=62779&sid=4c3f7820 ... 64f3a1d092
Thanks Shuffle. That thread helped me alot!