New Zenner
- Join Date:
- Jun 2009
- Posts:
- 50
- Plugin Contributions:
- 0
Comstock Template
I have turned the Left/Right Column status on. Set the location to 'Right'. Set the Left/Right Column Sort Order to 5 and updated the box. It still does not show up.
Views: 132,185
New Zenner
I have turned the Left/Right Column status on. Set the location to 'Right'. Set the Left/Right Column Sort Order to 5 and updated the box. It still does not show up.
Deceased
clydejones:
Fiond the following declarations in the stylesheet and add the following to each: line-height:normal;
#productMainImage
#categoryDescription
.categoryListBoxContentsAs for google analytics, I haven't used it but I would assume it should be placed somewhere in tpl_footer.php. Look at the installation instructions for the mod to be sure.
Sorry, Wrong declarations.
.centerBoxContentsSpecials {
line-height:normal;
}
Deceased
clydejones:
Sorry, Wrong declarations.
.centerBoxContentsSpecials {
line-height:normal;
}
You might also want to add the line-height rule to the following delcaration.
body {
margin: 0;
padding: 0;
background: url(../images/background.gif) 0 0 repeat-x ;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
line-height:normal;
}
New Zenner
I reset the Sort Order and followed the same procedure to add the Manufacturer's side box. It almost seems that that part of the script is NOT there.
Deceased
kramerr:
I reset the Sort Order and followed the same procedure to add the Manufacturer's side box. It almost seems that that part of the script is NOT there.
The template does not modify any of the sidebox files in any way.
New Zenner
The Manufacturer's box is still not appearing. I don't know what is worng.
Deceased
kramerr:
The Manufacturer's box is still not appearing. I don't know what is worng.
check admin -> catalog -> manufactures and double check that you have set them up.
New Zenner
Yes, they are correctly set up.
Deceased
kramerr:
Yes, they are correctly set up.
admin -> configuration -> maximum values
Check the settings for these:
Manufacturers List - Scroll Box Size/Style
Manufacturers List - Verify Product Exist
New Zenner
Scroll Box/Style = 3
Verify Product Exist = 1
The actual box is not on the main page of the store.
Deceased
kramerr:
Scroll Box/Style = 3
Verify Product Exist = 1The actual box is not on the main page of the store.
one last check
admin -> catalog -> categories/products
make sure you have selected a manufacturer for your product(s)
Products Manufacturer: (select from the dropdown)
New Zenner
Thanks for sharing this template, it is very nice.
New Zenner
clydejones:
open includes/languages/english/comstock/index.php
find the following section of code
Change this
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', 'Welcome to ' .STORE_NAME); /Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!/
>
> to this
>
> ```
define('HEADING_TITLE', ''); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
} elseif ($category_depth == 'nested') {
// this will also be used on Top Level
define('HEADING_TITLE', ''); /*Replace this line with the headline you would like for your shop. For example: Welcome to My SHOP!*/
nvm. i got it. thanks again!
New Zenner
Everything is set correctly...and, still no Manufacturer's SideBox.
New Zenner
Any screenshots or previews? Thanks!
Deceased
hyperspeed:
Any screenshots or previews? Thanks!
Try here to view most of the free templates available in the downloads section
Deceased
kramerr:
Everything is set correctly...and, still no Manufacturer's SideBox.
admin -> tools -> layout boxes controller
make sure you have the correct sidebox turned on
**
sideboxes/manufacturers.php**
and not
sideboxes/manufacturer_info.php
New Zenner
Hello!
I'm sorry if my english isn't very good. :blush: I'm from The Netherlands.
My question:
Im using zencart version 1.3.8.
I just installed the comstock template. Very nice! :smile:
I have a question about the banner at the bottem of the site.
There are pictures of Mastercard, Visa, Paypal and others. How can I remove these pictures? I don't accept creditcard en paypal doesn't want me because it's an adult site. I don't want it to be confusing to my customers.
Can anyone help me?
Thank you very much.
Deceased
schep:
Hello!
I'm sorry if my english isn't very good. :blush: I'm from The Netherlands.
My question:
Im using zencart version 1.3.8.
I just installed the comstock template. Very nice! :smile:
I have a question about the banner at the bottem of the site.
There are pictures of Mastercard, Visa, Paypal and others. How can I remove these pictures? I don't accept creditcard en paypal doesn't want me because it's an adult site. I don't want it to be confusing to my customers.Can anyone help me?
Thank you very much.
Open includes/templates/comstock/common/tpl_footer.php
find and delete the following line of code (around line 70)
<div id="shopOptions"> </div>
New Zenner
Thank you very very much for your help :yes:
Fields marked required must be completed.
Tell staff why this post should be reviewed.