Zen Follower
- Join Date:
- May 2008
- Posts:
- 200
- Plugin Contributions:
- 0
All Business template Support Thread
Sorry disregard the above post.
They are there - misread the file structure when comparing
Views: 183,248
Zen Follower
Sorry disregard the above post.
They are there - misread the file structure when comparing
Totally Zenned
Sorry disregard the above post.
They are there - misread the file structure when comparing
Glad that you sorted it all out. The files were missing from your cloned site, but not the template package :smile:
Thanks,
Anne
Zen Follower
Ok I have triple checked all files and all are present so logiclally the only thing this could be caused by is the previous templates database alterations.
The sql statement for the other template was
/** install single listing **/
delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 'Select the number of columns of products to show in each row in the product listing. The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);
INSERT INTO
configuration(configuration_title,configuration_key,configuration_value,configuration_description,configuration_group_id,sort_order,last_modified,date_added,use_function,set_function) VALUES
('Index New Listing Template', 'INDEX_NEW_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'),
('Index Special Listing Template', 'INDEX_SPECIAL_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),'),
('Index Featured Listing Template', 'INDEX_FEATURED_USE_PRODUCT_LISTING', '1', 'Set to 1 to use the original listing template, 2 to use the shared listing template, 3 to use the product listing template.', 24, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''1'', ''2'', ''3''),');/** CJ Loader **/
SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'CSS/JS Loader';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;INSERT INTO configuration_group VALUES ('', 'CSS/JS Loader', 'Set CSS/JS Loader Options', '1', '1');
UPDATE configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'CSS/JS Loader';INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES
('Enable Minify', 'MINIFY_STATUS', 'true', 'Minifying will speed up your site's loading speed by combining and compressing css/js files.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'),
('Max URL Lenght', 'MINIFY_MAX_URL_LENGHT', '2083', 'On some server the maximum lenght of any POST/GET request URL is limited. If this is the case for your server, you can change the setting here', @t4, 2, NOW(), NOW(), NULL, NULL),
('Minify Cache Time', 'MINIFY_CACHE_TIME_LENGHT', '31536000', 'Set minify cache time (in second). Default is 1 year (31536000)', @t4, 3, NOW(), NOW(), NULL, NULL),
('Latest Cache Time', 'MINIFY_CACHE_TIME_LATEST', '0', 'Normally you don't have to set this, but if you have just made changes to your js/css files and want to make sure they are reloaded right away, you can reset this to 0.', @t4, 4, NOW(), NOW(), NULL, NULL);/** update configuration **/
UPDATE configuration SET configuration_value = '4' WHERE configuration_key = 'MAX_DISPLAY_NEW_PRODUCTS';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'MAX_MANUFACTURERS_LIST';
UPDATE configuration SET configuration_value = '250' WHERE configuration_key = 'MEDIUM_IMAGE_WIDTH';
UPDATE configuration SET configuration_value = '250' WHERE configuration_key = 'MEDIUM_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = '125' WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_WIDTH';
UPDATE configuration SET configuration_value = '125' WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_WIDTH';
UPDATE configuration SET configuration_value = '160' WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'PRODUCT_LIST_IMAGE';
UPDATE configuration SET configuration_value = '2' WHERE configuration_key = 'PRODUCT_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_LIST_DESCRIPTION';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'OTHER_IMAGE_PRICE_IS_FREE_ON';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_INFO_PREVIOUS_NEXT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_INFO_CATEGORIES';
UPDATE configuration SET configuration_value = '220px' WHERE configuration_key = 'BOX_WIDTH_LEFT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'COLUMN_RIGHT_STATUS';
UPDATE configuration SET configuration_value = '220px' WHERE configuration_key = 'COLUMN_WIDTH_LEFT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_CUSTOMER_GREETING';
UPDATE configuration SET configuration_value = '' WHERE configuration_key = 'SHOW_BANNERS_GROUP_SET6';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_FOOTER_IP';
UPDATE configuration SET configuration_value = 'No' WHERE configuration_key = 'IMAGE_USE_CSS_BUTTONS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_NEW_LIST_IMAGE';
UPDATE configuration SET configuration_value = '2101' WHERE configuration_key = 'PRODUCT_NEW_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_NEW_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_FEATURED_LIST_IMAGE';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_ALL_LIST_IMAGE';
UPDATE configuration SET configuration_value = '1101' WHERE configuration_key = 'PRODUCT_ALL_LIST_NAME';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'PRODUCT_ALL_LISTING_MULTIPLE_ADD_TO_CART';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_UPCOMING';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'DEFINE_MAIN_PAGE_STATUS';
UPDATE configuration SET configuration_value = '1' WHERE configuration_key = 'EZPAGES_STATUS_FOOTER';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_NEW_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_SPECIAL_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = '3' WHERE configuration_key = 'INDEX_FEATURED_USE_PRODUCT_LISTING';
UPDATE configuration SET configuration_value = 'columns' WHERE configuration_key = 'PRODUCT_LISTING_LAYOUT_STYLE';
UPDATE configuration SET configuration_value = '4' WHERE configuration_key = 'PRODUCT_LISTING_COLUMNS_PER_ROW';
Is there anything in this that would effect this template ??
Zen Follower
Found it.
Sorry for being an idiot -
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'DEFINE_MAIN_PAGE_STATUS';
is the culprit.
Zen Follower
May I ask what font you used when creating the text on the slide show images ?
Totally Zenned
May I ask what font you used when creating the text on the slide show images ?
I used URW gothic L Book
Thanks,
Anne
New Zenner
Hi,
I am new to Zen cart. version 1.3.9
I've just installed All-Business template.
I like to increase font size for the crumb.
I tried updating the style sheet to no avail.
#navBreadCrumb{font-size: 0.95em;font-weight: bold;margin: 0em;padding: 0.5em;}
in
/includes/templates/all_business/css/stylesheet.css
Am I updating the correct file?
Totally Zenned
Hi,
I am new to Zen cart. version 1.3.9
I've just installed All-Business template.
I like to increase font size for the crumb.
I tried updating the style sheet to no avail.
#navBreadCrumb{font-size: 0.95em;font-weight: bold;margin: 0em;padding: 0.5em;}
in
/includes/templates/all_business/css/stylesheet.css
Am I updating the correct file?
Yes, that is the correct file. If you post a link to your site I will take a look.
Thanks,
Anne
Zen Follower
Hi Anne,
Is it possible to make the images in the slider fade instead of rotate?
Much appreciated,
Lynn
Totally Zenned
Hi Anne,
Is it possible to make the images in the slider fade instead of rotate?
Much appreciated,
Lynn
Yes, that should be possible. You will need to edit the javascript.
Thanks,
Anne
Zen Follower
Could you please provide me with more direction on how to do this? Much appreciated, Lynn
Totally Zenned
Could you please provide me with more direction on how to do this? Much appreciated, Lynn
If you do not have enough javascript know how to edit the code yourself, then I would recommend seeking out a javascript programmer. You might also ask the author of the slider.
Thanks,
Anne
Zen Follower
And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
Totally Zenned
And the author is?....
I've reviewed the install documents but don't see any reference.
Thanks, Lynn
You will find the authors info in the javascript file.
Thanks,
Anne
New Zenner
jadedev:
#navBreadCrumb{font-size: 0.95em;font-weight: bold;margin: 0em;padding: 0.5em;}
in
/includes/templates/all_business/css/stylesheet.css
website:
chefscircle.com.au/cart
I tried setting font size to 2.0, thinking 2.0 is twice of 0.95, but still no change.
Totally Zenned
jadedev:
website:
chefscircle.com.au/cart
I tried setting font size to 2.0, thinking 2.0 is twice of 0.95, but still no change.
That's because it's not telling the font what to do, it's telling the div what to do...............
See, right now, it looks like this, right?
#navBreadCrumb{font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Well, now let's add an "a" to it, so it will tell the font what to do:
#navBreadCrumb a {font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Then, you will notice the difference. With you having the font-size: 2em;............it's pretty big.
Anyway...............hope this helps.
New Zenner
It works, thanks very much.
I am new to all this. Which php file refers to #navBreadCrumb?
Totally Zenned
Oh......Sorry. It's the same stylesheet that you was trying to edit to no avail:
/includes/templates/all_business/css/stylesheet.css
I also just noticed that you've got 2 separate stylesheets loading..............."stylesheet.css" and "stylesheet_backup1.css", which can cause you some MAJOR headaches trying to get everything right, when these two stylesheets are fighting against each other.
You really should use a ".txt" extension or a ".bak", so ZC won't pick it up. Something like "stylesheet_backup1.css.bak".
Totally Zenned
Oh.......wait..............you said "which PHP file", didn't you? You can find the code for it in "includes/templates/template_default/common/tpl_main_page.php" starting at around line 193, and looks like this:
<!-- bof breadcrumb -->
<?php if (DEFINE_BREADCRUMB_STATUS == '1' || (DEFINE_BREADCRUMB_STATUS == '2' && !$this_is_home_page) ) { ?>
<div id="navBreadCrumb"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></div>
<?php } ?>
<!-- eof breadcrumb -->
Hope that's of some help. Although, I don't know why you're looking for it????
Zen Follower
Hi Anne,
We're on the home straight now !
A customer has pointed out to us that in our old template design you were able to sort by price low / high whereas the new design (being the all business template) does not allow this.
The column grid layout on this template only has sort alphabetically. There is a filter option to filter by titles beginning with a,b,c etc but no all round sort by price. (It is available if you navigate to all products which is displayed in a list form)
Is there any way of add in sort by price onto the main product pages ?
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.