Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23
  1. #21
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove price from main page?

    Does yours resemble this added to tpl_featured_products_default.php??

    Code:
    <div id="my_div">
    <ul>
    <?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?>
    <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    </div>
    And might you have disabled these fields for display elsewhere on another page in the admin?
    Zen-Venom Get Bitten

  2. #22
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    I've got all that pasted into tpl_featured_products_default.php. 2 questions, does it matter where it goes in there and is there anything else I need to edit. I dont have these fields disabled at all in admin.

  3. #23
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    b u m p

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. remove sideboxes from main page
    By johnybravo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Sep 2011, 11:54 AM
  2. Remove MAIN_TEXT from main page
    By sgspeer in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Aug 2010, 05:05 AM
  3. Remove Sideboxes from the Main Page?
    By Dimascus in forum Basic Configuration
    Replies: 2
    Last Post: 18 Dec 2009, 01:30 AM
  4. Remove email box from main page
    By beydar in forum General Questions
    Replies: 4
    Last Post: 23 Jun 2008, 10:24 PM
  5. Remove products from main page
    By xman888 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Jan 2008, 04:58 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