Help! Run Product Order Number Start with Alphabet
Posted: Thu May 17, 2007 11:03 am
Hi All Gurus
Please help me. I would like to do automatic order number which will run from W1000 then it will become W1001, W1002...
I have tried many ways but couldn't insert it into my email order form yet. This is my mess:
Please suggest some solutions! Thanks!
Please help me. I would like to do automatic order number which will run from W1000 then it will become W1001, W1002...
I have tried many ways but couldn't insert it into my email order form yet. This is my mess:
Code: Select all
$firstset = 'W1000';
for($i=1;$i<8;++$i) {
$orderid = $firstset+$i;
{