Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Southern California
    Posts
    27
    Plugin Contributions
    0

    help question Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Ok. I'm pm'ing you a copy of the file, but to be honest, it was SO completely hacked to bits that I don't know if I've got it back to working condition or not. So my advice to you, if it causes some big errors, is to reload the ORIGINAL file, then come here to ask for help to get it where you want it.

    It also looks like you're using an older version of the tempate, and I would suggest upgrading to the new one, and starting fresh.
    Hi JetTrue,

    Well I moved all the apple zen folders to a subfolder titled 'old template files' to start fresh. I installed Apple Zen 2.0 template structure and then added the Alternate Header 1.1a module.

    It now looks like this: http://vardanyanjewelry.net Where do I go from here?

    Thanks again for your assistance,
    Michael

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by MasterGroove View Post
    Hi JetTrue,

    Well I moved all the apple zen folders to a subfolder titled 'old template files' to start fresh. I installed Apple Zen 2.0 template structure and then added the Alternate Header 1.1a module.

    It now looks like this: http://vardanyanjewelry.net Where do I go from here?

    Thanks again for your assistance,
    Michael
    Don't install the alternate header module. You're not putting it in the right spot or something, and you have messed up the php comments somehow. Install the 2.0 template without any changes, then let me show you exactly what to do.

  3. #3
    Join Date
    Aug 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I dunno if this issue has been addressed...

    I just installed the template and I am looking though my page. In the Information>about us it shows a 404 errorage not found and the site map.

    Did I just screw something up and how do I fix it? thanks!!!

  4. #4
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    jettrue: I have seriously done some searching and could not find the answer of which php file to use. I want to add my "Wishlist Button" under Add to Cart button but I am not sure which php file. Can you please be so kind to tell me. Thanks so much.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Linux View Post
    jettrue: I have seriously done some searching and could not find the answer of which php file to use. I want to add my "Wishlist Button" under Add to Cart button but I am not sure which php file. Can you please be so kind to tell me. Thanks so much.
    includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by irenemic View Post
    I dunno if this issue has been addressed...

    I just installed the template and I am looking though my page. In the Information>about us it shows a 404 errorage not found and the site map.

    Did I just screw something up and how do I fix it? thanks!!!
    In the readme.txt, I state that the about_us page is not default to zen cart, and I give a link to the about us mod so that you can install it, and I also give instructions on removing that link from the drop down menu.

  7. #7
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    1.I am struggling in how to replace a link with an image.

    <?php
    // (un): start wishlist link
    echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, 'products_id=' . YOUR_PRODUCTS_ID . '&action=un_add_wishlist') . '">' . zen_image_button(BUTTON_IMAGE_WISHLIST, BUTTON_WISHLIST_ALT) . '</a>' : ''); ?></div>
    <?php
    // (un): end wishlist link
    ?>

    I keep getting an error and can't figure out the problem.

    2. I want it right under my Add to Cart and not sure where to place. Again, I have moved it around and keep getting errors.

    Thanking you in advance for your time and help.

  8. #8
    Join Date
    Jul 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey quick question, would anyone know why on the main page http://shop.dgbremner.com

    The drop down menu is being cut off by that java slideshow in IE and not firefox?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Linux View Post
    1.I am struggling in how to replace a link with an image.

    <?php
    // (un): start wishlist link
    echo '<a href="' . zen_href_link(UN_FILENAME_WISHLIST, 'products_id=' . YOUR_PRODUCTS_ID . '&action=un_add_wishlist') . '">' . zen_image_button(BUTTON_IMAGE_WISHLIST, BUTTON_WISHLIST_ALT) . '</a>' : ''); ?></div>
    <?php
    // (un): end wishlist link
    ?>

    I keep getting an error and can't figure out the problem.

    2. I want it right under my Add to Cart and not sure where to place. Again, I have moved it around and keep getting errors.

    Thanking you in advance for your time and help.
    What's the error, and could I see a link?

    Have you defined BUTTON_IMAGE_WISHLIST and BUTTON_WISHLIST_ALT? Where did you get "YOUR_PRODUCTS_ID" from? As far as I know, that is not even used at all in zen cart.

  10. #10
    Join Date
    Oct 2005
    Posts
    96
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I'm trying to add Featured Products to my drop down menu and I'm having a little trouble. I was able to get the link to show up in the menu, but I'm not sure what the link should be.

    This is what I added to tpl_drop_menu.php:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_FEATURED); ?>"><?php echo HEADER_TITLE_FEATURED_PRODUCTS; ?></a></li>
    That link didn't work (although, with an added language define, the menu item shows up just fine), so I tried:
    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_FEATURED_PRODUCTS_MODULE); ?>"><?php echo HEADER_TITLE_FEATURED_PRODUCTS; ?></a></li>
    which doesn't work either.

    Can anyone tell me how to code this link? Thanks a bunch.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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