Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2010
    Location
    Rochester, New York
    Posts
    97
    Plugin Contributions
    0

    Default Changing Price Formatting

    Hello All,

    I am looking to change the formatting of our prices.

    Right now our setup looks like this:
    $30.99 $27.99
    Save 10% Off

    I want our setup to look like:
    Competitors Price: $30.99
    Our Price: $27.99
    Save 10% With Us!


    Any clue on how I could accomplish this, or where the price code is?

    Best Regards,
    Nick

  2. #2
    Join Date
    Apr 2010
    Location
    Rochester, New York
    Posts
    97
    Plugin Contributions
    0

    Default Re: Changing Price Formatting

    I believe this is the code I need to edit on the product page to change the price:

    PHP Code:
      if ($show_onetime_charges_description == 'true') {
        
    $one_time '<span >' TEXT_ONETIME_CHARGE_SYMBOL TEXT_ONETIME_CHARGE_DESCRIPTION '</span><br />';
      } else {
        
    $one_time '';
      }
      echo 
    $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE '') . zen_get_products_display_price((int)$_GET['products_id']);
    ?></h2> 

  3. #3
    Join Date
    Apr 2010
    Location
    Rochester, New York
    Posts
    97
    Plugin Contributions
    0

    Default Re: Changing Price Formatting

    Anyone have any ideas on how I would go about doing this?

 

 

Similar Threads

  1. v139h Formatting the Price (no commas) - Moneris
    By bonniedevil in forum Addon Payment Modules
    Replies: 1
    Last Post: 28 Feb 2012, 02:55 AM
  2. Price Formatting
    By Theo in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Oct 2011, 04:37 PM
  3. Formatting Price and Buynow button
    By cashgil in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 1 Oct 2008, 11:31 AM
  4. Formatting Price and Buynow button
    By cashgil in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 9 Sep 2008, 07:29 AM
  5. Special Price Formatting -- HELP!
    By valzone in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 16 Aug 2007, 08:02 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