Results 1 to 2 of 2

Thread: Correct Price Formatting for Ads

  1. #1
    Thread Starter
    Veteran harry0013's Avatar
    Join Date
    Mar 2012
    Location
    Philippines
    Posts
    351
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Correct Price Formatting for Ads

    Previous codes for price formatting was working in 3.1.8 version however upon upgrade, formating is no longer working. Any help appreciated.

    Codes used on 3.1.8
    // uncomment the line below to change price format
    $price_out = ereg_replace("[^0-9.]", "", $price_out);
    $price_out = number_format($price_out, 2, '.', ',');
    $price_out = cp_pos_currency($price_out);

  2. #2
    Thread Starter
    Veteran harry0013's Avatar
    Join Date
    Mar 2012
    Location
    Philippines
    Posts
    351
    Thanks
    5
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Style, formatting
    By paulbrett in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: May 17th, 2012, 04:29 PM
  2. Allow Ad Description formatting
    By talent in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: August 24th, 2011, 03:22 PM
  3. Background Formatting
    By whereismytie in forum JobRoller General Discussion
    Replies: 1
    Last Post: March 25th, 2011, 07:55 AM
  4. Background Formatting
    By whereismytie in forum Report JobRoller Bugs
    Replies: 1
    Last Post: March 25th, 2011, 07:55 AM
  5. Tiny formatting bug
    By mfourcard in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: April 8th, 2010, 11:08 PM