How do I customise the starting number for orders, invoices etc in Magento 1.5?
相关问题
- slurm: use a control node also for computing
- Magento 1.7.0.2 Index Management overwriting URL R
- How to read a string array in appSettings.json?
- Magento: Best way to avoid extension conflicts
- Magento Fatal error: Maximum execution error solut
相关文章
- Magento, translate validation error messages
- How to use relative line numbering universally in
- On scala project - Getting error GC overhead limit
- Debugging with Eclipse CDT and GDB: can't find
- Log4j2 using {} against using %d or %s
- Magento API order id vs. increment id
- Virtual Box limit Bandwith on network [closed]
- Unique constraint violation on Magento 1.4.0 to 1.
There is actually a good extension for accomplish this task.
It allows you to customize the order ID in a lot of different way: for example you can use a combination of:
This is the ext. on Magento connect: http://www.magentocommerce.com/magento-connect/custom-order-id-8210.html
I personally tried it and it very good ( works fine with all my payment methods and I had no issue at all )
From magento's forum:
Actually with the newer versions (and probably in 1.5 as well), there is an easier way to change it. In PHPMyAdmin, or your mysql client, go to the
eav_entity_type
table. Locate the table in theentity_type_code
column (probablyorder
), and set theincrement_pad_length
to be whatever you would like, as well as theincrement_pad_char
.Then you don't have to rewrite core code - a win-win.
JMax
Magento Order No
It's simple....
increment_last_id
(for example, I have set 3456767 in my table)