sibster Posted October 23, 2010 Share Posted October 23, 2010 on my site, www.feelgood-lingerie.co.uk if ou look on the left the cart dose not match the colour to the theme where would i edit that.Also due to me messing up my csv files so many times my catergories and products id's are way high is there a way to reset them back to the start.Thanks again all, your all stars. Link to comment Share on other sites More sharing options...
rocky Posted October 24, 2010 Share Posted October 24, 2010 The easiest way is to specify the category and product IDs in the CSV file, then choose the delete option when reimporting them. The only other way is to change the autoincrement of all the product and category tables using phpMyAdmin: ALTER TABLE ps_product AUTO_INCREMENT = 1 ALTER TABLE ps_product_lang AUTO_INCREMENT = 1 ALTER TABLE ps_category AUTO_INCREMENT = 1 ALTER TABLE ps_category_lang AUTO_INCREMENT = 1 Link to comment Share on other sites More sharing options...
sibster Posted October 24, 2010 Author Share Posted October 24, 2010 thanks mate, where is phpmyadmin.never used that before Link to comment Share on other sites More sharing options...
rocky Posted October 24, 2010 Share Posted October 24, 2010 It is in the Databases section of your cPanel. Link to comment Share on other sites More sharing options...
sibster Posted October 24, 2010 Author Share Posted October 24, 2010 yup found it, just got to work out how to edit it.Any ideas on the cart problem aswell mate.Thanks. Link to comment Share on other sites More sharing options...
rocky Posted October 25, 2010 Share Posted October 25, 2010 The background colour of the cart block is on line 261: #left_column div.exclusive, #right_column div.exclusive { background:#EEEDE7; padding-bottom:0.5em} 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