Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default trying to add manufacturer description to dynamic generated page.

    Hey I'm trying to add manufacturer descriptions to my store but can't find where main_page=index&manufacturers_id= is being generated from. Is it using the sidebox code or is it buried in the product_display code ? Maybe in modules like in product_listing.php ? Can't find a reference anywhere

  2. #2
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: trying to add manufacturer description to dynamic generated page.

    Just to elaborate I could use a clause in tpl_index_product_list.php to test if your viewing manufacturer sorted product and pull the description; but the issues with that is I don't have a clue what to test against because I don't understand the internals of zen cart too well. I suppose I could use $breadcrumb->last() and compare with manufacturers in the database ? But seems very clumsy must be a cleaner way. If anyone could point me in the right direction that would be great !!

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: trying to add manufacturer description to dynamic generated page.

    Old thread, but there might be some ideas here:

    https://www.zen-cart.com/showthread....39#post1010839

  4. #4
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: trying to add manufacturer description to dynamic generated page.

    Spot on !! Exactally what I needed

    Code:
    if(isset($_GET['manufacturers_id']))
    {
       echo "I'm in manufacturers!"	
    }
    Cheers Stevesh

 

 

Similar Threads

  1. Trying to add line breaks into description
    By DougWare in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 6 Mar 2012, 08:38 PM
  2. Add Manufacturer image to Manufacturer product page
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jul 2010, 05:05 PM
  3. Trying to move add to cart under description on product listings page
    By wk4hm in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jun 2009, 04:10 PM
  4. Replies: 0
    Last Post: 24 Jun 2008, 06:54 PM

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