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

    Default Re: Remove price from main page?

    need a link to the page where you want this

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

    Default Re: Remove price from main page?


  3. #13
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove price from main page?

    Thanks for the link but I actually wanted a link directly to the page where you want this

  4. #14
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    The main page (homepage), the featured products under the header and logo. At the moment under the images it shows product name, I've removed the price from under the names. Just want to konw is there a way of adding the model and manufacturer under the names where the price once was. I will using these functions for the dates and venues of the tickets im selling.

  5. #15
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove price from main page?

    I would add a div to contain this to tpl_featured_products_default.php and pick up the mdl & mfg code from tpl_product_info_display.php and copy it into this new div

  6. #16
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    Is it me or do the top banner and the iphone image (right sidebox) wobble?

  7. #17
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove price from main page?

    Is it me or do the top banner and the iphone image (right sidebox) wobble?
    I think these are animated gif's

  8. #18
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    Quote Originally Posted by kobra View Post
    I would add a div to contain this to tpl_featured_products_default.php and pick up the mdl & mfg code from tpl_product_info_display.php and copy it into this new div
    Not entierly sure what im looking for when you say pick up the the mdl & mfg code from tpl_product_info_display.php.

  9. #19
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove price from main page?

    Not entierly sure what im looking for when you say pick up the the mdl & mfg code from tpl_product_info_display.php.
    In that file find:
    Code:
    <!--bof Product details list  -->
    <?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
    <ul id="productDetailsList" class="floatingBox back">
      <?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_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT .  $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>'  : '') . "\n"; ?>
      <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
    </ul>
    <br class="clearBoth" />
    <?php
      }
    ?>
    <!--eof Product details list -->
    Use at least from <li> to </li> for each and most likely the rest in the event there is no entry for one or the other

  10. #20
    Join Date
    Jan 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Remove price from main page?

    I've tried pasting these in and it doesnt work. Would it not work editing the featured_products.php

 

 
Page 2 of 3 FirstFirst 123 LastLast

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