cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customization of Cart Model Code

0 Kudos
278

Hi,

Normally when we create cart model, the code will be 000001 and then it will continue from this number.

But I want to start cart model code with 200000 and it will continue from this code only.

Is there any way to customize this cart model code to define according to our needs.

Regards,
Devendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Apparently, the configuration for order numbers is shared with carts also (since CartModel extends AbstractOrderModel). If you modify the local.properties file and set your starting value there, you will have the cart numbers generated as you require.

 keygen.order.code.start=20000000