-
2 Attachment(s)
Re: Cherry Zen Template Support Thread
Hi Jade,
I'm having a little trouble with using the css flyout category menu with this template and viewed in Firefox. I tried a different template to see if it is the menu mod or the template and using the default classic template the problem disappears in FF which leads me to believe it's something with Cherry Zen.
Basically, what happens is the box below the category box seems to get elongated and the box heading of the box below ends up near the top of the menu category but under it and part of the lower box is covered up. I have attached a screenshot to show you what is happening, the circled area shows where the sidebox edge is interrupted because the information box heading is there underneath the categories which you can see much better in screenshot2. With a text box like the information box, the text gets all splattered as you can see in the screeenshot.
In IE7 it's fine. I've looked through the css category files and any other file I can think of to try to figure it out. Any suggestions?
Thanks!
Matt
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lankeeyankee
Hi Jade,
I'm having a little trouble with using the css flyout category menu with this template and viewed in Firefox. I tried a different template to see if it is the menu mod or the template and using the default classic template the problem disappears in FF which leads me to believe it's something with Cherry Zen.
Basically, what happens is the box below the category box seems to get elongated and the box heading of the box below ends up near the top of the menu category but under it and part of the lower box is covered up. I have attached a screenshot to show you what is happening, the circled area shows where the sidebox edge is interrupted because the information box heading is there underneath the categories which you can see much better in screenshot2. With a text box like the information box, the text gets all splattered as you can see in the screeenshot.
In IE7 it's fine. I've looked through the css category files and any other file I can think of to try to figure it out. Any suggestions?
Thanks!
Matt
Link please?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Link please?
drumfactorydirect.com. don't laugh, it's a work in progress and we're trying out all sorts of things. :-)
-
Re: Cherry Zen Template Support Thread
Hi everyone,
I'm new here. I have some query on cherry zen template. Hope i'm not asking a stupid question here :blush:
How come my website which using cherry zen does not have the function as the one I circled in yellow in the following image.
anyone can help? thanks a lot.
http://img502.imageshack.us/img502/7...erryzenkb0.jpg
http://img502.imageshack.us/img502/7...466dd0d31e.jpg
-
Re: Cherry Zen Template Support Thread
First the top bar you have circled relates to EZ-Pages - go to configuration - EZ page Settings and set the display status - Header bar to ON. Second the picture you circled if you had read all of the Read Me with the template you will see that is a contribution called ImageHandler 2 (IH2) that was used and was NOT included with the template.
-
Re: Cherry Zen Template Support Thread
I love the look of Cherry Zen, but the sidebox headers keep bleeding into the main section. I haven't changed the stylesheet at all yet. Can you give me a fix? There's a picture here in case I haven't explained what I mean (which is all too likely with me!)
http://homepage.mac.com/adept/cherryissue.jpg
-
Re: Cherry Zen Template Support Thread
I used this template as a base for a customer's cart. And I've seen that everything looks good except that ONLY on IE6 the left column pic (in this case the lady's body) drops down creating an empty space on left column, horrible, but only on main page, doesn't happen on other pages. :blink:
The site is: www.descreetlingerie . com/store
-
Re: Cherry Zen Template Support Thread
I am having the same issue as Adept. Can anyone suggest a fix
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
paulmcdonald
I am having the same issue as Adept. Can anyone suggest a fix
Check the width of the left and right sideboxes - go to "Configuration", "Layout Settings" and set the left and right sideboxes to "150px" wide. There are two spots to do this in. Your sideboxes look wider than that now and this could be your problem.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
adept
I love the look of Cherry Zen, but the sidebox headers keep bleeding into the main section. I haven't changed the stylesheet at all yet. Can you give me a fix? There's a picture here in case I haven't explained what I mean (which is all too likely with me!)
http://homepage.mac.com/adept/cherryissue.jpg
moonbeam is right, you have to change the sidebox widths, which is IN the readme in the install instructions.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lankeeyankee
drumfactorydirect.com. don't laugh, it's a work in progress and we're trying out all sorts of things. :-)
remove the float:left from this section in the categories css:
div#nav-cat {float: left; width: 149px; margin: 0 0 0 0px;
background-color:#FFFFFF; font-weight:bold;}
-
Re: Cherry Zen Template Support Thread
Jettrue ....
I have the cherry zen template loaded successfully, but I have a problem with the side headers and text running into the center (main) part of the template. What do I need to adjust to make the text on either side stay in the grey portion of the template?
-
Re: Cherry Zen Template Support Thread
Cancel that last one. I was following the directions and set the column width's to 150px as indicated. That did not work.
I added width:150px in the stylesheet.css:
.leftBoxHeading, .rightBoxHeading {
margin:0;
width:150px;
}
.sideBoxContent {
font-size:1.1em;
padding:5px 0;
width:150px;
}
-
Re: Cherry Zen Template Support Thread
Hi Jade,
Thanks for the great template. I would like to ask you if there is any way to have the product info to the right side of its picture. As at the moment my product info is below the product picture and you have to scroll down to see it.
-
Re: Cherry Zen Template Support Thread
Jettrue, do you have an explanation for my issue? :huh:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
remove the float:left from this section in the categories css:
div#nav-cat {float: left; width: 149px; margin: 0 0 0 0px;
background-color:#FFFFFF; font-weight:bold;}
Right as always!:D
Thanks a million!!
Matt
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ideasgirl
Jettrue, do you have an explanation for my issue? :huh:
I started to check it out, it looks like you changed a lot of the way the sideboxes work in the css. Apparently IE6 thinks there is not enough room for the left sidebox, and that it needs to move all the way down past the site's main content. I would try and get your site closer to how my test site is designed, as far as having the sideboxes background color set by images :
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#ffffff; /*background color for the main "content" of the site */
}
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
I would have the sideboxes padding more like in my test site:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
.inner {
width: 100%;
}
.float-wrap {
float: left;
width: 97%;
margin-left: -165px; /* Same length as .outer padding-left but with negative value */
}
#content {
float: right;
margin-right: -165px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this */
}
.contentWrap{
padding: 5px 0 5px 5px;
}
#navColumnOne {
float: left;
position: relative; /* IE needs this */
}
#navColumnTwo {
float: right;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
Then you could decrease your left padding on contentWrap, and decrease your padding on sideBoxContent
I have no simple answer for you, sorry!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
skipper_2
Hi Jade,
Thanks for the great template. I would like to ask you if there is any way to have the product info to the right side of its picture. As at the moment my product info is below the product picture and you have to scroll down to see it.
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and find the product description section (that whole file is nicely blocked off into sections), and cut and paste the description section where you'd like it. (after product name, after product details, after product attributes, wherever you'd like it)
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
paulmcdonald
Cancel that last one. I was following the directions and set the column width's to 150px as indicated. That did not work.
I added width:150px in the stylesheet.css:
.leftBoxHeading, .rightBoxHeading {
margin:0;
width:150px;
}
.sideBoxContent {
font-size:1.1em;
padding:5px 0;
width:150px;
}
That's not necessary in my test site, so I wonder if something else was going on on your site. But for most users, just entering "150px" in BOTH spots in the "Configuration", "Layout Settings" for the sideboxes works just fine (note there are two spots for both the left and right sideboxes to enter a width, so actually there are 4 spots where you have to enter 150px), there is no need to do what you did in the css.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
grace83
I just installed your template, and love it! Great job! I do have a question though... I have my moniter settings set to display at 1280x1024, and the site looks just right. The other computer in the house is set to 1024x768, and I get a horizontal scroll bar when viewed at this resolution. What and where do I change the settings to fix this?
(Could it be as simple as resizing my logo/banner? It's 1000x200px)
http://www.mainelyratrescue.org/store
Thanks for your help!
You're probably not following this thread anymore, but I went back to your site, to see if your issue was resolved, then began browsing around for fun (I like rodents, LOL) and I see that you are using really large product images, which look great, but it causes your product name and price to be below the image instead of to the right of it when the site is narrow, and if you add any drop down menu options, they won't fit to the right either.
So I'd suggest to either shrink down your product image size, or change the rightFloat width in the css to 30%. Once you shrink down to 30% though, you'll still have an issue like with this page:
http://mainelyratrescue.org/store/in...products_id=11
Cause the description box will be long and will extend into the right sideboxes. So i'd suggest making your product images smaller, or using only the left sideboxes to have more room for your products. The instructions for using only left sideboxes are here:
http://www.zen-cart.com/forum/showpo...&postcount=288
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and find the product description section (that whole file is nicely blocked off into sections), and cut and paste the description section where you'd like it. (after product name, after product details, after product attributes, wherever you'd like it)
Thanks for the advice , before you replied I had been messing with the css and managed to get the text where I wanted by doing this:
#productDescription {
border:1px solid #bfbfbf;
margin-top:-225px;
margin-left:215px;
margin-right:30px;
clear:both;
}
Is it ok to leave it like this as it looks just like I wanted or have I done something that is not wise in the css perhaps?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
skipper_2
Thanks for the advice , before you replied I had been messing with the css and managed to get the text where I wanted by doing this:
#productDescription {
border:1px solid #bfbfbf;
margin-top:-225px;
margin-left:215px;
margin-right:30px;
clear:both;
}
Is it ok to leave it like this as it looks just like I wanted or have I done something that is not wise in the css perhaps?
I personally wouldn't do it that way. Depending on whether the product has options, etc. it won't alway be -225px away. But if it works on your site, and all of your products look the same, I guess it works :-)
-
Re: Cherry Zen Template Support Thread
Love the Cherry Zen template. Thanks for making it available.
I have uploaded the template, made a few changes, but I'm stuck on the below point. I have read the FAQs in detail, but this is not working out for me for some reason.
*** I can not get rid of the "Congratulations! You have installed the ZenCart...." text though the over ride (cherry_zen). I copied the languages/english/index.php to languages/english/cherry_zen/index.php, made the change to the text, but it didn't work. Seems like when the website loads, it still looks at the language/english/index.php Can someone tell me what I'm doing wrong? Here's the website... http://alboperformance.com/catalog
Here's how it looks in the english/cherry_zen/index.php file
Quote:
{ // This section deals with the "home" page at the top level with no options/products selected /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/ define('HEADING_TITLE', 'Albo Performance'); } elseif ($category_depth == 'nested') { // This section deals with displaying a subcategory /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/ define('HEADING_TITLE', 'Albo Performance'); } ?>
Last time I tried to make the change directly in the english/index.php while having the template on it ruined everything and I had to re-install the Zen Cart from the beginning. I'm not doing that again. Anyone has any idea?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
speeds5
Love the Cherry Zen template. Thanks for making it available.
I have uploaded the template, made a few changes, but I'm stuck on the below point. I have read the FAQs in detail, but this is not working out for me for some reason.
*** I can not get rid of the "Congratulations! You have installed the ZenCart...." text though the over ride (cherry_zen). I copied the languages/english/index.php to languages/english/cherry_zen/index.php, made the change to the text, but it didn't work. Seems like when the website loads, it still looks at the language/english/index.php Can someone tell me what I'm doing wrong? Here's the website...
http://alboperformance.com/catalog
Here's how it looks in the english/cherry_zen/index.php file
Last time I tried to make the change directly in the english/index.php while having the template on it ruined everything and I had to re-install the Zen Cart from the beginning. I'm not doing that again. Anyone has any idea?
If you've actually uploaded the changed file to includes/languages/english/cherry_zen/index.php that should work just fine.
Check and double and triple check that it is in the EXACT spot, that you didn't capitalize cherry_zen or mispell it, etc.
Also, what are you using to edit your files? When I copied your text above and pasted it in to my index.php it was ALL on one line, and I think that may be your problem. It should look like this:
{
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} ?>
Also, you pasted > instead of > so somethings telling me your site messed up before because you're using something you shouldn't to edit your files.
-
Re: Cherry Zen Template Support Thread
Why the layout get distorted in the right boxex. the background and boxes does not match. The same I get for test site and my installation. I am testing with IE 6 and IE 7. Also the hover effect I dont get it in my installation. How can I activate this..
I am attaching the main page header source here.. As i dont see the
style_imagehover.css is included in this page for some reason.. Am I missing anything?????????
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Zen Cart!, The Art of E-commerce</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution." />
<meta name="description" content="Zen Cart! : Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution. - Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com" />
<base href="http://10.10.10.12/zen/" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
<script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
</head>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
iajdani
Why the layout get distorted in the right boxex. the background and boxes does not match. The same I get for test site and my installation. I am testing with IE 6 and IE 7. Also the hover effect I dont get it in my installation. How can I activate this..
I am attaching the main page header source here.. As i dont see the
style_imagehover.css is included in this page for some reason.. Am I missing anything?????????
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<title>Zen Cart!, The Art of E-commerce</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution." />
<meta name="description" content="Zen Cart! : Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution. - Hardware Software DVD Movies Gift Certificates Big Linked Test Examples Free Call Stuff Test 10% by Attrib Test 10% A Top Level Cat Sale Percentage Sale Deduction Sale New Price Big Unlinked New v1.2 Music Documents Mixed Product Types ecommerce, open source, shop, online shopping" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart™ Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart™, http://www.zen-cart.com" />
<base href="http://10.10.10.12/zen/" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
<script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
</head>
Without seeing a site, I wouldn't know. Make sure all images are uploaded... if you're using "red" make sure all images inside the red folder are uploaded. I have tested this site in IE6 and 7 and can't replicate the issue. You don't see the same issue at www.cherryzen.jadetrue.com, do you? As far as the "distortion" I'll need more specifics, or would need to see a screenshot.
-
Re: Cherry Zen Template Support Thread
Hi again Jade,
Quote:
Originally Posted by
jettrue
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and find the product description section (that whole file is nicely blocked off into sections), and cut and paste the description section where you'd like it. (after product name, after product details, after product attributes, wherever you'd like it)
Quote:
Originally Posted by
skipper_2
Thanks for the advice , before you replied I had been messing with the css and managed to get the text where I wanted by doing this:
#productDescription {
border:1px solid #bfbfbf;
margin-top:-225px;
margin-left:215px;
margin-right:30px;
clear:both;
}
Is it ok to leave it like this as it looks just like I wanted or have I done something that is not wise in the css perhaps?
Quote:
Originally Posted by
jettrue
I personally wouldn't do it that way. Depending on whether the product has options, etc. it won't alway be -225px away. But if it works on your site, and all of your products look the same, I guess it works :-)
I have tried to cut and paste the description in the includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php It moves the position of the text up or down depending where I put it but it wont stay over the right hand side of the product image, it stays either above or below it. I would much rather do it the way you recommended as I am not very knowledgable with this stuff and am sure the way I did it will eventually cause me problems. Could you poossibly advise me how to get it to the right of the image?
-
Re: Cherry Zen Template Support Thread
Hi Jade,
It seems like you're right. I am using my web hosting standard editor. This is dot5hosting.com and they use interactivetools HTML Area 3.0 [rev beta] editor. If that's not good, how should I approach this?
Thank you!
Quote:
Originally Posted by
jettrue
If you've actually uploaded the changed file to includes/languages/english/cherry_zen/index.php that should work just fine.
Check and double and triple check that it is in the EXACT spot, that you didn't capitalize cherry_zen or mispell it, etc.
Also, what are you using to edit your files? When I copied your text above and pasted it in to my index.php it was ALL on one line, and I think that may be your problem. It should look like this:
{
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Albo Performance');
} ?>
Also, you pasted > instead of > so somethings telling me your site messed up before because you're using something you shouldn't to edit your files.
-
Re: Cherry Zen Template Support Thread
I've installed Cherry Zen on a site I'm working on, including the Column Layout Grid for Product Listing mod. Initially the column layout mod seemed to work fine once I set my product listing layout to columns.
But then I made a couple of changes to the header -- basically just a larger logo, removing the sales text, and altering the tagline CSS a bit so that it appears on a separate line under the logo instead of next to it (basically I just added clear: both to it, plus a border above and below).
And now my column layout is exactly like the row layout, except with dotted lines in between the different parts. :( I could have sworn that before I edited the header, I had each product in a little box of its own, three to a row. But not now. I tried to check out the CSS with Firebug, and I can't see how my one little CSS tweak could have done this. It looks like the table structure is completely different. Now I'm almost wondering if I hallucinated the way it appeared to be laid out at first?
I did search through this thread before posting, but didn't find much that seemed relevant to this issue. I did see a reference to there being a conflict between descriptions and the column layout grid mod, so I tried setting it not to show descriptions, but that didn't help.
Here's an example page if anyone wants to have a look:
http://shop.thesinglestep.ca/index.p...=index&cPath=2
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
And now I've run into one other glitch: I tried to turn the left column off in the layout settings page, since this particular site is supposed to have a fairly clean and streamlined look and I've disabled most of the sidebar boxes. The few necessary ones I've put in the right column, so I wanted to get rid of the left column.
But when I turned it off... total disaster! The right column shifted over to land smack on top of the main column, with all the content overlapping, and the background colour of both columns vanished!
Obviously I turned the left column back on right away - but why did this happen? Is there something I can change in the CSS to make it work without the left column?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
skipper_2
Hi again Jade,
I have tried to cut and paste the description in the includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php It moves the position of the text up or down depending where I put it but it wont stay over the right hand side of the product image, it stays either above or below it. I would much rather do it the way you recommended as I am not very knowledgable with this stuff and am sure the way I did it will eventually cause me problems. Could you poossibly advise me how to get it to the right of the image?
Try adding float:right to productDescription once you move it up. If you still have issues, could you link me to a page once you have it pasted?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
speeds5
Hi Jade,
It seems like you're right. I am using my web hosting standard editor. This is dot5hosting.com and they use interactivetools HTML Area 3.0 [rev beta] editor. If that's not good, how should I approach this?
Thank you!
I know nothing about their editor. I'd ask your host for advice, or use a free ftp program like filezilla.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
spidersilk
And now I've run into one other glitch: I tried to turn the left column off in the layout settings page, since this particular site is supposed to have a fairly clean and streamlined look and I've disabled most of the sidebar boxes. The few necessary ones I've put in the right column, so I wanted to get rid of the left column.
But when I turned it off... total disaster! The right column shifted over to land smack on top of the main column, with all the content overlapping, and the background colour of both columns vanished!
Obviously I turned the left column back on right away - but why did this happen? Is there something I can change in the CSS to make it work without the left column?
I see your issues, unfortunately I'm dead tired tonight, and I've got a muscle spasm issue... will reply tomorrow.... or perhaps someone else will have some advice.
-
Re: Cherry Zen Template Support Thread
Thanks Jade. I figured it out. I compared the two index files and I was missing a piece of the code, it's all good now.
Quote:
Originally Posted by
jettrue
I know nothing about their editor. I'd ask your host for advice, or use a free ftp program like filezilla.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
spidersilk
I've installed Cherry Zen on a site I'm working on, including the Column Layout Grid for Product Listing mod. Initially the column layout mod seemed to work fine once I set my product listing layout to columns.
But then I made a couple of changes to the header -- basically just a larger logo, removing the sales text, and altering the tagline CSS a bit so that it appears on a separate line under the logo instead of next to it (basically I just added clear: both to it, plus a border above and below).
And now my column layout is exactly like the row layout, except with dotted lines in between the different parts. :( I could have sworn that before I edited the header, I had each product in a little box of its own, three to a row. But not now. I tried to check out the CSS with Firebug, and I can't see how my one little CSS tweak could have done this. It looks like the table structure is completely different. Now I'm almost wondering if I hallucinated the way it appeared to be laid out at first?
I did search through this thread before posting, but didn't find much that seemed relevant to this issue. I did see a reference to there being a conflict between descriptions and the column layout grid mod, so I tried setting it not to show descriptions, but that didn't help.
Here's an example page if anyone wants to have a look:
http://shop.thesinglestep.ca/index.p...=index&cPath=2
You want it in three in a row? That is the columns option. It looks like you are using the row option (one on each line) and be sure that you have chose "columns" for "product-listing - Layout style"
To remove the left column, turn it off like you did before, in the css, change the padding-left for .outer to 15px:
.outer {
padding-left: 15px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and remove this section from the css:
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
-
Re: Cherry Zen Template Support Thread
Love your template, using it a while now.
I just installed Links Manager and for some reason after a site is submitted, the boxes on the left are all scrambled on the right site for the "success" page. The links manager author pointed me here.
Any ideas?
Thanks
Jeff
www.educatorsbookbag.com/store
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
skipper_2
Hi again Jade,
I have tried to cut and paste the description in the includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php It moves the position of the text up or down depending where I put it but it wont stay over the right hand side of the product image, it stays either above or below it. I would much rather do it the way you recommended as I am not very knowledgable with this stuff and am sure the way I did it will eventually cause me problems. Could you poossibly advise me how to get it to the right of the image?
Quote:
Originally Posted by
jettrue
Try adding float:right to productDescription once you move it up. If you still have issues, could you link me to a page once you have it pasted?
Hi Jade, thanks for that all sorted now looks great!
Just one more question, above the add to cart button is the text add to cart and then a quantity box. I have managed to change the add to cart button to add to basket and would like to also change the text but cannot find the file to do it?
I would also like to change the words Estimate shipping costs on the shopping cart page to estimate delivery costs but cant find the file to edit.
Any help would be appreciated
Thanks
Skip
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You want it in three in a row? That is the columns option. It looks like you are using the row option (one on each line) and be sure that you have chose "columns" for "product-listing - Layout style"
No, that's the weird thing -- I do have columns selected! I tried setting it back to rows just for comparison, and the only change was it took away the dotted line dividers. I set it back to columns again, and that brought the dotted lines back but made no other change. For some reason, the columns setting does nothing but add dotted lines.
Quote:
To remove the left column, turn it off like you did before, in the css, change the padding-left for .outer to 15px:
.outer {
padding-left: 15px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and remove this section from the css:
#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}
Thanks - that seems to have halfway worked! It's no longer leaving space for the left column, but it still loses the background colour of the main and right columns, and the right column is now exactly where the left column was, over top of the content in the main column. I've uploaded a new screenshot so that you can see what it's doing...
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
spidersilk
No, that's the weird thing -- I do have columns selected! I tried setting it back to rows just for comparison, and the only change was it took away the dotted line dividers. I set it back to columns again, and that brought the dotted lines back but made no other change. For some reason, the columns setting does nothing but add dotted lines.
Thanks - that seems to have halfway worked! It's no longer leaving space for the left column, but it still loses the background colour of the main and right columns, and the right column is now exactly where the left column was, over top of the content in the main column. I've uploaded a new screenshot so that you can see what it's doing...
Hmmm, the left column issue is not happening when I follow my instructions on your site in firefox, it works just right. Try not disabling the left column in the admin, just follow the css instructions. What browser do you see the issue in? I'd really need to see the issue "live" to figure out what is causing it. However, I won't be back on the computer until about 9pm central US time.
How many columns per row do you have set in the admin for the product listing? Also reupload common/tpl_columnar_display.php from cherry_zen.
-
Re: Cherry Zen Template Support Thread
:clap:
Quote:
Originally Posted by
JeffM
Love your template, using it a while now.
I just installed Links Manager and for some reason after a site is submitted, the boxes on the left are all scrambled on the right site for the "success" page. The links manager author pointed me here.
Any ideas?
Thanks
Jeff
www.educatorsbookbag.com/store
Got my answer from the support thread for Link Manager. Thanks anyway.
-
Re: Cherry Zen Template Support Thread
Quote:
Try not disabling the left column in the admin, just follow the css instructions.
Whoa! That actually worked! :clap: Thank you!
Still have the columns/rows issue, though...
Quote:
However, I won't be back on the computer until about 9pm central US time.
No worries - I really appreciate your taking the time to help with this at all. Whenever you can is fine.
The site URL is http://shop.thesinglestep.ca/ .
Quote:
How many columns per row do you have set in the admin for the product listing? Also reupload common/tpl_columnar_display.php from cherry_zen.
Currently 2. It was originally 3, but I narrowed the minimum width to 800 as per the read me to help accommodate people with older browsers, and decided that 2 per row might be better at that width. But the problem was happening with it set at 3 also.
I did try re-uploading that file just now, and all the others in the common and templates directories too just for good measure, but it doesn't appear to have helped. I still get the row layout with the dotted column dividers. Very strange.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
JeffM
Love your template, using it a while now.
I just installed Links Manager and for some reason after a site is submitted, the boxes on the left are all scrambled on the right site for the "success" page. The links manager author pointed me here.
Any ideas?
Thanks
Jeff
www.educatorsbookbag.com/store
I just submitted a test link, with no issues....
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
spidersilk
Whoa! That actually worked! :clap: Thank you!
Still have the columns/rows issue, though...
No worries - I really appreciate your taking the time to help with this at all. Whenever you can is fine.
The site URL is
http://shop.thesinglestep.ca/ .
Currently 2. It was originally 3, but I narrowed the minimum width to 800 as per the read me to help accommodate people with older browsers, and decided that 2 per row might be better at that width. But the problem was happening with it set at 3 also.
I did try re-uploading that file just now, and all the others in the common and templates directories too just for good measure, but it doesn't appear to have helped. I still get the row layout with the dotted column dividers. Very strange.
Its using the row style so somewhere the wrong file is being used.
Re-upload the original includes/modules/cherry_zen/product_listing.php
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Its using the row style so somewhere the wrong file is being used.
Re-upload the original includes/modules/cherry_zen/product_listing.php
OMG... I just figured out that I have been a complete moron. :oops:
I did one thing I'd completely forgotten I'd done, which I think was responsible for all this: I changed the name of the template because I knew I would be making some changes and wanted to make sure I didn't get my modified version mixed up with the original.
And that, I think, made it no longer recognize anything that was in a folder marked cherry_zen. I just changed the name of the folder inside modules to the modified name and - ta da! Columns are working again.
I'm really sorry for wasting your time. This was my own stupid mistake. I will now go fix the other directory names... Thanks very much for your patience.
-
Re: Cherry Zen Template Support Thread
This is a easy fix i am sure but when i do a Estimate Shipping Costs it show at the top
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
then lower they can select there state,zip etc. which then shows them the ground price etc. which is alot higher of course.
How do i remove the
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
from the top so there is no confusion on there part on why it says 1.25 at the top and now shows 8.25 etc.
Any help would be great
Thx
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ideasgirl
I used this template as a base for a customer's cart. And I've seen that everything looks good except that ONLY on IE6 the left column pic (in this case the lady's body) drops down creating an empty space on left column, horrible, but only on main page, doesn't happen on other pages. :blink:
I have found a solution to this problem.
What you have to do is to make the middle column, the content column, narrower by adding the following block of code to your stylesheet :
* html #content{
width: 99% !important;
}
This will affect only IE.
I guess there are other ways to do it, but this one worked fine for me.
Enjoy.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
bobh
This is a easy fix i am sure but when i do a Estimate Shipping Costs it show at the top
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
then lower they can select there state,zip etc. which then shows them the ground price etc. which is alot higher of course.
How do i remove the
Estimate Shipping Costs
Total Items: 1 Weight: 0.52lbs Amount: $1.25
from the top so there is no confusion on there part on why it says 1.25 at the top and now shows 8.25 etc.
Any help would be great
Thx
But the $1.25 is the cost of the item, right? Not the shipping cost.
-
Re: Cherry Zen Template Support Thread
Has anyone been able to use the dg reviews with this?? I tried a while back but I couldn't get it and gave up. I thought maybe by now someone else may be using it.
If you are, please post with how you got it to work.
Thanks,
Kelly
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Has anyone been able to use the dg reviews with this?? I tried a while back but I couldn't get it and gave up. I thought maybe by now someone else may be using it.
If you are, please post with how you got it to work.
Thanks,
Kelly
whats dg reviews? There shouldn't be anything in my template stopping any functionality.
-
Re: Cherry Zen Template Support Thread
Hi Jade,
It's not your template that is causing a problem. The mod just needs to be tweaked depending on the template you use. Unfortunately I haven't been able to do it right. The dg reviews is the mod that shows the product reviews on the page of the item instead of a link to it. You were trying to help me with it a while back but I kinda of let it go. So...I just thought I would see if anyone else was using it and maybe figured out what I couldn't.
Thanks,
Kelly :smile:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Hi Jade,
It's not your template that is causing a problem. The mod just needs to be tweaked depending on the template you use. Unfortunately I haven't been able to do it right. The dg reviews is the mod that shows the product reviews on the page of the item instead of a link to it. You were trying to help me with it a while back but I kinda of let it go. So...I just thought I would see if anyone else was using it and maybe figured out what I couldn't.
Thanks,
Kelly :smile:
If you install it again, I can take a look and see what the issue is. :cool:
-
error message when running cherry zen ..please HELP
Hallo,
I uploaded "cherry zen" and selected it from admin panel, but I get the following error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
What did I do wrong? How can I fix it? :oops:
thank you very much for your help!
http://www.zen-cart.com/forum/Image1.gif
-
Re: Cherry Zen Template Support Thread
does anyone could help me ive already upload it on my website: http://www.mysarisarishop.com
myproblem is why is it on mozilla firefox it works perfectly but on internet explorer it seems my category sidebox and others was to low on the page it has some problems occur when browsing on IE could anyone help me plss.
-
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
babynatura
Hallo,
I uploaded "cherry zen" and selected it from admin panel, but I get the following error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
What did I do wrong? How can I fix it? :oops:
thank you very much for your help!
http://www.zen-cart.com/forum/Image1.gif
What version of zen cart are you using?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
rayken
does anyone could help me ive already upload it on my website:
http://www.mysarisarishop.com
myproblem is why is it on mozilla firefox it works perfectly but on internet explorer it seems my category sidebox and others was to low on the page it has some problems occur when browsing on IE could anyone help me plss.
Hi!
First, you've got to change position: fixed back to position:relative
#content {
float: right;
margin-right: -200px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: fixed; /* IE needs this */
}
You may have tried to do that to address the IE issue, but that needs to go first. You'll probably need to remove any left and right padding or margins that is in place for betterCategories. I'm guessing with both the padding I installed for Cherry Zen, PLUS the padding or margins installed with betterCategories, IE thinks your sidebox is now too wide, and must drop it down past the content.
-
Re: Cherry Zen Template Support Thread
i already solve the problem thanks anyways. But i need some other info
-
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
jettrue
What version of zen cart are you using?
version 1.3.7
(in Italian)
-
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
babynatura
version 1.3.7
(in Italian)
I have no idea why that would happen, unless its something to do with a different language being used. If you turn the ezpages_drop_menu.php off in your admin under "Tools", "Layout Boxes Controller", does the problem go away?
-
Re: Cherry Zen Template Support Thread
thanks jetrue for the reply. i just do some adjusting on the css and i got it already but why is it on IE there is no drop shadow? some of the css codes doesnt seem to work. Im using 3.6 version of zencart.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
rayken
thanks jetrue for the reply. i just do some adjusting on the css and i got it already but why is it on IE there is no drop shadow? some of the css codes doesnt seem to work. Im using 3.6 version of zencart.
There is no drop shadow in IE6, because it does not support transparency in .png's. But there are drop shandows in IE7.
-
Re: Cherry Zen Template Support Thread
Oh i see thank you sir. thanks for the help
-
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
jettrue
I have no idea why that would happen, unless its something to do with a different language being used. If you turn the ezpages_drop_menu.php off in your admin under "Tools", "Layout Boxes Controller", does the problem go away?
I tried what you suggested but I still get the same error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
:no:
-
Re: error message when running cherry zen ..please HELP
Quote:
Originally Posted by
babynatura
I tried what you suggested but I still get the same error message:
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from zc_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]
:no:
Can you switch to english, to see if the issue persists? Then we'd know if it were language related. Though I'm not sure how or why if so. To troubleshoot a problem like this, I've found its best to think about what's different, then see if it goes away when its made not different. :D
-
Re: Cherry Zen Template Support Thread
Thank you jettrue, it's a great template for zen cart. I've installed it under both chinese and german version 1.37. There are some problems under chinese Version, I still try to solve them. Here I found a little thing:
Quote:
../cherry_zen/css/stylesheet.css
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
It should be 33px
again, thanks for your job.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lengbuding
Thank you jettrue, it's a great template for zen cart. I've installed it under both chinese and german version 1.37. There are some problems under chinese Version, I still try to solve them. Here I found a little thing:
It should be 33px
again, thanks for your job.
Why should it be 33px? The image up there is 32px tall.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Why should it be 33px? The image up there is 32px tall.
i'm using a laptop with resolution 1280*800 and I've seen the left part and the right part of the headbar are not same tall. You can see it of your Demo site:
http://www.cherryzen.jadetrue.com/in...&products_id=3
with 33px the left part and right part are same height.
-
Re: Cherry Zen Template Support Thread
First of all, I have to post a HUGE thank you for taking the time to offer such wonderful templetes AND for spending time with tech support to book!!!
I have been able to sucessfully use the template except when I check out those images above are missing. I cannot find where they are supposed to be! Help! I'm at www.cedarcreekfalls.com
Also, I am not sure if this is template related or not, but I cannot get my "New products for October" to stop showing random things! It doesn't show just the last 30 days like I have the cart setup to do. Help!
Thank you again!!!
-
Re: Cherry Zen Template Support Thread
Hi,
I have installed this template and am making some general changes, one question i have is how to remove the quick find header search? I have looked through admin and the css with no luck...I know i am missing it somewhere, can you help please.
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lengbuding
i'm using a laptop with resolution 1280*800 and I've seen the left part and the right part of the headbar are not same tall. You can see it of your Demo site:
http://www.cherryzen.jadetrue.com/in...&products_id=3
with 33px the left part and right part are same height.
I don't see that, in IE or Firefox. What browser are you using?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
murkey
First of all, I have to post a HUGE thank you for taking the time to offer such wonderful templetes AND for spending time with tech support to book!!!
I have been able to sucessfully use the template except when I check out those images above are missing. I cannot find where they are supposed to be! Help! I'm at
www.cedarcreekfalls.com
Also, I am not sure if this is template related or not, but I cannot get my "New products for October" to stop showing random things! It doesn't show just the last 30 days like I have the cart setup to do. Help!
Thank you again!!!
Hi!
Are you using the most updated template version. I think in the first version, I forgot to include the arrow_checkout.gif image.
As far as the new products, its shouldn't be template related. Are you sure that it is showing things that have been added more than 30 days ago?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Hi,
I have installed this template and am making some general changes, one question i have is how to remove the quick find header search? I have looked through admin and the css with no luck...I know i am missing it somewhere, can you help please.
Thanks
Pete
"tools", "layout boxes controller", turn off the search header. :smile:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
"tools", "layout boxes controller", turn off the search header. :smile:
Yes, I already tried that...this isn't the search header, the search header is on the right at the top, this is on the left and it's id is quickfind.
Pete
-
Re: Cherry Zen Template Support Thread
Hi!
I am REALLY a newb...
I'm helping my daughter fiddle with a test Zen Cart.
I'm an old hand at computer programming, just not PHP, Zen Cart, eCommerce, etc.
I loaded Cherry Zen to her test site.
I photoshopped her logo so that it is 1000 px wide (trying for the banner effect - it's what she has on her existing store www.williamjamestrading.com (you may have already looked, she emailed you - unfortunately you are too busy to quote right now - I hope this means bidness is great!!)
I edited the css (on the test ZenCart) so that the logo seems to display correctly, although I'm going to play with the width (later).
I tried to set up the side bars, but "tools/layout boxes controller" in the admin doesn't seem to work the way you say it should...
I get a list that has entries that look like:
Code:
D:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\inetpub\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\domainidXXXX\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\zencart/includes/modules/sideboxes/search_header.php
If I click on one of these, the page merely refreshes. Is it skronked in any way (or is this normal)?
BTW - other work I've done:
I downloaded a backup of her SQL Server database from the existing store, and built several Excel worksheets of her product list with groups (as they are now), ID's, Names, Descriptions,Pics (there is a problem with this part),Tax Code, and a few other things. I am trying to get to the point where I could upload to the Zen Cart...
I would show the URL for the test site, but it's not secure yet (got warnings I haven't figured out yet)...
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Yes, I already tried that...this isn't the search header, the search header is on the right at the top, this is on the left and it's id is quickfind.
Pete
Me being stupid again...I turned off the search header which didn't remove the search function, however just turning it off wasn't enough, I also had to turn the single column status off also...so problem resolved.
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Yes, I already tried that...this isn't the search header, the search header is on the right at the top, this is on the left and it's id is quickfind.
Pete
Nevermind, I see you got it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robnjay
Hi!
I tried to set up the side bars, but "tools/layout boxes controller" in the admin doesn't seem to work the way you say it should...
If I click on one of these, the page merely refreshes. Is it skronked in any way (or is this normal)?
Once you click on it, you've just selected it, you have to select the "edit" button on the right, or, just go to the green "e" for the sidebox you want to turn on or off.
Quote:
Originally Posted by
robnjay
BTW - other work I've done:
I downloaded a backup of her SQL Server database from the existing store, and built several Excel worksheets of her product list with groups (as they are now), ID's, Names, Descriptions,Pics (there is a problem with this part),Tax Code, and a few other things. I am trying to get to the point where I could upload to the Zen Cart...
I'm not sure if you have a question with the above. If your previous store is not a zen cart, I don't know how easy it will be to transfer data like that.
-
Re: Cherry Zen Template Support Thread
Thanks!!
As for my first question, color me stoopid... Why didn't I see the gigantic horizontal scroll bar at the bottom of the page?? To the right is way over to the right. Oh well, you fixed that with a little hint. Thanks!
As for Question 2, you're right, this was not a Zen Cart, so lots of work to do..
One of the next "First things to do" is to set up new categories in Zen Cart...
Allison (my daughter) will have to do that. Then we'll have to map products from the old categories to the new. I wish I knew what the best structure for categories in ZC is..
As for the images... I'm still thinking.....
Thanks for your help, I realize this isn't really Cherry Zen related. I'll find the right place for my future questions!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robnjay
Thanks!!
As for my first question, color me stoopid... Why didn't I see the gigantic horizontal scroll bar at the bottom of the page?? To the right is way over to the right. Oh well, you fixed that with a little hint. Thanks!
As for Question 2, you're right, this was not a Zen Cart, so lots of work to do..
One of the next "First things to do" is to set up new categories in Zen Cart...
Allison (my daughter) will have to do that. Then we'll have to map products from the old categories to the new. I wish I knew what the best structure for categories in ZC is..
As for the images... I'm still thinking.....
Thanks for your help, I realize this isn't really Cherry Zen related. I'll find the right place for my future questions!
There's a download called easy populate, that may help you. It's in the download section, under "Admin Tools"
-
How do I access the Order Number before the Order Complete page?
Hi,
I guess this is strictly a question about Order Steps Edition 2, but since jadetrue has kindly pre-integrated this into Cherry Zen I'm hoping that this forum will be full of people who are familiar with this mod.
I'm trying to get the Order Number to appear on the Review Order page. I need to do this as I'm allowing Direct Debit payments into my bank account and I want customers to use the Order Number as a reference when they make the payment. This will make it much easier for me to link up the payment to the order.
I've tracked it down as far as includes/modules/checkout_process.php:
Code:
Line #67 : $insert_id = $order->create($order_totals, 2);
Line #73 : $_SESSION['order_number_created'] = $insert_id;
I tried to put the following in includes/languages/english/modules/payment/dirbank.php:
Code:
"Please use the following details to transfer your total order value:\n\n" .
"\nReference: " . $insert_id .
but it didn't know what $insert_id was so just left a blank.
This example shows the dirbank module, but the question is the same for any payment module.
Has anyone come up against this one before?
Thanks!
Possum.
-
Re: How do I access the Order Number before the Order Complete page?
Quote:
Originally Posted by
possum
Hi,
I guess this is strictly a question about Order Steps Edition 2, but since jadetrue has kindly pre-integrated this into Cherry Zen I'm hoping that this forum will be full of people who are familiar with this mod.
I'm trying to get the Order Number to appear on the Review Order page. I need to do this as I'm allowing Direct Debit payments into my bank account and I want customers to use the Order Number as a reference when they make the payment. This will make it much easier for me to link up the payment to the order.
I've tracked it down as far as includes/modules/checkout_process.php:
Code:
Line #67 : $insert_id = $order->create($order_totals, 2);
Line #73 : $_SESSION['order_number_created'] = $insert_id;
I tried to put the following in includes/languages/english/modules/payment/dirbank.php:
Code:
"Please use the following details to transfer your total order value:\n\n" .
"\nReference: " . $insert_id .
but it didn't know what $insert_id was so just left a blank.
This example shows the dirbank module, but the question is the same for any payment module.
Has anyone come up against this one before?
Thanks!
Possum.
HI!
Actually, I think this has nothing to do with order steps, as all order steps does is shows what page of the order process you're on.
Also, I think that it is absolutely impossible to give an order number until the order is complete. As far as I know, an order number doesn't exist until the order is complete, so, there's no way to "call" the order number beforehand. I would ask this in the general forum, but I'm pretty sure what you want to do is impossible.
-
Re: Cherry Zen Template Support Thread
Maby a stupide question but I have upload the cherry ze,
I see it in the layout, but he gif page cant be found
And were can I find ch_categories_tree_generator.php
this
Ellen
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ellenspsp
Maby a stupide question but I have upload the cherry ze,
I see it in the layout, but he gif page cant be found
And were can I find ch_categories_tree_generator.php
this
Ellen
There are no stupid questions, but you do need to define what "IT" is. What are you looking for?
In includes/classes/
there are files called:
categories_ul_generator.php
and
category_tree.php
-
Re: Cherry Zen Template Support Thread
I don't know what happened but all of a sudden my category navigation links in the center box are HUGE. 132.2 px according to the information from Firefox. How do I fix this?
http://smockingbooks.com/index.php?m...index&cPath=47
Beth-Katherine :frusty:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Beth-katherine
You have this:
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float:left;
font-size:12em;
}
12em is GINORMOUS.... perhaps you meant to put 1.2em?
-
Re: Cherry Zen Template Support Thread
Ha! And they said the Dodo bird was extinct, nope living in my brain.
Thank you so much.
Beth-Katherine
-
Re: Cherry Zen Template Support Thread
Going back to the message I posted about the search header. Just doing some more changes, what I want is the search to appear in the right nav column (this is done and is ok) and also at the very top in the header bar. When I switch on the search header two new search boxes appear, one at the top on the left and another one also on the left but below the header.
So, I only want a search field in the header bar, can you point me in the right direction please? I have played with the single column status but this doesnt sort it.
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
One more quick question...For the center box heading, I want to us an image, would the css be:
#centerBoxHeading {background-image: url(../images/imagehere.gif)}
Would I need to delete anything from the css for this to work?
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Ok, I entered this into my css:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url(../images/header1.gif)
};
The weird thing is this...that alone has no effect...however when I view the page with firefox and click on "edit css" then and only then does it show. As soon as I close the edit scs box the image disapears???
This is really driving me crazy!
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Going back to the message I posted about the search header. Just doing some more changes, what I want is the search to appear in the right nav column (this is done and is ok) and also at the very top in the header bar. When I switch on the search header two new search boxes appear, one at the top on the left and another one also on the left but below the header.
So, I only want a search field in the header bar, can you point me in the right direction please? I have played with the single column status but this doesnt sort it.
Thanks
Pete
You want to turn search_header.php OFF for left/right column status, and ONLY on for the single column status. Then for search.php, turn it ON for the right column, and OFF for the single column status.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Ok, I entered this into my css:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url(../images/header1.gif)
};
The weird thing is this...that alone has no effect...however when I view the page with firefox and click on "edit css" then and only then does it show. As soon as I close the edit scs box the image disapears???
This is really driving me crazy!
Pete
Your ; needs to be before the } and perhaps it wants parenthesis.
Try this:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url("../images/header1.gif");}
Now, do you want that background image for .rowOdd and for #cartSubTotal?
-
Re: Cherry Zen Template Support Thread
Thanks, I put the line you suggested into the css:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url("../images/header1.gif");}
But with the same results, It doesn't show when viewing the page but when I view the page with the edit css window open in firefox all is ok.
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Thanks, I put the line you suggested into the css:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url("../images/header1.gif");}
But with the same results, It doesn't show when viewing the page but when I view the page with the edit css window open in firefox all is ok.
Pete
Make sure the background color for .centerBoxHeading has been removed.
-
Re: How do I access the Order Number before the Order Complete page?
Impossible? Well now I don't feel so bad about not being able to figure out how to do it :D
Thanks jettrue.
Possum.
Quote:
Originally Posted by
jettrue
Also, I think that it is absolutely impossible to give an order number until the order is complete. As far as I know, an order number doesn't exist until the order is complete, so, there's no way to "call" the order number beforehand. I would ask this in the general forum, but I'm pretty sure what you want to do is impossible.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Thanks, I put the line you suggested into the css:
#cartSubTotal, h2.centerBoxHeading, .rowOdd {background-image:url("../images/header1.gif");}
But with the same results, It doesn't show when viewing the page but when I view the page with the edit css window open in firefox all is ok.
Pete
I got your PM, I don't think you have it uploaded into this folder:
http://funfancydress.com/includes/te...es/header1.gif
It says file not found.
(includes/templates/cherry_zen/images/header1.gif)
Check to make sure its in the correct place.
-
Re: Cherry Zen Template Support Thread
I'm sure I checked that first...obviously not!...all ok now, thanks for your help
Pete
-
Re: Cherry Zen Template Support Thread
Hi,
I dont get the 3 images in the columms,
http://www.schilderijen.ellenspsp.co...index&cPath=15
can you help me, what must I do
I have upload the my sql, file
greetings Ellen
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ellenspsp
Then you must go in the admin, "Configuration", "Product Listing", and change the Layout Style from rows to COLUMNS.
-
Re: Cherry Zen Template Support Thread
I have one question. Right under the Picture when you enlarge it, you have were it says larger image. The link is of centered. It wasn't like that before I installed lightbox. Could you point me in the right direction how to fix this.. Thank you
-
Re: Cherry Zen Template Support Thread
Hi me again, all works fine but how can I put the button buy below the image and were can I delete the box to put how many you want
http://www.schilderijen.ellenspsp.co...index&cPath=15
Ellen
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
I have one question. Right under the Picture when you enlarge it, you have were it says larger image. The link is of centered. It wasn't like that before I installed lightbox. Could you point me in the right direction how to fix this.. Thank you
When you installed lightbox, did you replace includes/templates/apple_zen/templates/tpl_modules_main_product_image.php? If so, you'll need to open up a copy of the original, and merge my changes over to the lightbox file. Or copy over lightbox changes to the cherry zen file. Either way, the two need to be merged.