Results 1 to 3 of 3

Thread: Problem with ad pricing....

  1. #1
    Thread Starter
    Amateur ebaytheme's Avatar
    Join Date
    Mar 2012
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Problem with ad pricing....

    Hello,

    I need help on my ClassiPress theme.

    My problem:

    I am setting up my membership options and pay per listing options and I am able to get this to work to my satisfaction, however, when an ad listing exceeds $10,000 the percentage does not work.

    For example: I listed something for $50 and the Ad listing fee what 10% of that ($5.00) and the membership fee was 10% of that ($0.50). This is fine and exactly what I wanted however...

    I listed another test ad for $10,000 and it gave me the listing fee as 10% ($1,000) and under the membership fee, it was supposed to be 10% of that but in the end, the total charge was $0.10...

    Is there some way to fix this error? I tried looking in all the options I could access and could not find anything to fix this... It only happens when a price exceeds $10,000...

    Thanks in advance!
    Perry

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    I tested your case and i got the same results.I will make more tests and update this thread as soon as possible.

  3. #3
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    ebaytheme,

    You will need to change the file "classipress/includes/step-functions.php".Open the file and find the code

    Code:
    $totalcost_out = number_format($totalcost_out, 2);
    change it to

    Code:
    $totalcost_out = number_format($totalcost_out, 2,'.','');

    Please let me know if you need further assistance.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with Ad pricing
    By doreen in forum Help Using ClassiPress
    Replies: 1
    Last Post: March 24th, 2012, 08:36 AM
  2. Replies: 4
    Last Post: April 17th, 2011, 05:53 PM
  3. Pricing
    By massimorufo in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: January 7th, 2011, 04:39 AM
  4. [SOLVED] Pricing Problem Per Category
    By royalstar in forum Report ClassiPress Bugs
    Replies: 8
    Last Post: September 28th, 2010, 04:55 PM