Re: Apple Zen Template Support Thread
Thank you for solving my problem but I was wondering if it was possible to put it on the right side of the page where the search box would normally be because I want that link to be separate from the ones associated with the shopping cart. I have the header search box turned off. Thank so much for all of the help.
Re: Apple Zen Template Support Thread
Hi jettrue,
We are new zenner and like your design very much. We have few questions for you regarding customization of apple zen.
1) How do we remove the six pix from the bottom of the following url? A handful of our products have the same issue, some with one or two pix.
2) How to add another 'add to cart' button on the top part of the page, next right to the product name?
http://peg2u.com/catalogue/index.php...&products_id=5
3) We noticed that product listing are shown differently than subcategories product. How to make subcategories product listing same with those new listing?
Thanks in advance.
Re: Apple Zen Template Support Thread
Hi Jade - I'm sure this has been covered as I've found refrences to it thoughout the thread. However, I am still not clear how to do it correctly.
I would like to place an ezpage link of my creation into the dropdown "Information" menu. How do I go about doing that?
Thanks very much for your help.
Tim
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
dolzer
Hi jettrue,
We are new zenner and like your design very much. We have few questions for you regarding customization of apple zen.
1) How do we remove the six pix from the bottom of the following url? A handful of our products have the same issue, some with one or two pix.
2) How to add another 'add to cart' button on the top part of the page, next right to the product name?
http://peg2u.com/catalogue/index.php...&products_id=5
3) We noticed that product listing are shown differently than subcategories product. How to make subcategories product listing same with those new listing?
Thanks in advance.
1) your names are too similar. Zen cart has a nifty feature where you can have additional images just by having the same starting letters, with numbers following. All of those images begin with n73.
2) I've helped someone do that before, but it didn't work. The cart didn't like it. :blink:
3) I'm not sure here, can you show me the two pages that are differing?
Re: Apple Zen Template Support Thread
a)http://peg2u.com/catalogue/index.php...3ab012dd2e72f5
b)http://peg2u.com/catalogue/index.php...index&cPath=14
We would like to show our product list (a) to be the same with (b)
For question 1) our previous post, could we solve the problem if we upload our pix in different folder?
Lastly, how to disable zen cart from showing 'Units in Stock' in product info ?
Thanks
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
Hi Jade - I'm sure this has been covered as I've found refrences to it thoughout the thread. However, I am still not clear how to do it correctly.
I would like to place an ezpage link of my creation into the dropdown "Information" menu. How do I go about doing that?
Thanks very much for your help.
I just can't get my brain around how to achieve this. :huh:
Can anyone tell me how to go about it?
Thanks again.
Tim
Re: Apple Zen Template Support Thread
Hello, I want to keep the structure of this template but edit the images and the colors.
How should I do this?
Thanks in advance
Re: Apple Zen Template Support Thread
First off I just wanted to say I really love this template so I decided to switch to it today but I have one problem as you can see in the links below the text and some images overlap. I'm sure this is an easy fix but i'm not sure where to start. Any help would be greatly appreciated!!!! Below are two examples how can I get the text and images to align properly?
http://www.japanshopdirect.com/index...=index&cPath=1
http://www.japanshopdirect.com/index...dex&cPath=1_72
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
tomato
:oops: The text and images didnt realign because I didnt have anything in the sidebar. I feel silly anyways I have another quick question to get the category drop down menu what do I need to do to make display the categories and not the EZ pages?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
I just can't get my brain around how to achieve this. :huh:
Can anyone tell me how to go about it?
Thanks again.
Tim
Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php.
Within that, find the link that you want your link beneath.
Lets say you want your link under the unsubscribe link.
Find that section:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
Now beneath that just add your link with html:
Code:
<li><a href="your_link_here.htm">Name of Link Here</a></li>