1 Attachment(s)
Re: ZCA Bootstrap 4 Template [Support Thread]
Zc -1.5.7
Bootstrap 3.3.0 with OPC
http://www.royal-fleurdotcom
Is there away to keep the "buy now" button align? ( see screenshot)
Attachment 20129
On my example, pictures are the same size. However, the "buy now" button is being push down because of the name of the product (4 line vs 3 line ).
Can the "buynow" be kept align no matter what s between the picture and button ( ie name, price, call for price...)?
Thank you
Re: ZCA Bootstrap 4 Template [Support Thread]
Following on from my previous post #760 that was taken from the logs in the cpanel, this is what is showing up in my zencart admin
[22-Oct-2022 13:05:16 UTC] PHP Warning: mysqli_connect(): (HY000/1044): Access denied for user 'angiesar_admin'@'localhost' to database 'angiesar_admin' in /includes/classes/db/mysql/query_factory.php on line 130
Also if I change template back to the classic responsive template the footer is there. Have changed back to bootstrap no footer so not sure what to do?
Re: ZCA Bootstrap 4 Template [Support Thread]
Has anyone any idea how I can fix this as I cannot move forward until then.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
Angiex1
Following on from my previous post #760 that was taken from the logs in the cpanel, this is what is showing up in my zencart admin
[22-Oct-2022 13:05:16 UTC] PHP Warning: mysqli_connect(): (HY000/1044): Access denied for user 'angiesar_admin'@'localhost' to database 'angiesar_admin' in /includes/classes/db/mysql/query_factory.php on line 130
Also if I change template back to the classic responsive template the footer is there. Have changed back to bootstrap no footer so not sure what to do?
If there is no footer on the bootstrap template, then there's a PHP error logged in your site's /logs sub-directory identifying the source of the issue.
Re: ZCA Bootstrap 4 Template [Support Thread]
Thank you, this is showing for bootstrap?
[HTML]The ZCA "bootstrap" template (or a clone) was activated on 2022-10-23 09:26:23 and some of its default settings are different than those currently set. You can copy and paste the following SQL into your admin's Tools->Install SQL Patches to change those defaults:
UPDATE configuration SET configuration_value = '3', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_PAGE_LINKS' LIMIT 1;
UPDATE configuration SET configuration_value = '<li> / </li>', last_modified = now() WHERE configuration_key = 'BREAD_CRUMBS_SEPARATOR' LIMIT 1;
UPDATE configuration SET configuration_value = '⊢ ', last_modified = now() WHERE configuration_key = 'CATEGORIES_SEPARATOR_SUBS' LIMIT 1;
UPDATE configuration SET configuration_value = '', last_modified = now() WHERE configuration_key = 'CATEGORIES_COUNT_PREFIX' LIMIT 1;
UPDATE configuration SET configuration_value = '', last_modified = now() WHERE configuration_key = 'CATEGORIES_COUNT_SUFFIX' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_SHIPPING_ESTIMATOR_BUTTON' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_SEARCH_RESULTS_FEATURED' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_NEW_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX' LIMIT 1;
UPDATE configuration SET configuration_value = '0', last_modified = now() WHERE configuration_key = 'PRODUCT_LISTING_MULTIPLE_ADD_TO_CART' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'MAX_RANDOM_SELECT_NEW' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_CATEGORIES_PER_ROW' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS' LIMIT 1;
Re: ZCA Bootstrap 4 Template [Support Thread]
There is only this other file
<?php
/**
* @copyright Copyright 2003-2022 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: DrByte 2020 Jul 10 Modified in v1.5.8-alpha $
*/
// send to domain root
session_write_close();
header('Location: ' . 'http://' . $_SERVER['HTTP_HOST']);
exit();
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
Angiex1
Thank you, this is showing for bootstrap?
[HTML]The ZCA "bootstrap" template (or a clone) was activated on 2022-10-23 09:26:23 and some of its default settings are different than those currently set. You can copy and paste the following SQL into your admin's Tools->Install SQL Patches to change those defaults:
UPDATE configuration SET configuration_value = '3', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_PAGE_LINKS' LIMIT 1;
UPDATE configuration SET configuration_value = '<li>##/##</li>', last_modified = now() WHERE configuration_key = 'BREAD_CRUMBS_SEPARATOR' LIMIT 1;
UPDATE configuration SET configuration_value = '⊢##', last_modified = now() WHERE configuration_key = 'CATEGORIES_SEPARATOR_SUBS' LIMIT 1;
UPDATE configuration SET configuration_value = '', last_modified = now() WHERE configuration_key = 'CATEGORIES_COUNT_PREFIX' LIMIT 1;
UPDATE configuration SET configuration_value = '', last_modified = now() WHERE configuration_key = 'CATEGORIES_COUNT_SUFFIX' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_SHIPPING_ESTIMATOR_BUTTON' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_SEARCH_RESULTS_FEATURED' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_NEW_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '4', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_SPECIAL_PRODUCTS_INDEX' LIMIT 1;
UPDATE configuration SET configuration_value = '0', last_modified = now() WHERE configuration_key = 'PRODUCT_LISTING_MULTIPLE_ADD_TO_CART' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'MAX_RANDOM_SELECT_NEW' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'MAX_DISPLAY_CATEGORIES_PER_ROW' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_NEW_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS' LIMIT 1;
UPDATE configuration SET configuration_value = '2', last_modified = now() WHERE configuration_key = 'SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS' LIMIT 1;
This is not a bootstrap error, it is information to let you know some of the settings are different to the default. You can use the details above to reset the setting as it says in the top of the file. Your issue is with access to the database as shown in
Quote:
[22-Oct-2022 13:05:16 UTC] PHP Warning: mysqli_connect(): (HY000/1044): Access denied for user 'angiesar_admin'@'localhost' to database 'angiesar_admin' in /includes/classes/db/mysql/query_factory.php on line 130
This says that the user 'angiesar_admin'@'localhost' does not have access to the database this means that the database cannot be read. and is thus causing an error.
Re: ZCA Bootstrap 4 Template [Support Thread]
Thank you Mark, but how can I not have access to the database I set up from scratch? it is as though not all of the template uploaded when installing it? as it is only the footer that is missing?
Re: ZCA Bootstrap 4 Template [Support Thread]
Thank you Mark.
Regarding this log
[22-Oct-2022 13:05:16 UTC] PHP Warning: mysqli_connect(): (HY000/1044): Access denied for user 'angiesar_admin'@'localhost' to database 'angiesar_admin' in /includes/classes/db/mysql/query_factory.php on line 130
I set up that database when setting up the store and installing Zencart so have no idea why it says I wouldnt have access as have full privileges. but looking closer at it the database user is correct but the database name is incorrect and no idea how or why that would happen. How do I sort this out?
Re: ZCA Bootstrap 4 Template [Support Thread]
If you run the zen cart do you get any new log files generated?