 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
November 3rd, 2009, 06:23 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
| Bug in payment_verification Quote: |
$letter .= "He purchased $quantity ads at $csymbol{$price} each.\n\n";
| should probably be: Quote: |
$letter .= "He purchased $quantity ads at {$csymbol}{$price} each.\n\n";
| |
| |
November 3rd, 2009, 06:47 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
$csymbol may not need to be encapsulated. Thus just looking at the differences I dont see any problem with either line the current or yours.
|
| |
November 3rd, 2009, 06:55 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
| Quote:
Originally Posted by Chuck S $csymbol may not need to be encapsulated. Thus just looking at the differences I dont see any problem with either line the current or yours. | when people get the email, it shows:
"which should be in the amount of }5.00."
here is the line just above it: Quote: |
$letter .= "Your item has been purchased by $tousername for {$csymbol}$adamount.\n\n";
| /
|
| |
November 3rd, 2009, 07:02 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
All I am saying is there is no extra } anywhere do you see one?
I will have to see if I can get an email and check but encapsulted not encapsulated should not matter.
My comment on your email would make me wonder where that LONE QUOTE is? Let me go see if I can find anything.
|
| |
November 3rd, 2009, 07:11 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
|
here is the full email that gets received: Quote:
Verify payment for Classified Ad #557<br /><br />You have received a payment for the classified ad: http://127.0.0.1/pp_classifieds/show...hp?product=557
which should be in the amount of $}5.00.
Please verify your transaction records to ensure that proper payment was
received for this item.
| .
|
| |
November 4th, 2009, 09:50 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
yeah I am trying to track down that free quote
|
| |
November 4th, 2009, 10:32 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
| Quote:
Originally Posted by Chuck S yeah I am trying to track down that free quote | I'm thinking it's either going to be in the phrases for "payltr" or here in payment_verification.php: Quote:
$email = $Globals['adminemail'];
$subject = $pp_phrase['paysub'];
$letter = $pp_phrase['payltr'];
$subject = trim($subject);
list( $getuserid ) = get_admin( $Globals['admninemail'] );
$letter = str_replace("^adid","$adid",$letter);
$letter = str_replace("^adamount","$adamount",$letter);
$letter = str_replace("^csymbol","$csymbol}",$letter);
$letter = str_replace("^Globals['maindir']","{$Globals['maindir']}",$letter); | .
|
| |
November 4th, 2009, 10:54 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Yes look in payment_verification.php Code: Content visible to verified customers only.
The } should not be there
|
| |
November 4th, 2009, 01:17 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
| Quote:
Originally Posted by Chuck S Yes look in payment_verification.php Code: Content visible to verified customers only.
The } should not be there | I can't believe I missed that - I looked right at it and didn't see it.
.
|
| |
November 4th, 2009, 01:45 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
LOL yeah sometimes it is that simple
|
| |
November 4th, 2009, 01:55 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Oct 2009
Posts: 111
|
I have another minor bug... more of an "annoyance".... will post a new thread.
|
| |
November 4th, 2009, 03:29 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
Okay will respond accordingly
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:19 AM. | |