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

Hybrid View

  1. #1
    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 Sunabac View Post
    well with the following change, I no longer get the "checkout" in the drop down menu (I was hoping the checkout would show if amount =>50.00) well I'll keep looking & trying...

    <li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
    <?php if ($_SESSION['cart']->count_contents() >= 50.00) { ?>
    <ul class="level2">
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>

    I made a similar change in tpl_header.php but once again I don't get the "checkout" in the header at all. However the only checkout is in the middle so it seems o.k. This checkout icon appears when cart =>50.00
    You're telling it to show up when someone has 50 or more ITEMS IN their cart, not the value of the cart. You need to figure out how to tell it to check for cart value. Check the coding of the mod, it should have the correct code somewhere in there?

  2. #2
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You're telling it to show up when someone has 50 or more ITEMS IN their cart, not the value of the cart. You need to figure out how to tell it to check for cart value. Check the coding of the mod, it should have the correct code somewhere in there?
    Ups.. no wonder that "Checkout" does not appear in the drop down or on the top! The mod is working fine "within the middle" I just need to find the correct coding for the drop down and header for "checkout" so that it will appear there in correct time..
    Thanks

  3. #3
    Join Date
    Dec 2006
    Location
    Summer:Ontaio, Winter:Texas
    Posts
    211
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You're telling it to show up when someone has 50 or more ITEMS IN their cart, not the value of the cart. You need to figure out how to tell it to check for cart value. Check the coding of the mod, it should have the correct code somewhere in there?
    For those who are also looking for this, I replaced the following:
    <?php if ($_SESSION['cart']->count_contents() !=0 ) { ?>
    with
    <?php if ($_SESSION['cart']->total > MIN_ORDER_AMOUNT) {?>
    in two files : tpl_drop_menu.php and tpl_header.php
    and all is working well now.
    All I have to do now is figure out how to set a different minimum amount for wholesale..

  4. #4
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I love this template too.

    I was wondering if anyone knows how to change the navigation from saying
    "Categories" to Services
    any help would be GREATLY appreciated.

    Kind Regards,
    D

  5. #5
    Join Date
    Oct 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello everyone,

    I have chosen this slick design for my up and coming site. I will be asking questions every so often until I get this perfect, so please bare with me, lol.

    www.veerman.ca/justin/test

    1. How do I get the mainpage to not be linked to the first item I had posted?

    3. How do I rename Categories something else and make it have no subcategories, such as Contact Us.

    4. How do I delete 'Privacy Policy', 'Conditions of Use', and 'Gift Certificate FAQ' from the INFORMATION category menu?

    5. I tried adding a picture for my first item, but it doesn't work? I choose the image on my machine with the button Browse, and then try to overwrite the no image, but I am missing something.


    Thanks in advance on any help, it is appreciated.


    - Justin Veerman

  6. #6
    Join Date
    Dec 2005
    Posts
    59
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    My Bad.
    I just saw the top post on this page.

    TY,

    Quote Originally Posted by devon310 View Post
    I love this template too.

    I was wondering if anyone knows how to change the navigation from saying
    "Categories" to Services
    any help would be GREATLY appreciated.

    Kind Regards,
    D
    Last edited by devon310; 10 Oct 2007 at 12:59 AM. Reason: I'm RETARDED! FORGET I asked this Question.

  7. #7
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    application error Re: Apple Zen Support Thread

    Im a new zenner- have been installing Apple Zen for 3 days.
    I kept getting an error message with the drop down menu, where only 3 of the menu pulldowns were showing. In trying to solve the problems i deleted files and reinstalled files, still not able to fix it. Last night i deleted the template default folder and reinstalled. Afterwards my site was not loading at all.
    I keep getting this message
    Warning: main(DIR_WS_INSTALL_TEMPLATEtemplates/index_default.php): failed to open stream: No such file or directory in

    Fatal error: main(): Failed opening required 'DIR_WS_INSTALL_TEMPLATEtemplates/index_default.php' (include_path='.:/usr/local/share/pear') in.

    Is there something i can do without have to go thru reinstalling the whole thing all over again?

    I have several templates installed successfully and categories and products, defined pages were all working in my admin panel.

    The other question is where does all this info live when on the server?
    Is there a folder specific that contains all the settings ive installed in the zen cart admin?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by DezineJunkie View Post
    Im a new zenner- have been installing Apple Zen for 3 days.
    I kept getting an error message with the drop down menu, where only 3 of the menu pulldowns were showing. In trying to solve the problems i deleted files and reinstalled files, still not able to fix it. Last night i deleted the template default folder and reinstalled. Afterwards my site was not loading at all.
    I keep getting this message
    Warning: main(DIR_WS_INSTALL_TEMPLATEtemplates/index_default.php): failed to open stream: No such file or directory in

    Fatal error: main(): Failed opening required 'DIR_WS_INSTALL_TEMPLATEtemplates/index_default.php' (include_path='.:/usr/local/share/pear') in.

    Is there something i can do without have to go thru reinstalling the whole thing all over again?

    I have several templates installed successfully and categories and products, defined pages were all working in my admin panel.

    The other question is where does all this info live when on the server?
    Is there a folder specific that contains all the settings ive installed in the zen cart admin?
    That's a really odd error, and I think you've mucked things up somehow. As far as I know, there is no file called templates/index_default.php, (there is a "tpl_index_default.php") and I have no idea where "DIR_WS_INSTALL_TEMPLATE" comes from, I have never seen that before in zen cart. There are portions of files that say "DIR_WS_TEMPLATE" but DIR_WS_INSTALL_TEMPLATE is completely foreign to me. Did you change something somewhere to DIR_WS_INSTALL_TEMPLATE??

    All setting that you set in the admin are then stored in a database, not a folder.

    If you happen to reinstall, if you get the same error you first received, STOP, and then come ask for advice before going to town with files.... You say you deleted the "templates" folder? Did you DELETE the entire templates folder, like you deleted includes/templates? If so, YEAH, that will totally mess up your site. REupload the entire templates folder from your original zen cart download. Please note that includes/templates is NOT THE SAME folder as includes/templates/apple_zen/templates. includes/templates/ contains the template_default folder, which has all of the template files required to control zen cart layout. If includes/templates/template_default/ is not present on the server, the site will tank.
    Last edited by jettrue; 17 Oct 2007 at 10:20 PM.

  9. #9
    Join Date
    Jan 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    All setting that you set in the admin are then stored in a database, not a folder.

    Thanks for the reply: i fixed the prior problem had a missing folder in wrong destination. As to backing up the database is there a link to how to do this.
    I would hate to go thru so much work and building the database to have it crash on me.

    EZ PAGES in APPLE ZEN
    Why does this seem so difficult to acheive. I have the files installed.
    My ezpages are not showing up under the pull down menu, newsletter subscribe. I did install Jades file that she posted. I think im doing something incorrect in the ADMIN rather then missing file, but cant figure out what.
    i set the settings as Jade posted. Under "Tools" EZ Pages ive created 3 test pages and have them set to show in "header" all with values greater then 0. I called them Ez Page Test 1 and 2. But they dont show up anywhere on the site.

    DROP DOWN MENU
    Under where in Admin do i set the values for how many stacks across i want on the pull down.

    ADVANCE SEARCH
    Warning:
    I had this working with the form but now its gone. would i be missing the default temp tpl_advanced_search? main(includes/templates/template_default/templates/tpl_advanced_search_default.php): failed to open stream: No such file or directory in

  10. #10
    Join Date
    Oct 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Jettrue, I spoke a little too quick. Everything fine in Firefox, but not getting a popup at all in ie6. I'm using v1.3.0.2. I reinstalled Image Handler again without an improvement. I also tried uninstalling and then reinstalling IH from the database. Is there a compatability problem with my zen cart version and ie6 in the apple zen template? It worked on other templates, so I can't think of any reason for the problem. I could try and remove all the IM files, and then reinstall, but I'd rather not if anyone knows of a compatability problem.

 

 
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