Breadcrumbs do not seem to stay under the navbar, they scroll out.
How to you get the Breadcrumbs to stay under the NavBar permanently without scrolling under the top menu?
https://arxvaldex.com/
Yes completely customized Bootstrap template for a non commerce Vintage Software/Driver Library site because Zen Cart is best and Wordpress plus others suck in ways you cannot possibly imagine. I had to put the Breadcrumbs code in both (tpl_header.php) and (tpl_main_page.php) otherwise it would not work and completely remove EZ Pages to put the links in the header rather than below them, the only problem I have is that the Breadcrumbs do not remain under the header as a sticky
I have updated to 2.1.0 from 2.0.1 and installed 2.1.0 and installed zca bootstrap 3.7.7 template.
When opening a product from a category the product page shifts to the right.
How can I correct that and reset the sideboxes to match those of the built-in responsive_classic.
By "shifts to the right" on the product page, I'm guessing that you're referring to how the template specifically disables the right-column for the product_info type pages. To change that behavior, you'll need to edit your bootstrap clone's /includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php (line 56 in 3.7.7) to remove the product_info page from that list.
To reset the sideboxes to match the built-in responsive classis, navigate to the admin's Tools :: Layout Boxes Controller and use the "Reset Settings" feature at the bottom of that page.
v3.7.8 of the ZCA Bootstrap template is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191
This release contains changes for these GitHub issues:
#500: Move min/max/units above add-to-cart block (was previously below).
#498: Remove unneeded template-override for customers_authorization page.
#497: Align layout of OPC address-change form with the base address-book layout.
#495: Add column-specific classes to support OPC's cart updates when shipping is changed (OPC v2.5.5+).
#490: Mimic zc220's removal of zen_break_string in template.
Hi All,
Modules Installed
Zencart Version 1.5.8a / Simple Popup
Bootstrap Template Version 3.7.4 / Square_Webpay
TY Tracker Version 1.0.1 / PayPal
Sitemap Version 3.9.9 / Changed Files Report
CEON Mappings Version 2.2.0 / Product Review Reminder
Quick Update Version 2.10 / Numinix Product Fields 3.1.3
Printable Price List Version 4.0.1 / Order Comment Boilmaker
Easy Populate Version 7.039ZC / Email Archive Manager Version 3.0
Handling Fee Version 1.2.0
Just want to know what file I need to edit to place the following in for our contact number which was added by someone else some time back.
It appears to only be activated by changing using layout box controller but if I do that I get quite a lot of error logs (hundreds of them) on the site.
Any assistance would be appreciated.
Outdoorking
Live Site www.outdoorking.com.au
Hi All,
I have located the two files that I need to edit I think which are including code:
public_html/includes/templates/bootstrap/sideboxes/tpl_search_header.php
<?php
/**
* Side Box Template: Searchbox for column header
*
* BOOTSTRAP v3.7.0
*
* @copyright Copyright 2003-2020 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: DrByte 2020 May 16 Modified in v1.5.7 $
*/
$content = '<span id="callus">CALL US : 02-8003-5915</span>';
/*
$content .=
zen_draw_form('quick_find_header', zen_href_link(FILENAME_SEARCH_RESULT, '', $request_type, false), 'get', 'class="form-inline"') .
zen_draw_hidden_field('main_page', FILENAME_SEARCH_RESULT) .
zen_draw_hidden_field('search_in_description', '1') .
zen_hide_session_id() .
'<div class="input-group">' .
zen_draw_input_field('keyword', '', 'placeholder="' . HEADER_SEARCH_DEFAULT_TEXT . '" aria-label="' . HEADER_SEARCH_DEFAULT_TEXT . '" ') .
'<div class="input-group-append">' .
zen_image_submit(BUTTON_IMAGE_SEARCH, HEADER_SEARCH_BUTTON) .
'</div>' .
'</div>' .
'</form>';
*/
I want to disable the search function in the header bar(top) and keep the wording CALL US : 02-8003-5915 .Not knowing how to code it out I need assistance on what I need to do
The other file is:
public_html/includes/templates/bootstrap/sideboxes/tpl_ajax_search_header.php
<?php
// -----
// Part of the Bootstrap template for Zen Cart. Renders the AJAX version
// of the search-header.
//
// Bootstrap v3.6.0
//
$content = '<ul class="navbar-nav ml-auto">' . PHP_EOL;
$content .= ' <li class="nav-item"><a href="javascript:void(0);" role="button" id="search-icon" class="nav-link" aria-label="' . BUTTON_SEARCH_ALT . '"><i class="fas fa-2x fa-search"></i></a></li>' . PHP_EOL;
$content .= '</ul>' . PHP_EOL;
Any help would be appreciated
Last edited by Bruce1952; 25 Oct 2025 at 06:16 AM.
Outdoorking
Live Site www.outdoorking.com.au
I have had a couple of clients say that Google reports slow loading from the Bootstrap template in mobile mode. Do you have any thoughts about this?
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.