Hi i am new to zen cart and support
I have a issue while using zencart product View all .. i have installed westminster_new and facing issue in solving --- VIEW ALL -- All products sorting order Please help http://mithulas.com/index.php?main_p...l&disp_order=2
A warning messege is displayed as WARNING: An Error occurred, please refresh the page and try again.
Hi, in includes\languages\english\YOUR_TEMPLATE\meta_tags.php
You should be able to define the page title around line 11
In this file you can also assign meta tags (titles, descriptions and keywords) to other pages on your site.Code:// page title define('TITLE', 'add your title here');
Hi Anne,
I just noticed a thing. When I open the website on mobile and click on any product, the categories appear above the product first and then the product name,image, description. Considering that I have over 20 categories, the customer has to first scroll a lot before he actually reaches the information that he clicked for.
Can you suggest what can be done ?
The site is spicesonline.info/indian-spices
I've also had to do this, you can add
#categories {display:none;}
to your responsive mobile stylesheet at the appropriate media size, and if necessary to your tablet and default stylesheets.
Another thing to do is:
Admin: Tools: LayoutBoxes Controller: Sideboxes:Categories: Show Box @ Minwidth: OFF
That turns the categories OFF for mobile devices after the product is selected from the menu
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
I like the mobile expandable categories menu on this template.
How much work would be needed to apply this menu to your other template, responsive apparel boutique?
It may not be proper but since the above didn't have any visual effect, I inserted
after line 138 inCode:<a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><i class="fa fa-power-off"></i></a>
includes/templates/westminster_new/common/tpl_header.php
and the LogOut button appears to the right of the LogIn button on mobile devices
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Bookmarks