Results 1 to 4 of 4

Thread: Paypal problems

  1. #1
    Join Date
    Aug 2009
    Posts
    8

    Post Paypal problems

    The link you have used to access the PayPal system contains an object amount which is incorrectly formatted.

  2. #2
    Join Date
    May 2007
    Location
    NJ, United States
    Posts
    1,651

    Default

    Can you paste the paypal.inc contents here? Make sure to 'x' out your Paypal address when pasting the contents
    FSGDAG | IndexU Hosting | Owner
    Website | NiceCoder Script Hosting and More! | Web4URL is For Sale!
    Follow Us On Twitter | FaceBook Profile | YouTube Videos

  3. #3
    Join Date
    Jun 2007
    Posts
    70

    Default

    My paypals donn't working to

    Code:
    <?php
    
    /*===================================================
      Enable/Disable this payment system
    ===================================================*/
    
    $enable = "1";
    
    
    
    /*===================================================
      Your paypal email address
    ===================================================*/
    
    $paypal_email = "xxx@email.com"; //  example : $paypal_email = "paypal@mydomain.com";
    
    
    
    /*===================================================
      HTML code that will appear in invoice
      Do not need to change this variable
    ===================================================*/
    
    $invoice_html = "
    	<p> 
    	<a href='paynow.php?id=" . $invoice_id . "&m=paypal'><img src='http://www.paypal.com/images/x-click-but02.gif' border='0' alt='Make payments with PayPal - it is fast, free and secure!' /></a> 
    	</p>
    ";
    
    // do not change here
    $enable_paypal_sandbox = "0";
    
    ?>
    ERROR MESSAGE:
    The link you have used to enter the PayPal system contains an incorrectly formatted item amount.

    My site: canlimedya.com

  4. #4
    Join Date
    Mar 2009
    Posts
    143

Similar Threads

  1. paypal
    By novopt in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 10-21-2009, 03:42 AM
  2. Paypal Possible Bug
    By Mitchell in forum INDEXU DELUXE v1.x
    Replies: 3
    Last Post: 05-04-2009, 10:28 AM
  3. Paypal Subscribe
    By Mitchell in forum INDEXU DELUXE v1.x
    Replies: 11
    Last Post: 10-01-2008, 01:29 AM
  4. Paypal problems
    By inspireme in forum v5.x
    Replies: 26
    Last Post: 01-28-2007, 11:42 PM
  5. paypal
    By linkmaster in forum Pre-Sales Questions
    Replies: 9
    Last Post: 02-28-2006, 12:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •