Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
lat9
I've just submitted v3.2.0 of the Bootstrap-4 Template for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#87: Include "More Information" sidebox in mobile-menu, if enabled.
#93: Use loading="lazy" to lazy-load images.
#96: Screen-reader updates for reviews' rating stars.
#97: Correct javascript/jQuery error on address-gathering pages; missing #stBreak.
#98: Correct missplaced </div> in products' listing template module.
#99: Adding an AJAX search; template settings are now in their own configuration 'group'.
#100: Add product-listing default grids for 12-column and 9-column center sections; enable the listing's 'grid' layout to be overridden.
Apologies if I appear too pedantic but I just noticed that the title of this thread was changed on 26 February 2022 at post #630 to:
Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search
https://www.zen-cart.com/showthread....09#post1386809
whereas the previous title of this thread was simply:
Re: ZCA Bootstrap 4 Template [Support Thread]
even though AJAX search was announced as having been added to the mod (Version: v3.2.0) on 5 December 2021 at post #562
https://www.zen-cart.com/showthread....79#post1385379.
However the earliest discussion of the AJAX search function in this thread does not really occur until on 20 April 2022 at post #674
https://www.zen-cart.com/showthread....71#post1387871.
What this means is that it is exceedingly cumbersome to find relevant discussions of the exceedingly useful AJAX search function without having to wade through every post since 26 February 2022.
What would be nice if not better would be to amend the thread titles to reflect the date of the mod upgrades, thus
from 5 December 2021 after the original title adding the term " - Version: v3.2.0"
from 26 February 2022 replacing the words "AJAX search" with "Version: v3.2.0"
from 14 Apr 2022 replacing the words "AJAX search" with "Version: v3.3.0"
from 15 Oct 2022 replacing the words "AJAX search" with "Version: v3.4.0"
Is it possible that such changes could be automated by using a batch renaming process.
Thanks
Re: ZCA Bootstrap 4 Template [Support Thread]
Correction:
The earliest discussion of the AJAX search function in this thread does not really occur until 9 February 2022 at post #602
https://www.zen-cart.com/showthread....86#post1386486.
Got that wrong because of the weird ordering of the thread search results.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
dw08gm
Apologies if I appear too pedantic but I just noticed that the title of this thread was changed on 26 February 2022 at post #630 to:
Re: ZCA Bootstrap 4 Template [Support Thread] - Ajax search
https://www.zen-cart.com/showthread....09#post1386809
whereas the previous title of this thread was simply:
Re: ZCA Bootstrap 4 Template [Support Thread]
even though AJAX search was announced as having been added to the mod (Version: v3.2.0) on 5 December 2021 at post #562
https://www.zen-cart.com/showthread....79#post1385379.
However the earliest discussion of the AJAX search function in this thread does not really occur until on 20 April 2022 at post #674
https://www.zen-cart.com/showthread....71#post1387871.
What this means is that it is exceedingly cumbersome to find relevant discussions of the exceedingly useful AJAX search function without having to wade through every post since 26 February 2022.
What would be nice if not better would be to amend the thread titles to reflect the date of the mod upgrades, thus
from 5 December 2021 after the original title adding the term " - Version: v3.2.0"
from 26 February 2022 replacing the words "AJAX search" with "Version: v3.2.0"
from 14 Apr 2022 replacing the words "AJAX search" with "Version: v3.3.0"
from 15 Oct 2022 replacing the words "AJAX search" with "Version: v3.4.0"
Is it possible that such changes could be automated by using a batch renaming process.
Thanks
Quote:
Originally Posted by
dw08gm
Correction:
The earliest discussion of the AJAX search function in this thread does not really occur until 9 February 2022 at post #602
https://www.zen-cart.com/showthread....86#post1386486.
Got that wrong because of the weird ordering of the thread search results.
Not pedantic at all; I'll ping @swguy to see if the various thread titles could be consolidated. I also like the renaming of the posting title to include the version upon release (most people don't change the title in a support thread).
Thanks for taking the time to lay a plan out!
Re: ZCA Bootstrap 4 Template [Support Thread]
May I further suggest standardising upon the version nomenclature in a long form such that
"Version: v3.2.0" would be written strictly as "Version:3.2.0" (Capitalised with no spaces) rather than "v3.2.0", leaving the latter lowercase as shorthand for forum comments (all without quotation marks).
Cheers
Re: ZCA Bootstrap 4 Template [Support Thread]
Just saw this log on PHP 8.2:
--> PHP Deprecated: Creation of dynamic property zca_splitPageResults::$countQuery is deprecated in /Users/scott/Sites/thatsoft_store/includes/classes/zca/zca_split_page_results.php on line 48.
Re: ZCA Bootstrap 4 Template [Support Thread]
For ZCA Bootstrap Template - Version: v3.4.0
I think in /includes/templates/bootstrap/templates/tpl_modules_checkout_address_book.php line 52 it must be
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $addresses->fields;
instead of
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address->fields;
otherwise optional addresses are not displayed in Zen Cart 1.5.7
Re: ZCA Bootstrap 4 Template [Support Thread]
Please can anyone tell me how I would edit the links in the site map as need to remove a couple as one or two are doubled up and some I dont want there. Have checked docs and developer toolkit.
Thank you.
Re: ZCA Bootstrap 4 Template [Support Thread]
Look at \includes\templates\bootstrap\templates\tpl_site_map_default.php you will see a series of upper case flags like DEFINE_SHIPPINGINFO_STATUS you cal look these up in ADMIN>tools>developers tool kit which will allow you to change the value of the flags. Additionally, if you want to change the sitemap, this is a file to edit.
if you have copied the template to a different name, replace bootstrap with the name of your template in the path above.
Re: ZCA Bootstrap 4 Template [Support Thread]
Thank you Mark. Thats removed some of the things I wanted to take out of there.
I had looked in the developers toolkit and the docs section. Just couldn't see it.
Re: ZCA Bootstrap 4 Template [Support Thread]
Please does anyone know will the flexible footer as can see three different ones work in Zencart with the bootstrap template as they should do what I want.
Thank you