Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    [QUOTE=vivaraquel;561746]About the other 3 issues, I did use the developers tool kit and that sentence does not appear in any file but for some reason it is still showing. I will try again and let you know.
    QUOTE]

    Oops, me bad, I did it this time. Thanks. But an idea on the cut out main page will be appreciated. Cna't use the developer's tool kit for that.

  2. #2
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    nvm, it's fixed now, dont ask me how. maybe something to do with the header file.

    Thanks, my site is now ready for its goodies.

  3. #3
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Re: Apple Zen Support Thread

    Any help for me...post 236?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by athena View Post
    Any help for me...post 236?
    I see you posted at #1996, the number 236 referred to how many times you had posted on this site.

    Anyhoo, see this link:
    http://www.zen-cart.com/forum/showpo...postcount=1996

  5. #5
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Apple Zen Support Thread

    I followed the instructions but it did not work at all. everything is the same. Specials is still in the drop down menu and the side boxes shift to the left.

    I double checked to see that they uploaded properly.

    The website is here www.thethreadedneedle.com

    Thanks for any help ...prefer to just turn specials off completely as they will never happen at this shop.

  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 athena View Post
    I followed the instructions but it did not work at all. everything is the same. Specials is still in the drop down menu and the side boxes shift to the left.

    I double checked to see that they uploaded properly.

    The website is here www.thethreadedneedle.com

    Thanks for any help ...prefer to just turn specials off completely as they will never happen at this shop.
    I missed one set of instructions. Open up includes/modules/pages/specials/main_template_vars.php and change this:

    Code:
      $num_products_count = $specials->RecordCount();
      if ($num_products_count) {
        if ($num_products_count < SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS || SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS==0 ) {
          $col_width = floor(100/$num_products_count);
        } else {
          $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS);
        }
    
        $list_box_contents = array();
        while (!$specials->EOF) {



    Code:
     $num_products_count = $specials->RecordCount();
      if ($num_products_count ==0) {
    	$col_width=0;
      } else {
        if ($num_products_count < SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS || SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS==0 ) {
          $col_width = floor(100/$num_products_count);
        } else {
          $col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_SPECIALS_PRODUCTS);
        }
      }
        $list_box_contents = array();
        while (!$specials->EOF) {
    You can also turn off specials in the admin, "configuration", "layout settings", "Categories Box - Show Specials Link".

 

 

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