Page 136 of 155 FirstFirst ... 3686126134135136137138146 ... LastLast
Results 1,351 to 1,360 of 1550
  1. #1351
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by mprough View Post
    Zen Cart 2.0.1, PHP 8.3.8, Bootstrap 3.7.1

    Reporting a possible bug. When the Ajax search header is enabled, it does not search in product descriptions. Turn it off & the regular header search returns the results correctly.

    Thanks
    Melanie
    GitHub issue created: https://github.com/lat9/ZCA-Bootstra...ate/issues/409

  2. #1352
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by swguy View Post
    Look at includes/templates/bootstrap/templates/tpl_product_info_display.php line 241. That's the lower display block.
    My site is ZC1.5.8a with PHP v7.4
    I removed 2 old plugins supporting up to v1.5.5 and added test codes to line 240.
    It looks like this:
    <?php
    }
    echo '<p> display_price_bottom is ' . ($display_price_bottom ? 'true' : 'false' . ' display price ') . zen_get_products_display_price((int)$_GET['products_id']);
    if ($display_price_bottom === true && zen_get_products_display_price((int)$_GET['products_id']) > 0) {
    ?>
    And here's the result:
    Click image for larger version. 

Name:	2024-06-28_224344.jpg 
Views:	33 
Size:	53.8 KB 
ID:	20683

    If I overwrite all files from package v3.6.5, the price block shows up:
    Click image for larger version. 

Name:	2024-06-28_224753.jpg 
Views:	35 
Size:	62.2 KB 
ID:	20684

    Still confused about this situation.

  3. #1353
    Join Date
    May 2008
    Location
    UK
    Posts
    341
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Hi
    I am having the same issues where i cannot see the product prices.

    I have checked to if the template was installed correctly and that is all fine.

    Can anyne help me fix this issue or do i need to downgrade my bootstrap template?

    Thank you

  4. #1354
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by amebb View Post
    Hi
    I am having the same issues where i cannot see the product prices.

    I have checked to if the template was installed correctly and that is all fine.

    Can anyne help me fix this issue or do i need to downgrade my bootstrap template?

    Thank you
    ... and what version of the template do you have installed?

  5. #1355
    Join Date
    May 2008
    Location
    UK
    Posts
    341
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    ... and what version of the template do you have installed?

    I am using version - ZCA Bootstrap-4

  6. #1356
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by amebb View Post
    I am using version - ZCA Bootstrap-4
    That's the name of the template; look in Configuration :: Bootstrap Template Settings. The installed version number is displayed there.

  7. #1357
    Join Date
    May 2008
    Location
    UK
    Posts
    341
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Sorry my fault... The version is 3.7.1

    thank you

  8. #1358
    Join Date
    May 2008
    Location
    UK
    Posts
    341
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Would i be better off uninstalling the template and reinstalling a previouus version, or is there a fix to this bug ?

    Thanks

  9. #1359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by amebb View Post
    Would i be better off uninstalling the template and reinstalling a previouus version, or is there a fix to this bug ?

    Thanks
    You could try simply removing the template's configuration settings and try again. You've been having issues with more than just the template on your site re-do.

    Backup your database.
    Navigate to Configuration :; Bootstrap Template Settings.
    Observe the link in your browser's address-bar; it'll read something like https://example.com/youradmin/index....uration&gID=47. Note the value of the gID parameter.
    Navigate to Tools :: Install SQL Patches.
    Copy/paste the following SQL commands into the tool's form, changing each xx to the value for the gID parameter you found above
    Code:
    DELETE FROM configuration WHERE configuration_group_id = xx;
    DELETE FROM configuration_group WHERE configuration_group_id = xx;
    Run the SQL query; the template's configuration settings will be recreated upon the admin page's refresh.

  10. #1360
    Join Date
    May 2008
    Location
    UK
    Posts
    341
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    You could try simply removing the template's configuration settings and try again. You've been having issues with more than just the template on your site re-do.

    Backup your database.
    Navigate to Configuration :; Bootstrap Template Settings.
    Observe the link in your browser's address-bar; it'll read something like https://example.com/youradmin/index....uration&gID=47. Note the value of the gID parameter.
    Navigate to Tools :: Install SQL Patches.
    Copy/paste the following SQL commands into the tool's form, changing each xx to the value for the gID parameter you found above
    Code:
    DELETE FROM configuration WHERE configuration_group_id = xx;
    DELETE FROM configuration_group WHERE configuration_group_id = xx;
    Run the SQL query; the template's configuration settings will be recreated upon the admin page's refresh.


    Quote Originally Posted by lat9 View Post
    You could try simply removing the template's configuration settings and try again. You've been having issues with more than just the template on your site re-do.

    Backup your database.
    Navigate to Configuration :; Bootstrap Template Settings.
    Observe the link in your browser's address-bar; it'll read something like https://example.com/youradmin/index....uration&gID=47. Note the value of the gID parameter.
    Navigate to Tools :: Install SQL Patches.
    Copy/paste the following SQL commands into the tool's form, changing each xx to the value for the gID parameter you found above
    Code:
    DELETE FROM configuration WHERE configuration_group_id = xx;
    DELETE FROM configuration_group WHERE configuration_group_id = xx;
    Run the SQL query; the template's configuration settings will be recreated upon the admin page's refresh.

    Thank you for your help.

    I uninstalled the Bootstrap template and also run the script to delete lines from my database

    The issue that i have now is that when i choose one of the default templates i get a blank screen.
    I am unable to see anything from my site.

    The admin still works but the main site is a blank page.

    What can i do next ?

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 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