Results 1 to 4 of 4

Thread: paypal

  1. #1
    Join Date
    Aug 2009
    Posts
    8

    Exclamation paypal

    chager, on the amount
    -----------------------------------------------
    Premium Listing ( 60 dais, € 15,00)
    ---------------------------------------------------
    chager, in (.)
    ----------------------------------------------
    Premium Listing ( 60 dais, € 15.00)

    how to make to charge, by one.

    thank you

  2. #2
    Join Date
    Aug 2009
    Posts
    8

    Default

    Quelqu' one can it m' to help has to regulate the problem that j' have in script paypal.
    To remove the commas and to put point.

    to see here

    current : Premium Listing ( 60 dais, € 15,00)
    -------------------------------------------------
    I would like to put like Ca : Premium Listing ( 60 dais, € 15.00)
    --------------------------------------------------------------------

    Thank you for l' helps

  3. #3
    Join Date
    Mar 2009
    Posts
    143

    Default

    Hi, this is the problem with localization.
    You can fix this by manually editing the file.

    open payment/paypal.php

    find this line (arround line 19)
    PHP Code:
    <input type="hidden" name="amount" value="<?php echo $total?>">
    replace with
    PHP Code:
    <input type="hidden" name="amount" value="<?php echo str_replace(',''.'$total); ?>">

  4. #4
    Join Date
    Aug 2009
    Posts
    8

    Default

    Super thank you

Similar Threads

  1. Paypal Possible Bug
    By Mitchell in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 05-04-2009, 10:28 AM
  2. Paypal issue
    By ca$h in forum v5.x
    Replies: 19
    Last Post: 01-20-2008, 09:14 PM
  3. Paypal problems
    By inspireme in forum v5.x
    Replies: 26
    Last Post: 01-28-2007, 11:42 PM
  4. paypal
    By linkmaster in forum Pre-Sales Questions
    Replies: 9
    Last Post: 02-28-2006, 12:41 AM
  5. PayPal hack and more
    By aladdin1 in forum v3.2
    Replies: 15
    Last Post: 11-18-2005, 07:15 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
  •