Re: Apple Zen Support Thread
Add to Cart box on product pages
Apple Zen Template
Zen 1.3.8a
example page [click here]
What I was looking to do is move the add to cart box, button to the top of page just right of the product image. Have tried changing the location of
Code:
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else .......
<!--eof Add to Cart Box-->
tpl_document_general_info_display.php and tpl_document_product_info_display.php
doesnt seem to change the location of add to cart box, must be the wrong place to change? :wacko:
any idea which page to make changes too?
thanks in advance for the help!
Re: Apple Zen Support Thread
You made the Griffin...TJUICE a document? Because I would have suggested tpl_product_info_display.php and you've found the document version of that.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
hlubach
Just what i am looking for .
But stumble on something strange i use two languages English and Russian when i use the russian one the template is not translate al instad of the russian langage i got this Header_title_Catogorie etc
How to change this
Search the FAQ (see link top right of site) for working with multiple languages. I don't support multiple languages specifically, as I have no experience, but remember that for any language file in my template, you've got to make a corresponding Russian language file. You have to TELL zen cart what the Russian words are to use with my template, it doesn't translate auto-magically.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
tkiwov
Thank you for the great template!
I made some changes on the look to fit our products. But I encounter one problem with the center column displaying Who's online Info rather than the right column. This only happens in the main page. Other pages is fine. Very strange. Did I do something wrong?
http://www.pearlsinthepod.com
Also, have anyone attempt to switch the right column to left column?
Thanks.
You've changed how the drop down menu works, it seems. Its no longer a drop down menu, and is now simply listing the products, and its wreaking havoc. Please reload inlcudes/templates/apple_zen/common/tpl_drop_menu.php and includes/classes/categories_ul_generator.php, and includes/modules/sideboxes/apple_zen/ez_pages_drop_menu.php
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Dytron
Add to Cart box on product pages
Apple Zen Template
Zen 1.3.8a
example page [
click here]
What I was looking to do is move the add to cart box, button to the top of page just right of the product image. Have tried changing the location of
Code:
<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
// do nothing
} else .......
<!--eof Add to Cart Box-->
tpl_document_general_info_display.php and tpl_document_product_info_display.php
doesnt seem to change the location of add to cart box, must be the wrong place to change? :wacko:
any idea which page to make changes too?
thanks in advance for the help!
Yes, that is the wrong place to change it. You are changing the document product types, instead of regular products, change includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php
Re: Apple Zen Support Thread
Quote:
Originally Posted by
cartguin
You made the Griffin...TJUICE a document? Because I would have suggested tpl_product_info_display.php and you've found the document version of that.
Here's an instance where quoting the person you are replying to would have been very helpful, LOL, I had NO idea what you were talking about till I got to his question in detail, LOL. (I usually skim through posts before answering them one by one.) The four words Griffin...TJUICE a document was throwing me for a loop. :P:laugh: I thought you were talking to me in code.
He didn't make it a document, was just using the wrong file.
Re: Apple Zen Support Thread
hey my website uses your apple zen template and it works fantastic!... One problem I keep getting is that when I first goto the page the logo is huge and then when I click it, it properly resizes...Why is the logo starting so big? It's like something is causing it to enlarge?
see for yourself: www.iwannat.com/retail/
Re: Apple Zen Support Thread
I currently have the Apple Zen template installed and it is working great in its default form. What I'm trying to do now though is allow visitors the ability to switch between different colors of the template. I'm using the template switcher found here, which requires each template to be in its own directory.
I've been able to get Cherry Zen to show up in red, green, and blue, by just copying the contents of the initial directory to directories with different names (i.e. cherry_zen_blue). When I try this with Apple Zen though, I'm greeted with several errors: the horizontal menu system doesn't display correctly (displays header_title_new_products instead of "New Products," for example); the logo in the header is vertically sized down; the text that displays in the header to the right of the logo does not display.
I've gone through the code and made sure the directory paths point to the modified directory. I've also made new directories with my modified template name throughout the includes folder wherever I found a folder labeled apple_zen. I couldn't really think of anything else that I could try since I'm nothing even close to a skilled coder.
Thanks in advance for any help you can give.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
soupcan
I currently have the Apple Zen template installed and it is working great in its default form. What I'm trying to do now though is allow visitors the ability to switch between different colors of the template. I'm using the template switcher found
here, which requires each template to be in its own directory.
I've been able to get Cherry Zen to show up in red, green, and blue, by just copying the contents of the initial directory to directories with different names (i.e. cherry_zen_blue). When I try this with Apple Zen though, I'm greeted with several errors: the horizontal menu system doesn't display correctly (displays header_title_new_products instead of "New Products," for example); the logo in the header is vertically sized down; the text that displays in the header to the right of the logo does not display.
I've gone through the code and made sure the directory paths point to the modified directory. I've also made new directories with my modified template name throughout the includes folder wherever I found a folder labeled apple_zen. I couldn't really think of anything else that I could try since I'm nothing even close to a skilled coder.
Thanks in advance for any help you can give.
You probably didn't make copies of folders for all instances. Apple Zen has LOTS of apple_zen/ folders, in odd places, look through every folder of my template, and make sure you made folders everywhere.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
tee-dot
hey my website uses your apple zen template and it works fantastic!... One problem I keep getting is that when I first goto the page the logo is huge and then when I click it, it properly resizes...Why is the logo starting so big? It's like something is causing it to enlarge?
see for yourself:
www.iwannat.com/retail/
I'm not seeing this. It is quite a large logo.
You might want to remove this:
#logo img {
width:100%;
height:100%;
}