tajul_ashyqin:
hi all,
i wish ZC v1.3.0.1 have the web color theme where visitor may switch the color apperance of the website according to their like! that's all, thanx... :thumbsup:Split your stylesheet into two to separate those bits that will change when the user selects a different color scheme. Then create buttons on your site that load a different stylesheet depending upon which button is pressed. Normally this controlled using javascript, but we use so much php in Zen Cart that you might prefer to keep it simple and allow the whole page to refresh.
Then you have to decide whether this will be a temporary change for this user i.e. just stored in a session variable, or whether you want it to be persistant. If it's the latter, then you will need to store the user's color preference which means either creating and writing a new field in the customer record in your database, or writing a cookie to the users PC.