Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    That is of course possible, it's just a matter of being able to create the coding for it. Basically you need some php that says
    if category_id=(number of category you don't want), then,
    Don't show.

    If you open up includes/classes/categories_ul_generator.php, you might be able to do something like this:

    Code:
    $categories_query = "select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd
    where c.categories_id = cd.categories_id
    and c.categories_id !=3
    and c.categories_status=1 " . " and cd.language_id = '" . (int)$_SESSION['languages_id'] . "' " . " order by c.parent_id, c.sort_order, cd.categories_name";
    And change the number 3 to the category id number of the category you want to block.
    This works perfectly.

    Is it possible also to exclude all subcategories of 3, for example 3_4, 3_5, etc without listing them by name?

  2. #2
    Join Date
    Sep 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    jet true your PM mailbox is full, can u assit me here

    http://www.vgcrepairs.biz/zen_store/

    need to get it about 2 inches wider in the center, I found a few posts and tried editing the css file and really broke the site so I put the original stylesheet.css back on

  3. #3
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi there, I have a frustrating problem...for me anyway.. My index page is giving me trouble with a bit of text that is overlapping. I just cant seem to fix it in the editor. thanks again in anticipation
    http://www.stitchwith.me

  4. #4
    Join Date
    Jun 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I have the Applezen Template working beautifully on my WAMP localhost server, now i need to FTP/transfer it to my hosting provider... is it as simple as that? Or can you help me in the right direction.... when I tried the ftp transfer and went to my site it said that wampserver config not found. It seems that when I set up zencart in WAMP all of the files are setup looking for the WAMP server. what can I do ... please help me get in the correct direction. One last thought, I can install a new zencart installation on the hosted server no problem but then how do i get all of my heavily modified Applezen info over to the working zencart on the server from my WAMP? Any help would be appreciated.... I am almost there!! Thanks Charals

  5. #5
    Join Date
    Jun 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by charals View Post
    I have the Applezen Template working beautifully on my WAMP localhost server, now i need to FTP/transfer it to my hosting provider... is it as simple as that? Or can you help me in the right direction.... when I tried the ftp transfer and went to my site it said that wampserver config not found. It seems that when I set up zencart in WAMP all of the files are setup looking for the WAMP server. what can I do ... please help me get in the correct direction. One last thought, I can install a new zencart installation on the hosted server no problem but then how do i get all of my heavily modified Applezen info over to the working zencart on the server from my WAMP? Any help would be appreciated.... I am almost there!! Thanks Charals

    I got it figured out.... just had a setup problem on the live server.
    Thanks

 

 

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