Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,697

Results 2,081 to 2,100 of 3,245
16 Oct 2008, 22:55
#2081
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Cherry Zen Template Support Thread

heavenlynights:

Thanks for that Jade. crazycucumber told me where to look.

I moved it, looked terrible so moved it back. What I really need to do is to figure out (if at all possible) how to add notations/text without using the attributes. These notations are applicable to all products that I have. I would prefer this common text to be built into the template file so that when I add a product, that information will automatically show-up on the product info page without me having to add it some other way

At present these common notations are listed as read-only attributes which make my products info pages very messy. If I cannot add these notations into the core template, then I will have to totally rehash the tpl_product_info_display.php.

I am not really php code savey so I don't know if I can add html in the tpl_product_info_display.php (or if this is even the appropriate file I should be looking at) without breaking something.

Your thoughts/help would be appreciated and thank you jade.

If its going to be "EXACTLY" the same text for every product, then sure, you can add it to tpl_product_info_display.php

something like this:

<!-- bof product info text for all products --> <?php echo '<div id="productInfoText">Text goes here</div>' ?> <!-- eof product info text for all products-->

would work. :smile:

17 Oct 2008, 04:37
#2082
heavenlynights avatar

heavenlynights

Zen Follower

Join Date:
Jan 2006
Location:
Australia
Posts:
303
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks so much Jade - Worked very well, now the product pages don't look so messy :clap::smile:

17 Oct 2008, 20:28
#2083
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Thanks for the great template, very customizable...

I am running into a few problems and I am sorting them out, right now I am trying to center the logo and text. I tried following what you have here: https://www.zen-cart.com/tutorials/index.php?article=125

But I see there is a #logo section which didn't have the information you described there would be, I scrolled down and found the rest, kinda confusing. Not sure what to change exactly since there is already a text-aligned:center;

was able to center it somewhat, but not sure why there is space in front of the logo now, and its all the way to the right side of the header.

Any help is appreciated :)

17 Oct 2008, 21:12
#2084
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

also, how do I put the description of an item right next to the picture, instead of way below it

17 Oct 2008, 23:08
#2085
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

And yet, another question...how do I change the default maintenance graphic?

18 Oct 2008, 00:16
#2086
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

sorry for all the questions, I tried looking through the forums for these but I was unable to find any solutions.

Lets say I have "Fruit Jar Candles"

they are the same price, but different scent, how do I do this? I don't see the option when I list a new product, also how can I have it list the "item #" rather than "model"

alsol, how do I add more than one pic for a product?

18 Oct 2008, 08:23
#2087
parrot avatar

parrot

New Zenner

Join Date:
Aug 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I have recently installed Cherry Zen to my store and all seems fine except for my Shipping and Returns page. When you click on it and it displays, the fonts in the sideboxes are all increased in size. Can anyone help?

My website is http://parrotpants.com.au

TIA!

18 Oct 2008, 09:48
#2088
daymobrew avatar

daymobrew

New Zenner

Join Date:
Oct 2008
Posts:
48
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

chris32882:

And yet, another question...how do I change the default maintenance graphic? The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif

chris32882:

also, how do I put the description of an item right next to the picture, instead of way below it Edit /includes/templates/cherry_zen/templates/tpl_product_info_display.php
The sections have comments showing where they start and end. Move these blocks around to experiment with the layout you want. You may need to modify stylesheet.css too.

18 Oct 2008, 17:41
#2089
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif

Edit /includes/templates/cherry_zen/templates/tpl_product_info_display.php
The sections have comments showing where they start and end. Move these blocks around to experiment with the layout you want. You may need to modify stylesheet.css too.

Thanks so much for the info!

18 Oct 2008, 18:35
#2090
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

The default graphic is /includes/templates/template_default/images/down_for_maintenance.gif
Create your own in /includes/templates/cherry_zen/images/down_for_maintenance.gif

How do I change what it says when down for maintenance?

18 Oct 2008, 19:12
#2091
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

daymobrew:

Edit /includes/templates/cherry_zen/templates/tpl_product_info_display.php
The sections have comments showing where they start and end. Move these blocks around to experiment with the layout you want. You may need to modify stylesheet.css too.

hmm I dunno, this seems a little difficult, I don't want to mess up anything

18 Oct 2008, 21:27
#2093
parrot avatar

parrot

New Zenner

Join Date:
Aug 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

parrot:

I have recently installed Cherry Zen to my store and all seems fine except for my Shipping and Returns page. When you click on it and it displays, the fonts in the sideboxes are all increased in size. Can anyone help?

My website is http://parrotpants.com.au

TIA!

I have fixed this problem by deleting the page and adding it as an EZ page, but it is happening also in my Contact Us page, and well as one of the EZ pages - Payment Information.

Can anyone help??

18 Oct 2008, 22:36
#2094
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

chris32882:

Thanks for the great template, very customizable...

I am running into a few problems and I am sorting them out, right now I am trying to center the logo and text. I tried following what you have here: https://www.zen-cart.com/tutorials/index.php?article=125

But I see there is a #logo section which didn't have the information you described there would be, I scrolled down and found the rest, kinda confusing. Not sure what to change exactly since there is already a text-aligned:center;

was able to center it somewhat, but not sure why there is space in front of the logo now, and its all the way to the right side of the header.

Any help is appreciated :)
Please post a link to your site.

18 Oct 2008, 22:39
#2095
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

parrot:

I have fixed this problem by deleting the page and adding it as an EZ page, but it is happening also in my Contact Us page, and well as one of the EZ pages - Payment Information.

Can anyone help??

Look at the text you added for those pages. You have <font> tags that aren't closed with a </font>. Look closely for the errors.

18 Oct 2008, 22:41
#2096
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

chris32882:

Thanks for the great template, very customizable...

I am running into a few problems and I am sorting them out, right now I am trying to center the logo and text. I tried following what you have here: https://www.zen-cart.com/tutorials/index.php?article=125

But I see there is a #logo section which didn't have the information you described there would be, I scrolled down and found the rest, kinda confusing. Not sure what to change exactly since there is already a text-aligned:center;

was able to center it somewhat, but not sure why there is space in front of the logo now, and its all the way to the right side of the header.

Any help is appreciated :)
I saw your link in a later post. :-)

Your image has actual white space to the left of "Happy Halloween". That is why there is space to the left of the logo. Open it up in an image editing program and crop it better.

18 Oct 2008, 22:41
#2097
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

chris32882:

this is how far I've gotten http://themccormickshop.com/index.php?main_page=product_info&cPath=1&products_id=1

Id like to make the description box a little bigger and not as small as it is now, any ideas?

Your site is down for maintenance, so we can't see the product page.

18 Oct 2008, 22:42
#2098
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

chris32882:

sorry for all the questions, I tried looking through the forums for these but I was unable to find any solutions.

Lets say I have "Fruit Jar Candles"

they are the same price, but different scent, how do I do this? I don't see the option when I list a new product, also how can I have it list the "item #" rather than "model"

alsol, how do I add more than one pic for a product?

These are all good question for the general forum.

18 Oct 2008, 23:09
#2099
parrot avatar

parrot

New Zenner

Join Date:
Aug 2008
Posts:
7
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Look at the text you added for those pages. You have <font> tags that aren't closed with a </font>. Look closely for the errors.

I finally did work out that that might have been the problem! Glad to see I was on the right track :)

Thanks so much Jade!

18 Oct 2008, 23:20
#2100
chris32882 avatar

chris32882

Zen Follower

Join Date:
Oct 2008
Location:
Hornell, NY
Posts:
330
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

Your site is down for maintenance, so we can't see the product page.

sorry bout that,thats fixed now

http://www.themccormickshop.com