Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mushtaq
I have pasted it below the line <div id="logo">
but i don't see anything displayed.
I'm new to php and jscript so not sure about the exact syntax, do I need to call the script to start it off somehow?
No, since the script is part of the code you pasted, I don't think so. do you have the images uploaded where they need to be? In what folder do you have the images uploaded, and can I see a link?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ashton0603
I have been having issues with my shipping mod ever since I switched to this template. I am trying to figure out if it is something with the way the template was added, the way the whole setup is with zen cart or both. I know I didn't always have this problem though....well the problem:
I have both Fed Ex and USPS as options. When items are in shopping cart, the customer can view the calculator for both options, when checking out they are only given usps as an option and not all of the options show...only 3 of the 5... Here is when it gets worse...lets say you choose parcel; you go to check out and the cart puts express mail which is the most expensive. I am not given the option to change my shipping.....only to update my shipping address.
I finally have hits on my site and people creating accounts....now no one is buying anything and I finally know why....it has to be the shipping situation..it makes me look likke I am scamming...
Can someone please help me. Can someone see what I am doing wrong? Does anyone have a business that are experts in zen cart and can send me a link to their site?
I love this template and this cart....I see that no one else has this issue so it must be someting that i am doing wrong. It just confuses me how it shows some options on one page but not the other.:frusty:
Hmm, I'm not sure, you may want to ask in the general forum. It shouldn't be the template causing this, however, you can switch to the classic template to see if the same thing happens.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
No, since the script is part of the code you pasted, I don't think so. do you have the images uploaded where they need to be? In what folder do you have the images uploaded, and can I see a link?
I have tested the script out on a test page which works, meaning the script works on its own.
I have put full paths to the images, I think it's just the placement of the script that I'm having problems with.
You can see the site here http://www.shishagenie.com
Probably something very simple, but I can't seem to find it :blush:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:
If you want NO sideboxes on your home page, add this to your css:
Code:
#indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-right:0;padding-left:20px;}
#indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
Hi Jettrue,
Brilliant! Thank you so much for this code!
thanks
Suekay
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mushtaq
I have tested the script out on a test page which works, meaning the script works on its own.
I have put full paths to the images, I think it's just the placement of the script that I'm having problems with.
You can see the site here
http://www.shishagenie.com
Probably something very simple, but I can't seem to find it :blush:
Perhaps you changed it, but I don't see full paths to the images, I just see this:
Code:
leftrightslide[0]='<a href="http://"><img src="blackberry.jpg" border=1></a>'
leftrightslide[1]='<a href="http://"><img src="rose.jpg" border=1></a>'
leftrightslide[2]='<a href="http://"><img src="mango.jpg" border=1></a>'
leftrightslide[3]='<a href="http://"><img src="Cherry.jpg" border=1></a>'
leftrightslide[4]='<a href="http://"><img src="mellon.jpg" border=1></a>'
That means the rose image would have to be here:
http://www.shishagenie.com/rose.jpg
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Perhaps you changed it, but I don't see full paths to the images, I just see this:
Code:
leftrightslide[0]='<a href="http://"><img src="blackberry.jpg" border=1></a>'
leftrightslide[1]='<a href="http://"><img src="rose.jpg" border=1></a>'
leftrightslide[2]='<a href="http://"><img src="mango.jpg" border=1></a>'
leftrightslide[3]='<a href="http://"><img src="Cherry.jpg" border=1></a>'
leftrightslide[4]='<a href="http://"><img src="mellon.jpg" border=1></a>'
That means the rose image would have to be here:
http://www.shishagenie.com/rose.jpg
I changed it to test a few things out, I expected to see a broken image icon, but the script seem to execute as I have placed start and end text which displays in the correct places, but not the images.
I copied and pasted the script on a test page http://www.shishagenie.com/test.htm which does seem to work ad shows broken image icons as expected, but it doesn't work on any of the zencart pages.
I even placed on its own on the define_main_page.php page, but it just shows the grey box.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mushtaq
I changed it to test a few things out, I expected to see a broken image icon, but the script seem to execute as I have placed start and end text which displays in the correct places, but not the images.
I copied and pasted the script on a test page
http://www.shishagenie.com/test.htm which does seem to work ad shows broken image icons as expected, but it doesn't work on any of the zencart pages.
I even placed on its own on the define_main_page.php page, but it just shows the grey box.
Mushtaq
Have you tried giving the full path to the image instead of the relative path?
for instance -
Code:
leftrightslide[4]='<a href="http://"><img src="http://www.shishagenie.com/images/mellon.jpg" border=1></a>'
or wherever the image is located on the server with the full URL to the image.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sethererm
Mushtaq
Have you tried giving the full path to the image instead of the relative path?
for instance -
Code:
leftrightslide[4]='<a href="http://"><img src="http://www.shishagenie.com/images/mellon.jpg" border=1></a>'
or wherever the image is located on the server with the full URL to the image.
I have done that before, but it didn't make any difference, I have changed it again now to include full path, but still no good :cry:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
That's why the contact us is there, but you can remove it in includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
Hi jettrue,
can you help me with this?im not sure which code to change or remove?
thanks alot
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Also, I'm adding this to the readme.txt, if you'd like to do it this way instead (I think it may be more cross-browser compatible this way:
If you want NO sideboxes on your home page, add this to your css:
Code:
#indexHomeBody #navColumnTwo, #indexHomeBody #navColumnOne {display:none;}
#indexHomeBody .outer {padding-right:0;padding-left:20px;}
#indexHomeBody #contentMainWrapper, #indexHomeBody #contentMainWrapperb {background-image:none;}
Hi Jade,
I'm trying the same thing for the product pages and the contact page. The contact page works with this code and the center width increases on the right hand side:
#contactusBody #navColumnTwo, {display:none;}
#contactusBody .outer {padding-right:0px;padding-left:170px;}
#contactusBody #contentMainWrapper, #contactusBody #contentMainWrapperb {background-image:none;}
and although the grey background dissapears for the products pages I can't get the width of the products page to increase.
#productinfoBody #navColumnTwo, {display:none;}
#productinfoBody.outer {padding-right:0px;padding-left:170px;}
#productinfoBody #contentMainWrapper, #productinfoBody #contentMainWrapperb {background-image:none;}
Do you know how I could achieve this?
Many Thanks
Suekay