Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2011
    Posts
    13
    Plugin Contributions
    0

    Default Adding text "Price" in front of the price

    How can I display text "Price: " in the left part of the product's price?
    For example: in front of the red prices form this page: http://consumabile.org/index.php?mai...ndex&cPath=236
    My site: consumabile.org - in romanian.
    Template: iC Atheme.

    Thanks in advance,
    Gabriel
    Last edited by gabicen; 15 Jun 2012 at 02:35 PM.

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Adding text "Price" in front of the price

    in /includes/modules/YOUR_TEMPLATE/product_listing.php

    find:

    Code:
              case 'PRODUCT_LIST_PRICE':
            $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
            $lc_align = 'right';
            $lc_text =  $lc_price;
    change to:

    Code:
            case 'PRODUCT_LIST_PRICE':
            $lc_price = zen_get_products_display_price($listing->fields['products_id']) . '<br />';
            $lc_align = 'right';
            $lc_text = TABLE_HEADING_PRICE . ': ' . $lc_price;

  3. #3
    Join Date
    Jul 2011
    Posts
    13
    Plugin Contributions
    0

    Default Re: Adding text "Price" in front of the price

    It works but only for product listing and not for product details and featured products ("promotii").
    Thank you rbarbour!

 

 

Similar Threads

  1. v151 Adding the text "As low as" above price
    By hasnatrokon in forum Basic Configuration
    Replies: 2
    Last Post: 21 Sep 2013, 09:18 PM
  2. Replies: 0
    Last Post: 27 Nov 2011, 06:04 PM
  3. "Price:" In front of the Price?
    By Ambitions in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Jun 2010, 12:29 PM
  4. Removing the "Tell A Friend About Us Image" And Call for price text
    By Outlawlb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jun 2009, 05:52 AM
  5. How can I remove the "call for price" text on product listing page?
    By chloe21 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 9 Feb 2009, 04:25 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR