GitHub issue created: https://github.com/lat9/ZCA-Bootstra...ate/issues/409
GitHub issue created: https://github.com/lat9/ZCA-Bootstra...ate/issues/409
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:
And here's the result:<?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) {
?>
If I overwrite all files from package v3.6.5, the price block shows up:
Still confused about this situation.
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
Sorry my fault... The version is 3.7.1
thank you
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
Run the SQL query; the template's configuration settings will be recreated upon the admin page's refresh.Code:DELETE FROM configuration WHERE configuration_group_id = xx; DELETE FROM configuration_group WHERE configuration_group_id = xx;
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 ?
Bookmarks