Page 214 of 305 FirstFirst ... 114164204212213214215216224264 ... LastLast
Results 2,131 to 2,140 of 3042
  1. #2131
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default 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?

    any idea which page to make changes too?

    thanks in advance for the help!

  2. #2132
    Join Date
    Aug 2006
    Posts
    133
    Plugin Contributions
    0

    Default 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.

  3. #2133
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by hlubach View Post
    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.

  4. #2134
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by tkiwov View Post
    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

  5. #2135
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Dytron View Post
    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?

    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

  6. #2136
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by cartguin View Post
    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. I thought you were talking to me in code.

    He didn't make it a document, was just using the wrong file.

  7. #2137
    Join Date
    Jun 2008
    Posts
    32
    Plugin Contributions
    0

    Default 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/

  8. #2138
    Join Date
    Oct 2007
    Posts
    3
    Plugin Contributions
    0

    Default 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.
    Infinity Computer Solutions
    Web Hosting, Web Design, and Business Solutions
    http://www.hostinfinity.com/

  9. #2139
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by soupcan View Post
    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.

  10. #2140
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by tee-dot View Post
    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%;
    }

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR