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

Cherry Zen Template Support Thread

Views: 844,760

Results 1,481 to 1,500 of 3,245
2 Jun 2008, 7:51 PM
#1481
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Cherry Zen Template Support Thread

Hi Jettrue,

Another ?. What would cause the search box from the search_header.php to appear twice when turned on? I appears correctly in the nav header, but then a duplicate search box also appears off-center in the left side column...

Thanks.

3 Jun 2008, 2:58 AM
#1482
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Cherry Zen Template Support Thread

Lovely
You need to open your header.php in /includes/languages/english/your_template/header.php add what menue you want to add under define('HEADER_TITLE_ then you need to open your /includes/templates/your_template/common/tpl_header.php and add the <li><a href="<?php echo zen_href_link(FILENAME_

3 Jun 2008, 7:30 AM
#1483
seamstobesew avatar

seamstobesew

Zen Follower

Join Date:
Nov 2005
Location:
Germany
Posts:
110
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Lovely,

You can do that by adding it to an ezpage. Go to tools, ezpages, click insert, Then it very bottom box, put the link to your blog.

In the boxes near top of page, mark it for showing in header in the position you want it.. 1, 2, 3 and then click insert. Your blog link should then show in that header.

I hope I took your question the right way.

3 Jun 2008, 2:10 PM
#1484
wally avatar

wally

New Zenner

Join Date:
Apr 2007
Posts:
24
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I installed Cherry Zen last night from the Classic Template (https://www.allclaveparts.com). I really like this template!

Somehow, in the transition, I did something to disable Google Checkout. It worked perfectly prior to the conversion. But now, the Google Checkout Cart No longer appears, and while it is listed as a payment option, selecting it will only return you to the cart.

I tried copying the google checkout folder into the cherry_zen/templates file and the GCO option disappeared completely, so I returned it back to its prior state.

Do I have to start from scratch and reinstall GCO - reflecting the new Cherry_Zen template or (hopefully) is there something I am just overlooking?

Any suggestions/guidance would be greatly appreciated.

Wally

3 Jun 2008, 3:08 PM
#1485
dscott1966 avatar

dscott1966

Zen Follower

Join Date:
Apr 2005
Posts:
298
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Not sure whats going on so any help would be great. Im installing the cart upsell mod and at the last part of the install it says put this code:

<?php require($template->get_template_dir('/tpl_better_together_marketing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_better_together_marketing.php'); ?> of the tpl_product_info_display.php did that.

When testing it the page just went all blue all sideboxes just disappeared.

can be seen here:
http://dealz-r-us.com/index.php?main_page=product_info&cPath=65&products_id=180

Can someone tell me how to solve this issue please.

Thank you.

4 Jun 2008, 1:51 AM
#1486
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Has anyone figured out how to add another tab to the "home | my account | login..." menu bar? I would like to add a contact us tab.

Also how do you use a bigger logo (taller and wider). I did this once before but now I can't remember how I did it.

Thanks.

4 Jun 2008, 2:49 AM
#1487
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

If anyone is interested I remember what I did to use a bigger logo. Just add height to the #logoWrapper...

#logoWrapper {
width:auto;
height: XXXpx;

But I still haven't figured out how to add another tab to the nav bar. :lamo:

4 Jun 2008, 8:32 AM
#1488
dannie avatar

dannie

New Zenner

Join Date:
Dec 2007
Posts:
15
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jettrue,

Please help... How do I align the Priority Handling, Discount Coupon and Gift Certificates sections on the checkout_payment , payment method - step 2 page. I cannot get the "Add Priority Handling" text and checkbox to align as well as the "Redemption Code" text and text input area. "view the screen shot here"

Thanks Dannie

4 Jun 2008, 1:42 PM
#1489
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hey jettrue,

how did you make the tabs (red, orange, etc.)? what program and steps? i would like to make a set in black, but so far i haven't been able to get them to look right?

thanks

4 Jun 2008, 7:44 PM
#1490
waltinrio avatar

waltinrio

New Zenner

Join Date:
May 2008
Location:
Stuart Florida
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I hope im in the right place. I have a question...On the zen cart I was able to downsize a jpg file to fit in between the sideboxs. I was able to go like 750 wide. I now have cherry_zen and when I go to do the same it bunches the left and right sides together. Any clues?

4 Jun 2008, 8:13 PM
#1491
sethererm avatar

sethererm

New Zenner

Join Date:
Feb 2008
Location:
Inside my head.
Posts:
55
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

gsdcypher:

If anyone is interested I remember what I did to use a bigger logo. Just add height to the #logoWrapper...

#logoWrapper {
width:auto;
height: XXXpx;

But I still haven't figured out how to add another tab to the nav bar. :lamo:

Hi,
In order to do this I would go to the tpl_header.php file and add it as a listed element <li><a href="link">Contact Us</a></li> after the link where you want to add it to.

The tpl_header.php file is located in:
<zen cart folder>/includes/templates/cherry_zen/common/tpl_header.php

Then you will most likely have to mess with the css file in order to get it to show properly. I had to do this for a website that was using this template as well. Took me quite a while to figure out how to change it around to work properly.
If you have a lot of problems doing it - I can try to assist you further if needed.
Good luck,
Seth

4 Jun 2008, 8:24 PM
#1492
waltinrio avatar

waltinrio

New Zenner

Join Date:
May 2008
Location:
Stuart Florida
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

thanx...ill have to look into that a little bit more...let me ask this if you dont mind. how do I change the names page 2 page 3 etc?

4 Jun 2008, 10:10 PM
#1493
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

gsdcypher:

Hi Jettrue,

Another ?. What would cause the search box from the search_header.php to appear twice when turned on? I appears correctly in the nav header, but then a duplicate search box also appears off-center in the left side column...

Thanks.

Turn it off under "Tools" "Layout Boxes Controller". You have both search_header.php and search.php turned on.

5 Jun 2008, 2:42 AM
#1494
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi seth,

thanks for the reply. i have managed to add another button. for those wanting to do the same, here is how i did it:
i added the link just as seth said. then i changed the #navMain settings and the #navMain a span settings in the stylesheet.css to accomodate the new tab. i also shrank the tab graphic a bit.

hi jettrue,

thanks for reply. i have sussed out the search header thingy... i had the left and right boxes on and it should have only been on for single column.

do you happen to know the fix for these css errors?

199 * html #nw Value Error : width Lexical error at line 199, column 63. Encountered: "?" (63), after : "" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth 1048? "1000px" : "80%"));

205 * html #nw Value Error : width Parse error - Unrecognized }

also i was hoping to make a black image set just like your orange, green, etc. what program/steps did you use to make those cool tabs???

i have one more question... :blush: i want to experiment further with the header... i want the left and right columns extend up into the header and ######## up against the top nav bar and have the bottom nav bar fit between the two side columns. hope that makes sense... how would i do that????

5 Jun 2008, 2:55 AM
#1495
dalewz avatar

dalewz

New Zenner

Join Date:
Jun 2008
Posts:
12
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I like this template. After installing it based on the readme_or_else.txt installation steps, I got a empty page.

fx.pcmfx.com

Can you kindly help?

Thanks, -Dale

5 Jun 2008, 6:22 PM
#1496
waltinrio avatar

waltinrio

New Zenner

Join Date:
May 2008
Location:
Stuart Florida
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok...thats turns them off...but how do I actually change their name to something else? Also, if you dont mind...how can I enter more than 196 attributes? I am adding scents to my candles and have over 300.

6 Jun 2008, 1:01 AM
#1497
shakur96 avatar

shakur96

New Zenner

Join Date:
Jan 2008
Posts:
36
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi guys,
I cant get the "manufacured by..." and "Model" bullet points to appear on my product pages just under the title. They appear on the template demo online. I have mucked around in admin and cant find a solution. Any ideas?

6 Jun 2008, 1:34 AM
#1498
boggled avatar

boggled

Zen Follower

Join Date:
Mar 2006
Location:
Tennessee
Posts:
286
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

waltinrio:

thanx...ill have to look into that a little bit more...let me ask this if you dont mind. how do I change the names page 2 page 3 etc?

To Change The Names of Page 2, 3, 4 in the More Information Sidebox:

This has to be changed in your Zen Cart files, either via FTP or your Cpanel File Manager.

The file you need is **public_html/includes/languages/YOUR TEMPLATE/english.php **

The place to change it is located on or about line 147 and it will look like this:

// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', '');
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');

Make sure you leave the ' marks and only change the text in between. (I highlighted it in red what to change)

Now you will also have to go to public_html/includes/languages/english/page_2.php

To change this:

define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');

Hope that helps. :smile:

6 Jun 2008, 5:22 PM
#1499
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

hi jettrue + all,

i am trying to add a specials tab to the nav bar. i want it to show only if there are specials. can anyone help with the correct coding?

      <!--bof-navigation display-->
      <div id="navMainWrapper">
        <div id="navMain">
          <ul>
--specials tab code here--    

thanks.

6 Jun 2008, 5:35 PM
#1500
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

please disregard last post, I just worked it out! :clap: