Hi there,
My clients have asked me to deliver them 'two shops in one'. What they mean by this, is there should be two site designs reflecting the two types of products they sell. I am thinking of using different colour schemes and making the one design flow from the left, the other from the right. This way there is a unified look to the whole shop, but it will be clear which section or 'shop' they are in at all times.
So how to do this in zencart?
I am thinking of having two links in the masthead (shopone | shoptwo ) and when they are clicked a variable is set. Then, when the main page loads, i replace the table on the main page with an if and include statement, ie
if $shop is set to 1
then include file one
else
include file two
This way the display of the main content of the page is altered according to their selection.
So my question is:
How and where do i set a variable in zencart so that it will persist throughout the site, whatever page the user browses to?
many thanks if anyone could help me with this,
dan :-)



