espacioled Posted March 15, 2016 Share Posted March 15, 2016 hi, my carts goes by 6400 and i want change increasing it, i need that next cart have id 12000 how can i increase this ids? thanks. Link to comment Share on other sites More sharing options...
espacioled Posted March 15, 2016 Author Share Posted March 15, 2016 hi, my carts goes by 6400 and i want change increasing it, i need that next cart have id 12000 how can i increase this ids? thanks. in php admin ALTER TABLE `ps_cart` AUTO_INCREMENT =12000; 1 Link to comment Share on other sites More sharing options...
Daresh Posted March 15, 2016 Share Posted March 15, 2016 Try to launch something like this query in your phpmyadmin: alter table ps_cart AUTO_INCREMENT=12000 Link to comment Share on other sites More sharing options...
fashiondrobe Posted April 14, 2016 Share Posted April 14, 2016 Hi friends, is there a way we can change the cart id to alphanumeric such as CART001? Please suggest Jasbir Singh Link to comment Share on other sites More sharing options...
Daresh Posted April 14, 2016 Share Posted April 14, 2016 Cart - rather not, but you can modify order reference. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now