-
Re: Cherry Zen Template Support Thread
I really hate asking this, but I have tried and tried and cannot get the template installed. :wacko:
I just installed Zen-Cart, so this is all new to me.
In FTP, on the remote site, I go to /public_html > zencart > includes > templates
On my local system, I go to cherry_zen_template_1-8> Cherry Zen 1.8 > includes
and upload that to the remote site. That didn't work.
I tried uploading several of the files, but still cannot get the template to show up.
Surely if I am having this rough of a start, it has to mean it will get easier .... one can only hope. :blush:
Thanks bunches! Jules
-
Re: Cherry Zen Template Support Thread
Is there an easy way to hide/remove the categories displayed on top of the page? I only want them displayed in a sidebox, not on top as well.
Anyone done this? If so, I'd appreciate knowing how to do it myself, thanks!
Mike
-
Re: Cherry Zen Template Support Thread
Nevermind, figured it out by reading through the threads (was a little concerned over skimming 312 pages but it was early on)
Quote:
Originally Posted by icyorchid View Post
Hi,
I uploaded the zen template.
Now I am wondering how to get rid of the categories listed at the top of the page.
I mean when I list a category in the menu it also shows up on the top of the page and I don't want that.
Ex. http://www.the-unique-boutique.com I stopped working on it because I want the category at the top removed before I get too involved.
Thanks for any help
sandra
That's not part of the template per se, you can just go to your admin and turn off "Categories-Tabs Menu" under "configuration", "Layout settings"
##############################___
Jade
Sage Fish
-
Facebook
I am just learning how to use Facebook, and have my business page set up. I now want to to put the Facebook logo on my zencart page so that it allows my customers to "follow" me on Facebook. If possible, I would love to put in on the main page top right, but other locations are ok if needed.
-
Re: Facebook
Quote:
Originally Posted by
SPembleton
I am just learning how to use Facebook, and have my business page set up. I now want to to put the Facebook logo on my zencart page so that it allows my customers to "follow" me on Facebook. If possible, I would love to put in on the main page top right, but other locations are ok if needed.
I created a banner just for Facebook. I saved a copy of the FB button to my image directory and linked it to my Business FB Page.
-
Re: Facebook
Quote:
Originally Posted by
SPembleton
I am just learning how to use Facebook, and have my business page set up. I now want to to put the Facebook logo on my zencart page so that it allows my customers to "follow" me on Facebook. If possible, I would love to put in on the main page top right, but other locations are ok if needed.
I use Wibiya's toolbar it's hard to beat, and it's free. It does about everything.
-
Re: Cherry Zen Template Support Thread
Thank you both for your comments. I think I asked the wrong question :oops: What I meant to ask was how do I add a "Find us on Facebook" tag on my main zencart page?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPembleton
Thank you both for your comments. I think I asked the wrong question :oops: What I meant to ask was how do I add a "Find us on Facebook" tag on my main zencart page?
If you would checkout the Wibiya's toolbar you will see it will do what you want it to do. Take a look at mine right bottom corner
If you just want to add a "Find us on Facebook" tag
You can add it to includes/templates/Your_custom_folder/common/tpl_main_page
-
Re: Cherry Zen Template Support Thread
Has anyone installed dg_review onto cherry_zen template?
It is kicking my left side box right out and can't work out how to stop it from happening.
The mod says this might happen with certain templates and adjustments might be needed, but I cant seem to fix it.
even tried placing inside a custom div with restricted width etc and made no difference..
Hope someone cant help?
Many Thanks
Phil
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
If you would checkout the Wibiya's toolbar you will see it will do what you want it to do. Take a look at mine right
bottom corner
If you just want to add a "Find us on Facebook" tag
You can add it to includes/templates/Your_custom_folder/common/tpl_main_page
Thanks fpr the help. Based on your input and the input of others, I found the site http://facebookicon.net/, which helped me get to logo on my site.
-
Re: Cherry Zen Template Support Thread
I love this template! The only small problem I am having is:
I moved things around on the product info page and when the browser window is about 1000px, the title, description, add to cart button, etc. go below the picture but when the browser windows is bigger, they go to the side... which is where I want them.
Is there any way to keep them to the side? It seems like there is padding or something that causes that group to "not fit" within the 1000px.
To see what I am talking about: my site
I apologize if this has been answered but I didn't see it when I searched.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
rwhporg
I love this template! The only small problem I am having is:
I moved things around on the product info page and when the browser window is about 1000px, the title, description, add to cart button, etc. go below the picture but when the browser windows is bigger, they go to the side... which is where I want them.
Is there any way to keep them to the side? It seems like there is padding or something that causes that group to "not fit" within the 1000px.
To see what I am talking about
:
my site
I apologize if this has been answered but I didn't see it when I searched.
In your stylesheet.css the #rightFloat width is set to 75%. Lowering that seems to help. I tried 70% or less and it fixed it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robbie269
In your stylesheet.css the #rightFloat width is set to 75%. Lowering that seems to help. I tried 70% or less and it fixed it.
Thank you so much! That did the trick.
-
Re: Cherry Zen Template Support Thread
Changing width of top nav links or header links solution
To change the width of the links at the top(Login, shopping cart...) you need to play with the measurements in includes/templates/cherry_zen/css/stylesheet.css
#navMain(line 458) - change width
#navMain a span(line 478) - change width
Then you will need to change the width of two images in includes/templates/cherry_zen/images/"which ever color you are using"
Change tabrightE.gif and tabrightE_last.gif
Just in case those images are used someplace else, I renamed them and then changed the names here(line 24):
#navMain a span {
background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/red/tabrightE_last.gif") no-repeat right top;
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robbie269
In your stylesheet.css the #rightFloat width is set to 75%. Lowering that seems to help. I tried 70% or less and it fixed it.
I am having 2 problems when you go to my site www.classic-flatware.com and click around ten (sidebox pictures) items the items shifted left and the background tunes blue. Now I changed my css to this
#rightFloat {
float:left;
width:70%;
}
it was 45% I don't know why. But the background still turns blue, and the items still shift left.
This is not working.
I did add a new logo banner that is now 855 x 165 and a jpg
The old banner was 895 x200 gif
Any Ideas?
I am using Cherry Zen 1.3.9G
-
Re: Cherry Zen Template Support Thread
Hello everyone,
Just installed the Cherry Zen template. Love it!
When I add things into my right sidebar, they seem out of line. the left bar looks fine.
Does anyone know why this might be?
http://beautifulexpressions.hwyman.com/zencart/
any help would be greatly appreciated!
-
Re: Cherry Zen Template Support Thread
I just ran into another issue that I wanted to mention.
Hopefully someone with far more experience using Zencart can help me.
If you view my site, I have put in a new image just below the ezpages.
http://beautifulexpressions.hwyman.com/zencart/
On my computer at home the image displays great, but I noticed at work it is actually overlapping the right sidebar and stretching beyond the sides.
I'm guessing this has something to do with the "Stretching" sides of this template. Is there anyway to set the picture to stretch/retract with the website, or do I simply need to make the image smaller. Anyone have a clue as to what size the image should be so that it displays properly regardless of who's screen is viewing it?
Thanks again! :cool:
-
Re: Cherry Zen Template Support Thread
Considering how many people have responded to this thread, I kind of thought I might get a bit more action.
Does anyone still use this template and can help answer some of my questions?
If not, maybe I should try a dif. template with more support. Any suggestions?
-
Re: Cherry Zen Template Support Thread
I am using v3.9.h Cherry Zen.
The problem is this. I hope I can state it correctly as I am not a computer wiz.
As the customer checks out, on page one they SHOULD see "Shipping Method" with an arrow pointing down to it; page two "Payment Method; page three "Review Order"; and page four "Order Complete" (all with an arrow pointing down to the words).
Well, on my pages, this is what the customer sees "TEXT_ORDER_STEPS_1", "TEXT_ORDER_STEPS_2", "TEXT_ORDER_STEPS_3", "TEXT_ORDER_STEPS_4", and "ORDER_STEPS_IMAGE_ALT" has a box with a red X.
One person on the forum suggested I make sure this file was not missing: includes/languages/english/extra_definitions/Cherry_Zen/order_steps_defines.php
When I checked, it was missing so I uploaded it. Unfortunately, it did not fix the problem.
I'm hoping you can help me to get the check out pages to display properly.
Thank you,
Lynn
machineembroideryandmore.com/zencart
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
background:url("../images/your_image.jpg");
or
background:url("../images/your_image.jpg") repeat;
if it needs to repeat itself.
Put the image into the includes/templates/YOUR_TEMPLATE/images folder.
------------------------------------------
I know how to change the color of this background, but I would really like to put a tiled image there instead. I saw the above post but I am still unsure.
Is this the area I need to change to put in a background image?
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
background:url("../images/red/header.gif");
}
h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/red/sideboxbg.gif");
}
#navMain a {
background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Golden Synergy
------------------------------------------
I know how to change the color of this background, but I would really like to put a tiled image there instead. I saw the above post but I am still unsure.
Is this the area I need to change to put in a background image?
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
background:url("../images/red/header.gif");
}
h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/red/sideboxbg.gif");
}
#navMain a {
background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */
Scroll down to the next line and set it up from this
/* other background color or image changes */
body {
background:#84A4C1; /* main site background color, blue default */
To this
/* other background color or image changes */
body {
background:url("../images/your_image.jpg"); main site background color, blue default */
or
background:url("../images/your_image.jpg") repeat; main site background color, blue default */
-
Re: Cherry Zen Template Support Thread
:clap:
You are awesome! thank you so much
Here is the site with my new background.
http://daysgonebuy.com//index.php?main_page=
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Golden Synergy
Looking good:smile:
-
Re: Cherry Zen Template Support Thread
I am so lost with this problem I am hoping that you will be able to shed some light on the problem. I am running Cherry zen on three different sites I love how this template works it is great.
Well on the third site we want to display the products in the column format but we can not find the setting. It is not under "Configuration", "Product Listing", "Product Listing - Layout Style" I don't know if a file didn't get downloaded or was corupt or something.
Can anyone shed light on this for me it is driving us crazy!
site address we are having problems with is http://keepitpersonal.net/
Thanks so much ahead of time.
Carmen
-
Re: Cherry Zen Template Support Thread
If I'm understanding you correctly, you can find the columns per row under Configuration > Index Listing > Then look towards the bottom and you'll have a couple choices for columns per row where as you can choose "1" which should give you a single column..
-
Re: Cherry Zen Template Support Thread
Hi,
I just added the manufacturer "New!" in the What's New in Month module. Image below. I just want to know if its possible to change the color font of "New!" from black to a red color.
http://www.morrisgiftshop.biz/images/sample-2.jpg
-
Re: Cherry Zen Template Support Thread
Looks great! I changed my background to a tiled image, also. I noticed that when I click on a new page, our backgrounds flick on for a second before the new page opens. Is there a way to turn this off so the background is not seen flickering and fading each time one moves from one page to another. I ended up replacing my background with a neutral color as I found it annoying after a while and would love to put my tiled background back up.
Lynn in WA
MachineEmbroideryAndMore.com
-
Re: Cherry Zen Template Support Thread
Looks great! I changed my background to a tiled image, also. I noticed that when I click on a new page, our backgrounds flick on for a second before the new page opens. Is there a way to turn this off so the background is not seen flickering and fading each time one moves from one page to another. I ended up replacing my background with a neutral color as I found it annoying after a while and would love to put my tiled background back up.
Lynn in WA
MachineEmbroideryAndMore.com
-
Re: Cherry Zen Template Support Thread
Hi,
I am using version v1.3.9h and I cannot seem to find where to center the text under the below products. I have removed the dotline css:
http://dase.me.uk/index.php?main_page=index&cPath=1
I would also like the more info to display on one line.
Thanks Martin
-
Re: Cherry Zen Template Support Thread
Hi
Thanks in advance for any help with this - I have literally sat for hours going through at least a third of this thread but still cannot find the answer I am looking for
I want to add an extra link to the header bar in addition to the ones that are already there
I have edited the file with the header links and added a new one, however, the link shows up underneath the header, instead of shuffling across and you cannot click on it - I am literally :frusty: as I have been on what I thought would be a two minute job for hours
I am using the latest 1.3.9h btw
Gareth
-
Re: Cherry Zen Template Support Thread
Hi,
I wonder if anyone can help me.
I already run 2 websites using Cherry Zen and they run just fine, it's a graet template.
I have just downloaded the latest version to set up a new website but the page is only showing approx 80% of the screen width although both of my original sites filled the full width without any adjustment.
the new site is http://spellbindinggifts.co.uk
and one of my originals is http://kiddywinkys.co.uk
I have uploaded the css from the original site to the new one, ie both of these sites now have identical stylesheet.css but display differently.
The new site is Zen 1.3.9.h
the original is 1.3.8.a
Anyone got any ideas? :frusty:
Bill
-
Re: Cherry Zen Template Support Thread
Please ignore the post above. I just instaled the CSS flyout and everything is as it should be
:oops:
Bill
-
Re: Cherry Zen Template Support Thread
I am having an issue with the attributes showing in a narrow column Could someone take a quick look and tell me if there is a setting I am missing? I am running 1.3.9h zencart and the latest version of cherryzen 1.8
http://allpetscherished.com/my_onlin...oducts_id=1331
Thank you
-
Re: Cherry Zen Template Support Thread
I am grateful for this wonderful template.
We are using it as a showcase (not liveshop) on our company's corporate website
v1.3.9h
I have couple questions that are mostly related to layout issues;
1. Since there's no need for account sign-up or shopping cart etc. I just needed all those removed from the header and just leave "Home" there. I managed to do that by deleting the texts from the header.php but the links are still there "Home" shoud be at the right end. How do I go about that?
2. Just like the
fellow zenner's website above I need the template to be fully stretched. It would be great if I can do that.
3. For some reason (only on Chrome) the Search box image on the header is broken. I have seen this happening on other people's websites, too. Is there way to fix that?
Any help will be highly appreciated.
Thanks in advance.
-
Re: Cherry Zen Template Support Thread
Just installed Cherry Zen on my Zen Cart 1.50 RC2 test site - it works, BTW.
Quick question. I want to change it to fixed width and centered. No problem with the fixed width part, that's pretty easy. But I can't figure out how to center it. I'm sure it's something simple that I'm missing, and I'll free pretty stupid once one of you aces reveals the secret.
-
Re: Cherry Zen Template Support Thread
got a link where it can be seen?
-
Re: Cherry Zen Template Support Thread
-
Re: Cherry Zen Template Support Thread
Thats already dealt with in the stylesheet:
Code:
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
The margin:0 auto; will deal with automatically centering the site for you regardless of the width setting.
If you go to a fixed width, edit the following code:
Code:
#nw {
width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
/* end site and main content width section */
And if you go fixed width you can probably collapse all of that code to the following:
You can set that px width to whatever you want
-
Re: Cherry Zen Template Support Thread
Already tried that, didn't work.
If I change #nw {width:80%; to #nw {width:950px; nothing happens, even if I remove the rest of the section. I can fix the width by changing html>body {width: auto; to html>body {width: 950px;, but the site doesn't center.
-
Re: Cherry Zen Template Support Thread
I see, I played with it in firebug.....apparently your test site there is missing the #nw div which should be wrapping it to be able to set the size......
-
Re: Cherry Zen Template Support Thread
I believe I see the problem.......check the includes/templates/cherry_zen/common/tpl_header.php for the following lines: (should be lines 20-25)
Code:
<!--bof-header logo and navigation display-->
<?php
if (!isset($flag_disable_header) || !$flag_disable_header) {
?>
<!-- divs for drop shadow -->
<div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tr><td>
-
Re: Cherry Zen Template Support Thread
@enginarat
Your problem is the complete opposite of the posts above this one.....
you will want to make the following section in the stylesheet:
Code:
#nw {
width:96%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
/* end IE only */
/* end site and main content width section */
Read as below:
and in your case it will work because you do have the drop shadow divs in place......
-
Re: Cherry Zen Template Support Thread
Didn't work. That's okay, not a biggie since this is my sandbox. I'll figure it out eventually. Thanks!
-
Re: Cherry Zen Template Support Thread
Didn't work for me, either. Not a biggie anymore.
Thanks anyway.
-
Re: Cherry Zen Template Support Thread
Turns out to be a compatibility issue. I was testing it in my 1.50 RC2 install. Just installed it in 1.39 and it works fine.
-
Re: Cherry Zen Template Support Thread
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is http://corset.ie
Thanks
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
corseter
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is
http://corset.ie
Thanks
I used the Single Listing Template mod. That did the trick.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
corseter
Has anyone been able to apply the template to the new products and all products categories? I would like it to look the same as the rest of the site but no luck so far. Have currently used a patch to create the columnar display but don't want to keep it. Would rather have the cherry zen install control the pages the same way as it does the others.
Any ideas?
website is
http://corset.ie
Thanks
Are you sure your corset website is cherry zen template? It totally looks different to me. Whatever it is, it looks great. You must have re-modified a lot of things.
-
Re: Cherry Zen Template Support Thread
Hi Everyone
Sorry if this has been covered already, but I couldn't find exactly what I was after with searches.
I'm after some help with my page layout, it seems to work fine in FireFox, but doesn't display correctly in either Chrome or IE. Please see image below...
(my apologies for the extremely shoddy marks to highlight!)
http://www.redwaterauto.co.uk/images/IEvsFFissues.jpg
Any help you guys can offer would be very much appreciated.
Cheers
Matt
-
Re: Cherry Zen Template Support Thread
Hello - I was hoping to get some help with some positioning stuff. On my product info page I have added a "pin it" button for pinterest. I would like it to line up under the other social media buttons. I have looked at both the stylesheet and the product_info page and can't figure out why it's different. See it Here
On my shopping cart page, the update button is offset to the right, and there is a bigger space between the Continue shopping, and the update button than there is between the update and estimate shipping buttons.
Any help/suggestions would be much appreciated.
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
im having a problem with the newsletter and getting it the way i want.
i attached a screen shot of it (well what could fit and show my most important problems).
As you can see there are dotted lines around everything making boxes. this showed when i put it in the admin side in order to send it. unfortunately that's not the only problem either. in the editor the logo is not up against the side and the paragraph with the pyramid is centered in its column. when its viewed in the email, however, the logo is right but the pyramid's paragraph is no longer centered in its column.
any ideas? i hope im just being stupid and doing something that's obviously wrong lol. i copied and pasted from google documents into the editor so i assume it has something to do with that. but putting it directly into the editor isn't easy, since there is no template in the editor. so i cant just click where i want to or just move it over.
-
Re: Cherry Zen Template Support Thread
Has anyone tested this out with 1.5?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPembleton
Has anyone tested this out with 1.5?
Yes. Worked OK with me.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
robbie269
Yes. Worked OK with me.
Thanks. I have now tested it and it works for me too. Almost ready to go live with my store in 1.5
-
Re: Cherry Zen Template Support Thread
Is it possible to remove the "Newsletter Unsubscribe" entry in the Information box? A couple of my customers are confused because it takes up 2 lines. They can still subscribe or unsubscribe on the account page.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPembleton
Is it possible to remove the "Newsletter Unsubscribe" entry in the Information box? A couple of my customers are confused because it takes up 2 lines. They can still subscribe or unsubscribe on the account page.
You can edit /public_html/includes/languages/YOURTEMPLATE/english.php
Change:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', 'Newsletter Unsubscribe');
To:
Code:
define('BOX_INFORMATION_UNSUBSCRIBE', '');
-
DIV tag in the main page blows out my sideboxes
I'm trying to add an image slideshow to my mainpage... but whenever I add DIV tags it blows out my sideboxes. My left sideboxs are about 3/4 of the way to the right, and my right sideboxs are down and to the right.
I have been staring at the elements in chrome, but I can't figure out what to change... I saw a post in this thread that was the same issue, but it was several years ago and I don't think it was ever answered.. any thoughts or ideas would be welcome.
-
Re: Cherry Zen Template Support Thread
[QUOTE=Terrill_Taylor;1102827]You can edit /public_html/includes/languages/YOURTEMPLATE/english.php
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Terrill_Taylor
You can edit /public_html/includes/languages/YOURTEMPLATE/english.php... [/CODE]
Thanks!
-
Re: Cherry Zen Template Support Thread
Hello
I need some direction. I am on v1.3.9h and am using CherryZen as my template.
Just recently i noticed that the content area is no longer displaying white as specified in the css file but it picking up the background color. I have tried everything to get it to work but it just isnt happening. Originally I was just using a color for the background but I changed it to a graphic just to see if it helped.
I can't find any other place to change the color. Can you help??
Here is the CSS
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#FFF; /*background color for the main "content" of the site */
-
Re: Cherry Zen Template Support Thread
For CSS issues a link to your site is the easiest way to get an answer, as we can see what other rules may be overiding that rule, and if there are any issues on the page that may cause the problems
Quote:
Originally Posted by
danilyn22
Hello
I need some direction. I am on v1.3.9h and am using CherryZen as my template.
Just recently i noticed that the content area is no longer displaying white as specified in the css file but it picking up the background color. I have tried everything to get it to work but it just isnt happening. Originally I was just using a color for the background but I changed it to a graphic just to see if it helped.
I can't find any other place to change the color. Can you help??
Here is the CSS
#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#FFF; /*background color for the main "content" of the site */
-
Re: Cherry Zen Template Support Thread
hello,
the link to the demo cherryzen template do not work anymore ...
love
-
Re: Cherry Zen Template Support Thread
Have you edited any html and left and </div> out??? I have done that before with the same effect you describe
cheers
Richard
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Akasashasha
hello,
the link to the demo cherryzen template do not work anymore ...
love
It works here: http://(sorry, site offline)/zc150/
-
Re: Cherry Zen Template Support Thread
I'm getting these errors:
[21-Jun-2012 10:27:26] PHP Warning: require(includes/templates/template_default/templates/tpl_weezee403_default.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxx/public_html/weezee/includes/templates/cherry_zen/common/tpl_main_page.php on line 114
[21-Jun-2012 10:27:26] PHP Warning: require(includes/templates/template_default/templates/tpl_weezee403_default.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxx/public_html/weezee/includes/templates/cherry_zen/common/tpl_main_page.php on line 114
[21-Jun-2012 10:27:26] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/templates/template_default/templates/tpl_weezee403_default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxx/public_html/weezee/includes/templates/cherry_zen/common/tpl_main_page.php on line 114
I have reuploaded all the files again and again, trying to see if I missed any.
Pn someone tell me what the problems are.
-
Re: Cherry Zen Template Support Thread
How long have you been using Cherry Zen and when did your site break?
I ask this because your history shows that you've be working with a slideshow, and I'm wondering if they could be related.
A link or text address to your site will help the forum members to help you better.
BTW, I am currently using Cherry Zen on prommart com
-
Re: Cherry Zen Template Support Thread
I have read the instructions several times and have installed the SQL patches, but my product listings layout is still 1 column instead of 2 or 3 which is what I want. What am I missing?
-
Re: Cherry Zen Template Support Thread
Does anyone know of a good image slider that will work with this template? I installed and played around with Acoin image slider, but I could not get it centered and I could not get a response after several attempts.
-
Re: Cherry Zen Template Support Thread
Try installing SNAF... it's the new plugin for 1.5 that gives you the columns in the product listing. By default zen cart's product listing in in rows.
-
Re: Cherry Zen Template Support Thread
There shouldn't be any specific issue with this template, just a matter of perhaps adjusting css. If you want to PM me a link I can see if I can help. :)
-
Re: Cherry Zen Template Support Thread
ANyone please can you help? I seem to have lost the 'red' header and side boxes. I have tried reload BU's... but nothing. I have looked at the CSS stylesheet. I cannot see anything that is wrong. I did install Image Handler after... My Site www.assceneon.com/catalog.
Any help appreciated.
-
Re: Cherry Zen Template Support Thread
What were you doing before this? IH wouldn't cause this problem, insofar as I know.
Did you try your back-up stylesheet?
-
Re: Cherry Zen Template Support Thread
I tried that and still it will not show. Over even backed up to a previous version from a week before the change. This is so strange. Can it be some thing from another mod? I have easy populate, image handler, English mod to change date format.
-
Re: Cherry Zen Template Support Thread
I doubt it is IH or EP as I used both when using this template without problem. I'm not familiar with the Date mod. Did the template work before the date mod?
What else did you do besides IH, EP and the Date mod? And exactly when did the template break? As you were working on your site you had to see that everything was okay. Then it wasn't okay. What did you do before that point?
-
Re: Cherry Zen Template Support Thread
Does it work well in zen cart 1.5.1?
-
Re: Cherry Zen Template Support Thread
hi
how can i download the 1.5 new cherry zen ? i cannot find the download link in the :
http://www.zen-cart.com/downloads.php?do=file&id=472
I just found older version, why? can you let me know download link?
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
madoka
From the link you provided the description says on first line:
Designed and tested on Zen Cart 1.5 and 1.3.9. It may also work on older versions but it has not been tested.
-
Re: Cherry Zen Template Support Thread
I have latest versions of Zen Cart, Cherry Zen, and Lightbox just installed and am in the early stages of getting my store configured. Lightbox works great except for one issue with drop shadows on the product page as you can see here:
http://edsgoodstuff.com/edscart/inde...&products_id=5
I see in the forum other people have had this issue and solved it as shown in post 2063 here:
http://www.zen-cart.com/showthread.p...box#post624403
I copied his tpl_modules_main_product_image.php code and uploaded the new file. It DID solve the drop shadow issue and everything seemed perfect at first, but when image was clicked on Lightbox had an issue. It would only show one image of the slideshow, if you clicked on Next it would show the same image but that is all. The other images in the listing worked with slide show in lightbox but they would not show the main image. Previously everything had worked fine except for the drop shadow issue. I restored the original tpl_modules_main_product_image.php file...
Any suggestions? Would be very much appreciated.
Thanks, Ed
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
EdsGoodStuff
I have latest versions of Zen Cart, Cherry Zen, and Lightbox just installed and am in the early stages of getting my store configured. Lightbox works great except for one issue with drop shadows on the product page as you can see here:
http://edsgoodstuff.com/edscart/inde...&products_id=5
I see in the forum other people have had this issue and solved it as shown in post 2063 here:
http://www.zen-cart.com/showthread.p...box#post624403
I copied his tpl_modules_main_product_image.php code and uploaded the new file. It DID solve the drop shadow issue and everything seemed perfect at first, but when image was clicked on Lightbox had an issue. It would only show one image of the slideshow, if you clicked on Next it would show the same image but that is all. The other images in the listing worked with slide show in lightbox but they would not show the main image. Previously everything had worked fine except for the drop shadow issue. I restored the original tpl_modules_main_product_image.php file...
Any suggestions? Would be very much appreciated.
Thanks, Ed
I don't know if this post will help fix the problem, but you are welcome to look.
http://www.zen-cart.com/showthread.php?72703-Cherry-Zen-Template-Support-Thread&p=467258#post467258
http://www.zen-cart.com/showthread.p...267#post467267
-
Re: Cherry Zen Template Support Thread
Thanks countrycharm. I had read that post but it looks like it was from an earlier version of Lightbox as it was posted in 2007. When I checked the code in my tpl_modules_main_product_image.php file it did not match up with what he had posted.
So couldn't do a copy and replace as that post recommended.
I can live with the drop shadow issue but it looks unprofessional. Please if anyone knows how to fix this in the most recent Cherry Zen and Lightbox versions let me know.
Also forgot to mention am using most recent (2012) version of Image Handler. I did notice with IH before I added Zen Lightbox that when the medium image on individual listing page was clicked the popup window with image cut off a small fraction of the image and colored background at the bottom of the window. The entire image could be shown if you resized the popup.
Thanks if you can help.
Ed
-
Re: Cherry Zen Template Support Thread
I figured out how to delete the border and drop shadow on the main image by editing stylesheet.css in templates\cherry_zen folder. It looks a lot better now but still would be nice to have the border & shadow back. So still looking for suggestions.
Thanks, Ed
-
Re: Cherry Zen Template Support Thread
Hello Forum,
I have 2 Templates available and selectable in my Admin, Classic Cont. Green and Cherry Zen.
With Classic everything loads fine but with Cherry Zen I get either a 500 server error or blank screen.
I read readme_or_else.txt and re-installed all Cherry Zen files, to no avail.
My server directory is: /public_html/includes/templates/cherry_zen
and I also edited: /public_html/includes/templates/cherry_zen/template_info.php
thus:
$template_name = 'Cherry Zen';
$template_version = 'Version 1.9';
$template_author = 'Jade True - Sagefish.com -
[email protected]';
$template_description = 'Fluid Three Column Template';
$template_screenshot = 'scr_cherry_zen.jpg';
Any clues as to why Cherry Zen won't load?
Thank You.
Paul Nonnis
-
Re: Cherry Zen Template Support Thread
could you tell me how you fixed it? My website have the same problem.
Quote:
Originally Posted by
EdsGoodStuff
I figured out how to delete the border and drop shadow on the main image by editing stylesheet.css in templates\cherry_zen folder. It looks a lot better now but still would be nice to have the border & shadow back. So still looking for suggestions.
Thanks, Ed
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
can anybody help me? I am using zencart1.5.1 and latest cherry zen and zen lightbox. I have a problem with my product info page. Pls kindly check the below link and image :
Attachment 11537
http://www.justremy.com/full-lace-wi...16-1b-p-9.html
It seems the shadow below the image does not work well. The shadow is far away from the image. Pls help me.
Product Info - Image Width 220
Product Info - Image Heigth 176
-
Re: Cherry Zen Template Support Thread
I am using Zen Cart 1.5.1. I went to /includes/templates/cherry_zen/css/ and edited the stylesheet.css file with Notepad++. At line 814 it says:
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */
Originally I just commented out the text below line 814 but it totally removed the border and drop shadow around the main image on my listing pages. So later I restored the text and started playing around with the dimensions (-3px, 6px, etc). I found that by changing the numbers I could bring the drop shadow up to the bottom of image but the 'larger image" text was always in the wrong spot. So what I ended up doing is changing the dimensions so that the "larger image" text is actually out of sight behind my photos. The drop shadow is not perfect but it looks better to me than with no border or drop shadow at all. Below I will paste what my stylesheet.css now looks like from line 814 to line 831 . I don't remember exactly what dimension I ended up changing- most likely it was the margin dimensions. It's not the ideal solution but looks better to me than it did before. My guess is that the problem has something to do with Image Handler not Litebox.
/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */
#productMainImage {
float:left;
background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
background: url("../images/shadow.gif") no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}
#productMainImage img {
display: inline;
position: relative;
background: #fff;
margin: -3px 6px -17px -3px;
border: 1px solid #a9a9a9; /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
padding: 4px;
}
/* end css for product image drop shadow */
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
asdfwen
can anybody help me? I am using zencart1.5.1 and latest cherry zen and zen lightbox. I have a problem with my product info page. Pls kindly check the below link and image :
Attachment 11537
http://www.justremy.com/full-lace-wi...16-1b-p-9.html
It seems the shadow below the image does not work well. The shadow is far away from the image. Pls help me.
Product Info - Image Width 220
Product Info - Image Heigth 176
I believe that you're correct in that the problem is Lightbox. I installed Cherry Zen last night on a secondary site, and have same problem with drop shadow going down too far:
http://www.promdressesforless.us/pre...-rts2-p-3.html
I thought it might have been ImageHandler4, but just installed that on my primary site and drop shadow is okay:
http://www.prommart.com/alyce-6748-p-910.html
I did not assign Lightbox to this template; why I think it is the problem. I may go without Lightbox for now, haven't done that for a long time.
-
Re: Cherry Zen Template Support Thread
Hi,
Well I use to have a thread on this forum somewhere and I can't find it. But anyways here is a link of my info page for an example:
http://www.morrisgiftshop.com/index....roducts_id=612
This is the code that I have now:
Code:
<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=product_info.<br />
* Displays details of a typical product
*
* @package templateSystem
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_product_info_display.php 3435 2006-04-14 03:42:46Z ajeh $
*/
//require(DIR_WS_MODULES . '/debug_blocks/product_info_prices.php');
?>
<div class="centerColumn" id="productGeneral">
<!--bof Form start-->
<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product'), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
<!--eof Form start-->
<?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>
<!--bof Category Icon -->
<?php if ($module_show_categories != 0) {?>
<?php
/**
* display the category icons
*/
require($template->get_template_dir('/tpl_modules_category_icon_display.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_icon_display.php'); ?>
<?php } ?>
<!--eof Category Icon -->
<!--eof Prev/Next top position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 1 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next top position-->
<?php echo '<div id="leftFloat"' . ' style="width:' . (MEDIUM_IMAGE_WIDTH + 40) . 'px">'; ?>
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->
<br class="clearBoth" />
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
<div id="friendReview">
<!--bof Tell a Friend button -->
<?php
if ($flag_show_product_info_tell_a_friend == 1) { ?>
<div id="productTellFriendLink"><?php echo ($flag_show_product_info_tell_a_friend == 1 ? '<a href="' . zen_href_link(FILENAME_TELL_A_FRIEND, 'products_id=' . $_GET['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_TELLAFRIEND, BUTTON_TELLAFRIEND_ALT) . '</a>' : ''); ?></div>
<?php
}
?>
<!--eof Tell a Friend button -->
<!--bof Reviews button and count-->
<?php
if ($flag_show_product_info_reviews == 1) {
// if more than 0 reviews, then show reviews button; otherwise, show the "write review" button
if ($reviews->fields['count'] > 0 ) { ?>
<div id="productReviewLink"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_REVIEWS, BUTTON_REVIEWS_ALT) . '</a>'; ?><p class="reviewCount"><?php echo ($flag_show_product_info_reviews_count == 1 ? TEXT_CURRENT_REVIEWS . ' ' . $reviews->fields['count'] : ''); ?></p></div>
<?php } else { ?>
<div id="productReviewLink"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array())) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>
<?php
}
}
?></div>
<!--eof Reviews button and count -->
<br style="clear:left" />
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else {
?>
<?php
$display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
} else {
// show the quantity box
$the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="2" />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
}
$display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
?>
<?php if ($display_qty != '' or $display_button != '') { ?>
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
<?php
?>
</div>
<?php } // display qty and button ?>
<?php } // CUSTOMERS_APPROVAL == 3 ?>
<!--eof Add to Cart Box-->
<br class="clearBoth" />
</div> <!-- end of leftFloat -->
<div id="rightFloat">
<!--bof Product Name-->
<h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>
<!--eof Product Name-->
<!--bof Product Price block -->
<h2 id="productPrices" class="productGeneral">
<?php
// base price
if ($show_onetime_charges_description == 'true') {
$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
} else {
$one_time = '';
}
echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
?>
</h2>
<!--eof Product Price block -->
<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current)) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<?php
}
?>
<!--eof Product details list -->
<!--bof Product description -->
<br class="clearBoth" />
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!--bof Attributes Module -->
<?php
if ($pr_attr->fields['total'] > 0) {
?>
<?php
/**
* display the product atributes
*/
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
<?php
}
?>
<!--eof Attributes Module -->
</div> <!-- end of rightFloat -->
<br class="clearBoth" />
<!--bof Quantity Discounts table -->
<?php
if ($products_discount_type != 0) { ?>
<?php
/**
* display the products quantity discount
*/
require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
<?php
}
?>
<!--eof Quantity Discounts table -->
<!--bof Prev/Next bottom position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 2 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next bottom position -->
<!--bof Product date added/available-->
<?php
if ($products_date_available > date('Y-m-d H:i:s')) {
if ($flag_show_product_info_date_available == 1) {
?>
<p id="productDateAvailable" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_AVAILABLE, zen_date_long($products_date_available)); ?></p>
<?php
}
} else {
if ($flag_show_product_info_date_added == 1) {
?>
<p id="productDateAdded" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_ADDED, zen_date_long($products_date_added)); ?></p>
<?php
} // $flag_show_product_info_date_added
}
?>
<!--eof Product date added/available -->
<!--bof Product URL -->
<?php
if (zen_not_null($products_url)) {
if ($flag_show_product_info_url == 1) {
?>
<p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>
<?php
} // $flag_show_product_info_url
}
?>
<!--eof Product URL -->
<!--bof also purchased products module-->
<?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
<!--eof also purchased products module-->
<!--bof Form close-->
</form>
<!--bof Form close-->
</div>
What I want to try to do is move the Product Title above the Picture image. Then make the Product Price twice a bigger the one in red. Center the product image. Then move the add cart button below the Price or below the # in stock. Then move the products discription below the image.
-
Re: Cherry Zen Template Support Thread
Ok,,, I have finally move some things around. But the problem I am having is I couldn't move price, Item#, #units and the image to move to the right side of the page and the add button below the price, item#, and #units. Can someone help me in this area? I know its in the stylesheet somewhere.
Also here is a updated template for that page.
Code:
<?php
/**
* Page Template
*
* Loaded automatically by index.php?main_page=product_info.<br />
* Displays details of a typical product
*
* @package templateSystem
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: tpl_product_info_display.php 19690 2011-10-04 16:41:45Z drbyte $
*/
//require(DIR_WS_MODULES . '/debug_blocks/product_info_prices.php');
?>
<div class="centerColumn" id="productGeneral">
<!--bof Form start-->
<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product', $request_type), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
<!--eof Form start-->
<?php if ($messageStack->size('product_info') > 0) echo $messageStack->output('product_info'); ?>
<!--bof Category Icon -->
<?php if ($module_show_categories != 0) {?>
<?php
/**
* display the category icons
*/
require($template->get_template_dir('/tpl_modules_category_icon_display.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_icon_display.php'); ?>
<?php } ?>
<!--eof Category Icon -->
<!--bof Prev/Next top position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 1 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next top position-->
<!--bof Product Name-->
<h1 id="productName" class="productGeneral"><?php echo $products_name; ?></h1>
<!--eof Product Name-->
<!--bof Main Product Image -->
<?php
if (zen_not_null($products_image)) {
?>
<?php
/**
* display the main product image
*/
require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
<?php
}
?>
<!--eof Main Product Image-->
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
<!--bof Product Price block -->
<h2 id="productPrices" class="productGeneral">
<?php
// base price
if ($show_onetime_charges_description == 'true') {
$one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';
} else {
$one_time = '';
}
echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
?></h2>
<!--eof Product Price block -->
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList" class="floatingBox back">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?>
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<br class="clearBoth" />
<?php
}
?>
<!--eof Product details list -->
<br class="clearBoth" />
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else {
?>
<?php
$display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
// hide the quantity box and default to 1
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
} else {
// show the quantity box
$the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
}
$display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
?>
<?php if ($display_qty != '' or $display_button != '') { ?>
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<?php } // display qty and button ?>
<?php } // CUSTOMERS_APPROVAL == 3 ?>
<!--eof Add to Cart Box-->
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->
<!--bof Attributes Module -->
<?php
if ($pr_attr->fields['total'] > 0) {
?>
<?php
/**
* display the product atributes
*/
require($template->get_template_dir('/tpl_modules_attributes.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_attributes.php'); ?>
<?php
}
?>
<!--eof Attributes Module -->
<!--bof Quantity Discounts table -->
<?php
if ($products_discount_type != 0) { ?>
<?php
/**
* display the products quantity discount
*/
require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
<?php
}
?>
<!--eof Quantity Discounts table -->
<!--bof Prev/Next bottom position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 2 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next bottom position -->
<!--bof Reviews button and count-->
<?php
if ($flag_show_product_info_reviews == 1) {
// if more than 0 reviews, then show reviews button; otherwise, show the "write review" button
if ($reviews->fields['count'] > 0 ) { ?>
<div id="productReviewLink" class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS, zen_get_all_get_params()) . '">' . zen_image_button(BUTTON_IMAGE_REVIEWS, BUTTON_REVIEWS_ALT) . '</a>'; ?></div>
<br class="clearBoth" />
<p class="reviewCount"><?php echo ($flag_show_product_info_reviews_count == 1 ? TEXT_CURRENT_REVIEWS . ' ' . $reviews->fields['count'] : ''); ?></p>
<?php } else { ?>
<div id="productReviewLink" class="buttonRow back"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, zen_get_all_get_params(array())) . '">' . zen_image_button(BUTTON_IMAGE_WRITE_REVIEW, BUTTON_WRITE_REVIEW_ALT) . '</a>'; ?></div>
<br class="clearBoth" />
<?php
}
}
?>
<!--eof Reviews button and count -->
<!--bof Product date added/available-->
<?php
if ($products_date_available > date('Y-m-d H:i:s')) {
if ($flag_show_product_info_date_available == 1) {
?>
<p id="productDateAvailable" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_AVAILABLE, zen_date_long($products_date_available)); ?></p>
<?php
}
} else {
if ($flag_show_product_info_date_added == 1) {
?>
<p id="productDateAdded" class="productGeneral centeredContent"><?php echo sprintf(TEXT_DATE_ADDED, zen_date_long($products_date_added)); ?></p>
<?php
} // $flag_show_product_info_date_added
}
?>
<!--eof Product date added/available -->
<!--bof Product URL -->
<?php
if (zen_not_null($products_url)) {
if ($flag_show_product_info_url == 1) {
?>
<p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>
<?php
} // $flag_show_product_info_url
}
?>
<!--eof Product URL -->
<!--bof also purchased products module-->
<?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
<!--eof also purchased products module-->
<!--bof Form close-->
</form>
<!--bof Form close-->
</div>
-
Re: Cherry Zen Template Support Thread
Ok, sorry for this somehow this was the wrong link. The actual working link is:
http://www.morrisgiftshop.com/index....roducts_id=612
-
Re: Cherry Zen Template Support Thread
I was going to help you but you're rude responses on Facebook turned me away from offering assistance. Have a great weekend and good luck to you.
PS it's simple to fix if you look in the right place.
But I refuse to help people who accuse me of spamming. Maybe hostgator can help you since they've put there image on your 404 page that's highly unethical in my opinion.
-
Re: Cherry Zen Template Support Thread
The only way I know of to move product info around to that extent is to use a table to hold things in place. But then tables are becoming outdated, or so I understand.
I'm no longer much of a fan of trying to re-design a template from what the designer made.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPH
The only way I know of to move product info around to that extent is to use a table to hold things in place. But then tables are becoming outdated, or so I understand.
I'm no longer much of a fan of trying to re-design a template from what the designer made.
Actually it is very easy to do especially for stores that have a ton of attributes or people who want to bring the Add to Cart button higher on their page so the customer doesn't have to look so hard for it
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
uswebworx
I was going to help you but you're rude responses on Facebook turned me away from offering assistance. Have a great weekend and good luck to you.
PS it's simple to fix if you look in the right place.
But I refuse to help people who accuse me of spamming. Maybe hostgator can help you since they've put there image on your 404 page that's highly unethical in my opinion.
Clay,
I have fixed the link its workable now. I appoligized til I looked at the link what happen was I copy the link from another thread I started. I am very sorry dude. Here is the working link that it should be:
http://www.morrisgiftshop.com/index....roducts_id=612
not http://www.morrisgiftshop.com/index....roducts_id=612
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
uswebworx
Actually it is very easy to do especially for stores that have a ton of attributes or people who want to bring the Add to Cart button higher on their page so the customer doesn't have to look so hard for it
Yes, one can move things around. But sometimes it helps us to use a table...not best practive. In fact, I don't use a table any more on our recent sites.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPH
Yes, one can move things around. But sometimes it helps us to use a table...not best practive. In fact, I don't use a table any more on our recent sites.
SPH,
Can you able to help me in this area? What I am having trouble with is I want to move the product main image in the center and the Price on right with the Item# and # of units and move the add cart button below that.
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
I forgot here is the current layout of the page to give you what I am talking about and what I was wanting.
Attachment 11884
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
SPH
Yes, one can move things around. But sometimes it helps us to use a table...not best practive. In fact, I don't use a table any more on our recent sites.
tables aren't just "not best practices" they are a BAD idea period.. IMHO if one is going to build/maintain a website as a DIYer, they would do themselves a service to learn CSS and do it the right way from the start..
-
Re: Cherry Zen Template Support Thread
Is there anyone can able to help me with his layout?
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
Well I manage to move the product image from the left to the center of the page as seen on the image below. But I still having problems is when I moved the product image to the center the Model# and #of Stock is below the image its suppose to be under the price. Can anyone help me on that please?
Attachment 11901
-
Re: Cherry Zen Template Support Thread
Can anyone able to help me in this area?