Forums / Addon Templates / Comstock Template

Comstock Template

Results 1 to 20 of 722
07 Feb 2007, 16:17
#1
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Comstock Template

Comstock 1.0 for Zen Cart 1.3.7 is available in the downloads section.

This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right column on category/product listing pages.
10 Feb 2007, 05:01
#2
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Comstock Template

Very nice, Clyde! Super! :clap:
11 Feb 2007, 18:14
#3
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Comstock Template

Just a note for you, Clyde, that there's a line left out of
includes/languages/english/comstock/header.php:

// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

Great template!
11 Feb 2007, 18:26
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Thanks, I'll make a note for an update release.
13 Feb 2007, 02:37
#5
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

Nice looking template! However after I replaced:

if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">New Customer?</span> <a href="%s">Create Account</a>  <span class="greetUser">Returning Customers?</span> <a href="https://mysticmountainnaturals.com/login.html">Log In</a>.');
} else {

with

if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {

I get the following on the login page: (How can I get rid of the //??)

//Welcome, Please Sign In

Returning Customers: Please Log In
thanks
13 Feb 2007, 03:45
#6
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

If I have additional images for a product should not they be showing-up on the product page?
13 Feb 2007, 07:01
#7
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

If some has time, would you look at:
http://test.pridepak.com/ZenLevel2/index.php?main_page=products_all
and go over a picture/item and see what's happening at the top of the page?
Also as mentioned above, the login page is not right (//) and also does not show the validation code.
This test is a copy of
http://test.pridepak.com/ZenLevel1 just using a different template. The data/stock is the same.
13 Feb 2007, 13:31
#8
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Sunabac:

If I have additional images for a product should not they be showing-up on the product page?


additional images show up on the product info page if you have them turned on.
13 Feb 2007, 13:33
#9
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Sunabac:

If some has time, would you look at:
http://test.pridepak.com/ZenLevel2/index.php?main_page=products_all
and go over a picture/item and see what's happening at the top of the page?


what add-ons are you using that are working with the images?
13 Feb 2007, 14:03
#10
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Sunabac:


Also as mentioned above, the login page is not right (//) and also does not show the validation code.


for the (//) it looks like someone tried to comment something out at the top of the login page. Open that file and double check.

As for the validation code - the CAPTCHA contribution (not a included with the template) modifies tpl_create_account_default.php. I'd make a copy of this modified file and move it to includes/templates/comstock/templates.
13 Feb 2007, 15:14
#11
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

what add-ons are you using that are working with the images?

Following add-ons were installed before I install the template:
Admin Profile, User Tracking
Add Customer from Admin
References
CAPTCHA
Image Handler

after I installed this template I also added:
Purchase Order
CC By Fax
Minimum Requirements
13 Feb 2007, 15:37
#12
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

for the (//) it looks like someone tried to comment something out at the top of the login page. Open that file and double check.

As for the validation code - the CAPTCHA contribution (not a included with the template) modifies tpl_create_account_default.php. I'd make a copy of this modified file and move it to includes/templates/comstock/templates.


Yes! tpl_login_default.php had extra //
Thanks!
I also included tpl_modules_create_account.php in the template and it gave me CAPTCHA
Thanks!:D
13 Feb 2007, 15:48
#13
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

additional images show up on the product info page if you have them turned on.

I am not to sure I understand.. If the additional images work in one template and I just switch templates, I have to indicate something else?? Where should I look to "turn them on"?? Sorry still learning the ropes...:unsure:
13 Feb 2007, 16:14
#14
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

You're right, if they were showed up earlier then they should show up now.

One thing you might try is to copy tpl_modules_additional_images.php to

includes/templates/comstock/templates

see if that makes a difference.
13 Feb 2007, 16:18
#15
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Sunabac:

Following add-ons were installed before I install the template:
Admin Profile, User Tracking
Add Customer from Admin
References
CAPTCHA
Image Handler

after I installed this template I also added:
Purchase Order
CC By Fax
Minimum Requirements


It also appears that you are using the "zen lightbox" contribution.

But the behavior at the top of the page appears to happen on on the product listing page.
13 Feb 2007, 16:55
#16
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

You're right, if they were showed up earlier then they should show up now.

One thing you might try is to copy tpl_modules_additional_images.php to

includes/templates/comstock/templates

see if that makes a difference.

No change...
13 Feb 2007, 17:14
#17
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Sunabac:

No change...


Ok just to make sure; go to

admin -> catalog -> products type -> product - general and click the "edit layout" button

find Show Product Additional Images and make sure its set to true (1)
13 Feb 2007, 17:20
#18
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

It also appears that you are using the "zen lightbox" contribution.

But the behavior at the top of the page appears to happen on on the product listing page.

I don't even know what "zen lightbox" is...

I don't know if this will help.. but when I switch to apple_zen (which did not have jscrip_imagehover.js in the template) I did not have this behavior; when I put in the jscript - same problem.
However, this works fine in classic (with the jscript_imagehover.js in)
I tried to remove this jscript from comstat template, but it made no difference.
13 Feb 2007, 17:25
#19
sunabac avatar

sunabac

Zen Follower

Join Date:
Dec 2006
Posts:
211
Plugin Contributions:
0

Re: Comstock Template

clydejones:

Ok just to make sure; go to

admin -> catalog -> products type -> product - general and click the "edit layout" button

find Show Product Additional Images and make sure its set to true (1)

Yes, it's still there... (I just dumped the database and imported into this site)
However they don't show in the other templates I am testing either (apple_zen, sage), only in the classic (which was used on the original site)
13 Feb 2007, 17:38
#20
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Comstock Template

Basic but vital question -

do you have all of your additional images uploaded to your images directory?

Also, on the question of the "top of the page behavior"

in your includes/templates/template_default

make a copy the folder popup_image_additional and place it in

includes/templates/comstock