single zen cart for different shops.
I would like to know how can we add a shop name along with each product in zen cart (in the sql table)
single zen cart for different shops. I would like to know how can we
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You haven’t said whether the shops share the same products, but usually in this setup they do. If so, then adding the store name to the database would not be what you want to do, as the store name you add there would also be displayed on the other shops.
Instead you would have to either …
catch the data as it is pulled from the data base (this normally happens in the includes/modules/pages/PAGE_NAME/header_php.php file for the center box content or the includes/modules/sideboxes file for sideboxes such as new products, specials
… or …
catch the data at the point of display in the relevant page template or sidebox template files.