I have two Zencart shops on the same domain. We sell chemicals (adhesive remover). We have to provide a different product line for California customers due to state regulations. A separate Zencart is needed in order to prevent the wrong chemical formula from being shipped to California customers.
I set up the Zencart for regular products in the webserver root, and the California VOC products in a Zencart located in a subdirectory of the root. That subdirectory is named voc/.
Different favicons are used for each cart.
The favicon for regular products is located a /favicon.ico
/includes/languages/english/[MY TEMPLATE]/meta.tags has this definition: define('FAVICON','/favicon.ico');
The favicon for California VOC products is located at /voc/favicon.ico
/includes/languages/english/[MY TEMPLATE]/meta.tags has this definition: define('FAVICON','voc/favicon.ico');
The favicon for regular products is correctly displayed for all pages associated with that cart including the admin pages.
However, the favicons associated with the cart located in the /voc subdirectory are only correct for the customer pages. The VOC admin area pages display the favicon installed in the webserver root (wrong). The favicon installed at /voc/favicon.ico is ignored throughout the voc admin area.
I also tried uploading the custom VOC favicon at /voc/admin/favicon.ico but that didn't fix the problem either.
Any ideas on how to display a custom favicon for the admin pages located in the voc subdirectory?
Both shops are Zencart Version 1.3.8a
Ron


Reply With Quote

