Page 82 of 132 FirstFirst ... 3272808182838492 ... LastLast
Results 811 to 820 of 1316
  1. #811
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    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

  2. #812
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default 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.

  3. #813
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,614
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by dw08gm View Post
    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 View Post
    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!

  4. #814
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default 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

  5. #815
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,795
    Plugin Contributions
    124

    Default 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.
    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.

  6. #816
    Join Date
    Nov 2006
    Posts
    108
    Plugin Contributions
    0

    Default 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

  7. #817
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default 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.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  8. #818
    Join Date
    Apr 2009
    Posts
    428
    Plugin Contributions
    2

    Default 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.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  9. #819
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default 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.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  10. #820
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default 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
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

 

 
Page 82 of 132 FirstFirst ... 3272808182838492 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR