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

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    46
    Plugin Contributions
    0

    help question Discount Coupon & Conditions Of Use

    I turned off the setting which, if I understand it correctly, should have made the links to the Discount Coupons and the Conditions of Use pages disappear from the main dropdown menu, but they both seem to persist.

    Any suggestions?

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

    Default Re: Discount Coupon & Conditions Of Use

    Quote Originally Posted by craigkendall View Post
    I turned off the setting which, if I understand it correctly, should have made the links to the Discount Coupons and the Conditions of Use pages disappear from the main dropdown menu, but they both seem to persist.

    Any suggestions?
    Hi,

    Actually, I did not have that coded to turn off automatically. But I'll do that in the next update. For now, you can open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change;

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>

    to

    Code:
    		  <?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
              <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
    		  <?php } ?>

  3. #3
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by chadderuski View Post
    I worked in three main files: stylesheet.css, stylesheet_header_menu.css and apple_zen/common/tpl_main_page.php

    The side shadows are achieved by layering two div and setting their background to the left or right shadow. I put these after the <contentMainWrapper> and set them to 71em. I then adjusted (through MUCH trial and error) the containing divs to either 100% or 70em. Adjusting padding to taste, etc.
    I really like this, can you post the changes in the 2 css and php files? For those of us who don't know much about writing this stuff!!

    I've been trying to figure out how to do something like this. Thanks for your help.

  4. #4
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Like everyone else I think this template is great!

    If I have a store with only 3 product categories (each category has a number of sub categories) Can I have each category listed as a drop down meno on the top rather than just one categorey box?

    I apologize if this has been covered but I couldnt find this searching

    thanks!

  5. #5
    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 j123 View Post
    Like everyone else I think this template is great!

    If I have a store with only 3 product categories (each category has a number of sub categories) Can I have each category listed as a drop down meno on the top rather than just one categorey box?

    I apologize if this has been covered but I couldnt find this searching

    thanks!
    Replacing the menu files with the menu files from this mod:

    http://www.zen-cart.com/index.php?ma...roducts_id=523

    May do what you're looking for.

  6. #6
    Join Date
    May 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thank you for the quick reply! I took a look at that mod and the tpl_dropdown_menu appears to be the same as in the apple zen template? Are you saying that apple zen template cannot accomplish that?

    More specifically if I have category 1, category 2 and category 3, I want to show those as buttons along the top and each of the sub categories that corresponds to category 1, category 2 and category 3 will fly out from each button. I'm just not sure how I code these links

  7. #7
    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 j123 View Post
    Thank you for the quick reply! I took a look at that mod and the tpl_dropdown_menu appears to be the same as in the apple zen template? Are you saying that apple zen template cannot accomplish that?

    More specifically if I have category 1, category 2 and category 3, I want to show those as buttons along the top and each of the sub categories that corresponds to category 1, category 2 and category 3 will fly out from each button. I'm just not sure how I code these links
    The mod I linked you to is just for the drop down menu. The mod I linked you to, creates the categories across as you want, vs. the way I have them (all in one). It will have some of the same files as my template, but its not the whole template, just the drop down menu files. If you replace my files, you should get the new behavior.

  8. #8
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    This may be a very silly question, but I can't seem to fix it. How can I take off the stripes on the side to make them just white? Thanks!

  9. #9
    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 helpme View Post
    This may be a very silly question, but I can't seem to fix it. How can I take off the stripes on the side to make them just white? Thanks!
    Just remove that image from the css:

    body {
    background:url(../images/site-bg-blue.gif) 0 9em repeat-x;
    }

    I think you're using the blue one, correct?

  10. #10
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Jade,
    I took out the stripe section in includes/templates/apple_zen/stylesheet.css and nothing happened. I deleted my temp folders and still nothing. What am I doing wrong?

 

 
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