Yes, every time I go to my website I keep hitting the new products tab it displays then when I refresh the page its gone then I hit the tab again to come up again. How can I keep it from clicking the tab each time to show the module?
Printable View
Yes, every time I go to my website I keep hitting the new products tab it displays then when I refresh the page its gone then I hit the tab again to come up again. How can I keep it from clicking the tab each time to show the module?
Peejay,
I am having some issues. How can get the new product modules stayed display all the time without clicking on the "New" tab each time I refresh the site or revisit the site?
Thank You!
Wade
How can I turn off or remove the product description in the product listings? I keep getting repeats of the same description for each one.
Got another issue. I got Facebook as my social network. When I click it, it doesn't open the app it self on the phone or tablet. It opens fine with no problems on desktop. When I click on X(Twitter) and Pinterest it opens the app fine on the phone. What could be the issue?
I thought I'd posted this to this forum, but now I can't find my post. If I'm repeating myself, my apologies.
I'm using ZC 2.01 and Fluorspar 1.8. No other plugins.
I'd like to add "New Products" and "Specials" to the dropdown menu under "Shop".
You can see it at https://zencart6.webdesign.place/
I've looked at tpl_mega_menu.php and believe this is the relevant section
and I've looked at categories_ul_generator.phpCode:<ul class="mega-menu "><!-- bof mega-menu -->
<li class="categories-li fullwidth"><a class="drop first_Item" href="#"><?php echo HEADER_TITLE_CATEGORIES; ?></a><!-- bof cateories -->
<div class="dropdown_expand ">
<div class="levels">
<?php
// load the UL-generator class and produce the menu list dynamically from there
require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
$zen_CategoriesUL = new zen_categories_ul_generator;
$menulist = $zen_CategoriesUL->buildTree(true);
$menulist = str_replace('"level4"','"level5"',$menulist);
$menulist = str_replace('"level3"','"level4"',$menulist);
$menulist = str_replace('"level2"','"level3"',$menulist);
$menulist = str_replace('"level1"','"level2"',$menulist);
$menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
$menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
echo $menulist;
?>
</div>
</div>
</li><!-- eof categories -->
but I can't work out where to put the items I want.
Thanks in advance!
Does anyone know how to to disable or turn off the sliding banner?
Ok, I do have an issue. The Featured and New module on the main page shows the "Buy Now!" button but the product is out of stock! Why is that?