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

Cherry Zen Template Support Thread

Views: 844,710

Results 2,001 to 2,020 of 3,245
21 Sep 2008, 21:21
#2001
jettrue avatar

jettrue

Totally Zenned

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

Cherry Zen Template Support Thread

countrycharm:

jettrue I know you have answered this question before, but I'm having trouble finding exactly what code to move and where to put it after I move it. I'm trying to move the add to the cart button up under the model number. What part of the code do you move up or down from the tpl_product_info_display.php to get this like I want it. Thank you for your help. Here is my site

Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->

21 Sep 2008, 22:15
#2002
panelcart avatar

panelcart

Zen Follower

Join Date:
Sep 2006
Posts:
125
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

If its not working, I'd ask in the general forum, this template doesn't mess with that at all.

I see in the css you were trying to make the table wider, to do that, you can change this:

#productQuantityDiscounts {
width: 400px;
}

to this:

#productQuantityDiscounts table {
width: 400px;
}

You are amazing. Thank you!

21 Sep 2008, 23:19
#2003
panelcart avatar

panelcart

Zen Follower

Join Date:
Sep 2006
Posts:
125
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

By the way do you know how I can move the quantity discount to the top of the product description?

Thanks again!

21 Sep 2008, 23:25
#2004
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

cyptc:

By the way do you know how I can move the quantity discount to the top of the product description?

Thanks again!

Check out includes/templates/cherry_zen/templates/tpl_product_info_display.php

22 Sep 2008, 02:25
#2005
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->
jettrue I did what you said and it moved up but I want it a little lower about even with the bottom of the image and inline with the model number if I can do that. Thank you

22 Sep 2008, 18:34
#2006
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I set up my site on my home machine to test but I now I need to change the domain name and site name before I upload to my site. Tutorial 99 mentions that I need ZC-install when I upload to rename databases etc, except I have already deleted ZC-Install. How can I do this?

22 Sep 2008, 18:47
#2007
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Download zen cart again from here and find the install folder. Do it just like you did before.

24 Sep 2008, 18:07
#2008
chaddb avatar

chaddb

New Zenner

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

Re: Cherry Zen Template Support Thread

I've searched Zen Cart and Cherry Zen forums, but i'm not sure exactly what i need to search for. I'd like to extend the number of displayed results from 10 to 20...or whatever, just more than 10. Where/how do i make this adjustment?

24 Sep 2008, 19:19
#2009
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

open up your stylesheet, find the add to cart section, and add a margin-top until it is in the right spot.
Posted via Mobile Device

24 Sep 2008, 19:39
#2010
countrycharm avatar

countrycharm

Totally Zenned

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

Re: Cherry Zen Template Support Thread

open up your stylesheet, find the add to cart section, and add a margin-top until it is in the right spot. Was this for me jettrue if it was all I see in the style sheet is this
/* product info page css */

#cartAdd {
width:125px;
text-align:center;
margin:10px auto;
float:right;
padding-right:10px;
}
#cartAdd input {
margin:.3em 0 0 0;
now you said to add a margin-top until it is in the right spot. Do I add another margin: or do I change the one that is already there from auto to top. Sorry I don't understand what you are saying. Thank you for your help.

27 Sep 2008, 00:48
#2011
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

countrycharm:

Was this for me jettrue if it was all I see in the style sheet is this

now you said to add a margin-top until it is in the right spot. Do I add another margin: or do I change the one that is already there from auto to top. Sorry I don't understand what you are saying. Thank you for your help.

Yes, it was for you.

Try reading a css shorthand tutorial like this to help you:

http://webdesign.about.com/cs/css/qt/tipcsstrbl2.htm

For example, you could change it to:

margin:15px auto 10px;

which means 15px for the top, auto for the left and right, and 10px for the bottom.

Right now it is saying 10px for the top and bottom, and auto for left and right. The link I posted explains how it works in more detail.

27 Sep 2008, 00:49
#2012
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

chaddb:

I've searched Zen Cart and Cherry Zen forums, but i'm not sure exactly what i need to search for. I'd like to extend the number of displayed results from 10 to 20...or whatever, just more than 10. Where/how do i make this adjustment?

Did you check "configuration", "Maximum values"?

27 Sep 2008, 07:42
#2013
dhanesh avatar

dhanesh

New Zenner

Join Date:
May 2008
Location:
India, Trivandrum,Kerala
Posts:
43
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I have installed the cherry zen template on 1.38 and modified it a little bit.I also installed the french Language ver 1.38 by damien.
But whenevre i switch to the french version the two side bars dis sappers.And after some time when refreshes it comes back.I dont know what is the problem.It occurs when switching to the french.
It it anything to do with the Template.

Please have a look:
http://www.lockdownsurveillance.com/

27 Sep 2008, 20:19
#2014
1plm avatar

1plm

New Zenner

Join Date:
Jul 2008
Location:
Cape-Coast, Ghana WestAfrica
Posts:
53
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Sorry guys/gals to bring this issue up again as I have pasted it under the IH2 forum. i dont't know if this post belongs here or there.
I was runing a "sage" template and installed IH2. Ater that whenever you clicked on my sample test Image I got the message/error below even though everything looks right at https://www.afrosupermarket.com
Meaasge or Error Displayed"

xt' => "\n " . $link); $col ++; if ($col > (IMAGES_AUTO_ADDED -1)) { $col = 0; $row ++; } } // end for loop } // endif ?>

I thought it was a template error and so I switched to "Cherry zen" template and still get the same error. I have searched the developers tool kit to where I can locate that line of code for correction.
Is it with IH2 or I need to adjust some code to avoid seeing the message displayed.

29 Sep 2008, 01:58
#2015
rufusclc avatar

rufusclc

Zen Follower

Join Date:
Sep 2008
Location:
San Diego
Posts:
159
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I had asked:
I set up my site on my home machine to test but I now I need to change the domain name and site name before I upload to my site. Tutorial 99 mentions that I need ZC-install when I upload to rename databases etc, except I have already deleted ZC-Install. How can I do this?
and Randy The Good Shepherd Store said:
Download zen cart again from here and find the install folder. Do it just like you did before.
So I copied the zc-install file to my main directory but how do I get the install to run again? I tried to re-run zc-install every-which-way with no luck. What am I doing wrong? Help please

29 Sep 2008, 10:10
#2016
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

rufusclc:

I had asked:
I set up my site on my home machine to test but I now I need to change the domain name and site name before I upload to my site. Tutorial 99 mentions that I need ZC-install when I upload to rename databases etc, except I have already deleted ZC-Install. How can I do this?
and Randy The Good Shepherd Store said:
Download zen cart again from here and find the install folder. Do it just like you did before.
So I copied the zc-install file to my main directory but how do I get the install to run again? I tried to re-run zc-install every-which-way with no luck. What am I doing wrong? Help please

this would be a good question for the general forum. Sorry!

01 Oct 2008, 01:53
#2017
beth_katherine avatar

beth_katherine

Zen Follower

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

Re: Cherry Zen Template Support Thread

Jade, I'm stuck.

I upgraded my site to 1.38a and the equivalent Chery Zen template but something is wrong as the sideboxbg.gif is wider than my left sideboxes.

Here's a link to my site in progress

http://smockingstore.com/store/index.php?main_page=

Will you take a looksee and tell me how to fix it? :frusty:

Beth-katherine

01 Oct 2008, 02:26
#2018
1plm avatar

1plm

New Zenner

Join Date:
Jul 2008
Location:
Cape-Coast, Ghana WestAfrica
Posts:
53
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Jade or Somebody Please Help Asap!
After I posted my above mentioned error I got a feedback under the IH2 forum at Page 305 Post 3047. Though i don't know what to do with the contents pasted there.
now my major issue is when you click on an Image and add to cart to proceed to check out, On the check out screen Everything is Messed up ans mashed up. Do I need to enable some sideboxes to offset these bad displayed page?

01 Oct 2008, 03:12
#2019
1plm avatar

1plm

New Zenner

Join Date:
Jul 2008
Location:
Cape-Coast, Ghana WestAfrica
Posts:
53
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Concerning Post#2024 here,
Hooray I solved it!!! or They helped me Solve It!
See 16 lines up from the last line of code in the Includes/modules/additinal_images.php,
There is a that says 'text' => "\n, i just removed "text" and now I don't get Error.
Thanks Folks.
The Check out screen still has a problem though. Just Try checking out a product at https://www.afrosupermarket.com.

01 Oct 2008, 05:16
#2020
beth_katherine avatar

beth_katherine

Zen Follower

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

Re: Cherry Zen Template Support Thread

[quote=Beth-katherine;619941]Jade, I'm stuck.

I upgraded my site to 1.38a and the equivalent Chery Zen template but something is wrong as the sideboxbg.gif is wider than my left sideboxes.


OK I fixed the problem by fudging the width of the sideboxbg.gif. Still curious though why the images for the sidebox titles was wider than 150px.

Beth-katherine