Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
mprough
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 Attachment(s)
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
swguy
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:
Quote:
<?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:
Attachment 20683
If I overwrite all files from package v3.6.5, the price block shows up:
Attachment 20684
Still confused about this situation.
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
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
amebb
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?
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
lat9
... and what version of the template do you have installed?
I am using version - ZCA Bootstrap-4
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
amebb
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.
Re: ZCA Bootstrap 4 Template [Support Thread]
Sorry my fault... The version is 3.7.1
thank you
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
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
amebb
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.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
lat9
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
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 ?