Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Drunkguy
I want to alter the product info page to look like the attached screen shot called "newlayout" Also included "default" as a reference.
Can this be done in if so what php file do I make these changes or is it in the css or both?
Url is
http://angiejolee.com/store/
zen 1.38
Thanks
Drunkguy
Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->
The file is in /includes/templates/your-custom_folder/templates/tpl_product_info_display
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jbabbling
I am running Zen Cart 1.3.8 and have just installed the cherry_zen template. It looks great and is a great skin, however, when I activate the Cart Upsell module with it, the side boxes are all out of position on the shopping cart page. When I remove the Cart Upsell include (require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ) from the tpl_shopping_cart_default.php template file, the side boxes return to normal. Does anyone have any ideas?
Found the issue. The version of cart_upsell.php I have has the </div> at the end of the file outside of the php if statement, thus inserting an additional </div> html tag in the page and throwing off the css. Here is how it looked before:
<div class="centerBoxWrapper" id="alsoPurchased">
<?php
require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
}
}
?>
</div>
Here is how it should be coded:
<div class="centerBoxWrapper" id="alsoPurchased">
<?php
require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
?>
</div>
<?php
}
}
?>
1 Attachment(s)
Re: Cherry Zen Template Support Thread
My top menu is not in the red where it should be. Can someone please help? I have attached a screenshot.
Thanks
Kaddie
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
dmk909
Hello Jade. Definately a big thank you for the Cherry Zen template. Your notes made it quite easy to understand how to make modifications - which is why I have included your link in my footer. It has been a while since I have worked on it, except for the new security patch, so I'm a little out of zen-shape. :wacko: This is Zencart version 1.38a +patch
As you can see I have modified quite a bit -
http://www.sparklewholesale.com
I would like to add a couple boxes for news or articles in the large blank space that resides below the new products on the home page. Can you please tell me how to go about adding these?
Best Regards,
Diana
can anyone help with this?
Re: Cherry Zen Template Support Thread
Hi, I have upload the Cherry Zen into server, and go to Template selection > cherry zen, then go to tool > layout boxes controller > reset. But my webiste bacame blank, why?
www.fanzela.com.
Please help me and give some advise.
Regards
Jamie
Re: Cherry Zen Template Support Thread
Re: Cherry Zen Template Support Thread
Does anyone know how to put a go or search button after the search box in the top navigation bar. Right now you have to put something in there then hit enter or return on your keyboard to get it to search.
Some people might not know to do this, it would work better if there was a button to hit instead.
Thanks in advance!
Re: Cherry Zen Template Support Thread
I looked on this thread for an answer in vain;
I would like on my Cherry Zen site to have a box on the right hand side of all pages with both text and logos plus a link to an external site - would that be done with the ez-pages or some other mod or some other way?
Thanx in advance
Rufus in a very sunny Del Mar, CA USA
Re: Cherry Zen Template Support Thread
New install of Zencart 1.3.8 and cherry zen; Following instuctions for a left column sidebox only gives a strange result as the sideboxes show way off the left.
test site: http://zencart.shevchenkomusic.com/
No add ons installed, just getting back to zecart after couple of years...
Cannot figure out what I am doing wrong...
Veronika
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
New install of Zencart 1.3.8 and cherry zen; Following instuctions for a left column sidebox only gives a strange result as the sideboxes show way off the left.
test site:
http://zencart.shevchenkomusic.com/
No add ons installed, just getting back to zecart after couple of years...
Cannot figure out what I am doing wrong...
Veronika
never mind, I just need new glasses!:blush: