Zen Cart Logo
Forums / Addon Templates / Comstock Template

Comstock Template

Views: 132,185

Results 421 to 440 of 722
27 Jul 2009, 2:00 AM
#421
kramerr avatar

kramerr

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.

27 Jul 2009, 2:04 AM
#422
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

clydejones:

Fiond the following declarations in the stylesheet and add the following to each: line-height:normal;

#productMainImage
#categoryDescription
.categoryListBoxContents

As 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;
}

27 Jul 2009, 2:06 AM
#423
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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;
}

27 Jul 2009, 2:09 AM
#424
kramerr avatar

kramerr

New Zenner

Join Date:
Jun 2009
Posts:
50
Plugin Contributions:
0

Re: Comstock Template

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.

27 Jul 2009, 2:16 AM
#425
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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.

27 Jul 2009, 2:20 AM
#426
kramerr avatar

kramerr

New Zenner

Join Date:
Jun 2009
Posts:
50
Plugin Contributions:
0

Re: Comstock Template

The Manufacturer's box is still not appearing. I don't know what is worng.

27 Jul 2009, 2:24 AM
#427
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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.

27 Jul 2009, 2:27 AM
#428
kramerr avatar

kramerr

New Zenner

Join Date:
Jun 2009
Posts:
50
Plugin Contributions:
0

Re: Comstock Template

Yes, they are correctly set up.

27 Jul 2009, 2:35 AM
#429
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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

27 Jul 2009, 2:39 AM
#430
kramerr avatar

kramerr

New Zenner

Join Date:
Jun 2009
Posts:
50
Plugin Contributions:
0

Re: Comstock Template

Scroll Box/Style = 3
Verify Product Exist = 1

The actual box is not on the main page of the store.

27 Jul 2009, 2:51 AM
#431
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

kramerr:

Scroll Box/Style = 3
Verify Product Exist = 1

The 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)

27 Jul 2009, 4:58 AM
#432
happydigit avatar

happydigit

New Zenner

Join Date:
Jul 2009
Posts:
3
Plugin Contributions:
0

Re: Comstock Template

Thanks for sharing this template, it is very nice.

27 Jul 2009, 3:26 PM
#433
heatwavesales avatar

heatwavesales

New Zenner

Join Date:
Jul 2009
Posts:
7
Plugin Contributions:
0

Re: Comstock Template

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!

27 Jul 2009, 3:59 PM
#434
kramerr avatar

kramerr

New Zenner

Join Date:
Jun 2009
Posts:
50
Plugin Contributions:
0

Re: Comstock Template

Everything is set correctly...and, still no Manufacturer's SideBox.

27 Jul 2009, 4:23 PM
#435
hyperspeed avatar

hyperspeed

New Zenner

Join Date:
Apr 2009
Posts:
19
Plugin Contributions:
0

Re: Comstock Template

Any screenshots or previews? Thanks!

27 Jul 2009, 4:29 PM
#436
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

hyperspeed:

Any screenshots or previews? Thanks!

Try here to view most of the free templates available in the downloads section

27 Jul 2009, 4:35 PM
#437
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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

29 Jul 2009, 3:55 PM
#438
schep avatar

schep

New Zenner

Join Date:
Jul 2009
Location:
The Netherlands
Posts:
3
Plugin Contributions:
0

Re: Comstock Template

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.

29 Jul 2009, 4:32 PM
#439
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

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>
29 Jul 2009, 4:37 PM
#440
schep avatar

schep

New Zenner

Join Date:
Jul 2009
Location:
The Netherlands
Posts:
3
Plugin Contributions:
0

Re: Comstock Template

Thank you very very much for your help :yes: