I get my total shopping cart cost with this code:
Code: Select all
". $b->GetTotalPrice() . "Paypal doesn't support this and so it blocks the payment.
Is there a way to make sure only the 2 first numbers after the dot are displayed?
Moderator: General Moderators
Code: Select all
". $b->GetTotalPrice() . "Code: Select all
round