Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
I think you misunderstood me. You NEED the opening tag (<?php) in a file , but not the the last closing tag (?>)
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Can you post the contents of the config files (site_config and the original configure) files? Without the user sensitive information like passwords etc.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Does anyone have any success in verifying a google merchant url when multisite is installed? Any hints and pointers anyone?
Last edited by twi; 22 Oct 2013 at 07:40 PM.
Hi, I looked for answers here on how to manage the banners with multisite without success. Some workarounds are way too difficult. This is an easy way of doing it that worked for me:
On the site's *config files that you want the banner to appear you are going to insert this:
You can look for the define setting on your MultisiteTools > Display Configuration page.Code:define('SHOW_BANNERS_GROUP_SET1','BannerGroupName'); //Banner Display Groups - Header Position 1
On the site's *config files that you DON'T want the banner to appear, you are going to insert this:
As you can see you just leave in blank the group to be displayed, that way that site won't display that banner.Code:define('SHOW_BANNERS_GROUP_SET1',''); //Banner Display Groups - Header Position 1
Hope that helps!![]()
IDEAS Girl
IDEAS Creative Group = Your image... our business!
Hi, don't know whether this is the right place for my query,
Ihave installed 4 sites using multisite, Facing sessions problem, only on the main site, sometimes the main site sessions just vanish, and regardless how many times I login, the moment I press checkout button, I am again sent back to the login page.
crazy problem this time... have this module working fine for months now with 7 'sub sites'.. added a new one and i'm testing it and coming up with this problem:
the canonical url is getting put into the coding as the wrong URL.. the site is swordsofhonor.net and if you view source, the canonical url is coming up as http://www.swordsofhonor.net/medieval-clothing.html.. have no idea why it's adding the medieval-clothing.html at the end?? here is the coding in the template that produces that:
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
<?php if (isset($canonicalLink) && $canonicalLink != '') { ?>
<link rel="canonical" href="<?php echo $canonicalLink; ?>" />
<?php } ?>
any ideas?
Bookmarks