Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Location
    New York
    Posts
    121
    Plugin Contributions
    2

    Default Help Featured Products & New Products centerbox

    Hi i have question about the center box there is anyway to show product model on the font page Center Box ? i guess i have to add some code in
    Code:
    includes/modules/template/featured_products.php
    and
    Code:
    includes/modules/template/new_products.php
    but i don`t know what code and where i have to add the code i like to show product model under the price> help please

  2. #2
    Join Date
    Feb 2010
    Posts
    154
    Plugin Contributions
    0

    Default Re: Help Featured Products & New Products centerbox

    shahram,

    yes, in those files you'll need to add (without the quotes) 'p.products_model' to each of the sql statements (ie. $new_products_query and $featured_products_query)

    then, on about line 72, you'll need to add:

    . "<br>".$new_products->fields['products_model']

    at the end of the line just after $products_price but before the close bracket.

  3. #3
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Help Featured Products & New Products centerbox

    Simple nice but if you want the wording: Model: in front of the numbers you have to add this:

    this is for the includes/ modules/ featured_products.php
    PHP Code:
    $products_price '<br />' 'Model:&nbsp;' $featured_products->fields['products_model']); 
    this is for the includes/ modules/ new_products.php
    PHP Code:
    $products_price '<br />' 'Model:&nbsp;' $new_products->fields['products_model']); 

 

 

Similar Threads

  1. Need help with featured products centerbox
    By FNCG Tech in forum Customization from the Admin
    Replies: 1
    Last Post: 22 Apr 2010, 10:38 AM
  2. Need help with featured products centerbox
    By FNCG Tech in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Apr 2010, 03:51 AM
  3. Turn off 'New Products' & 'Featured Products' in product listing.
    By miles in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 27 Jul 2009, 07:28 AM
  4. 'New Products' & 'Featured Products'
    By ranganathanmca in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Jul 2009, 06:20 PM
  5. Featured Product, Monthly Specials, New Products in centerbox will not disappear.
    By MartinG in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 May 2008, 01:39 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