It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Member
|
Anyone has experience of using Cartweaver with php for Dreamweaver?
Need help in editing the order id. I want to start the order id as a 4 digit number (integer) with a specific number, but on my shop the order id is a very long number mixed (characters and digits). |
|
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Jul 2006
Age: 30
Posts: 258
|
you can add an ID (if you don't want to use the long one), i'd create an additional table with these two fields:
PHP Code:
__________________
-- iM |
|
|
|