osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

All fields converting to paypal except price

This is a discussion on All fields converting to paypal except price within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I have just installed the paypal shopping cart ipn 1.7 contribution. When i go try to checkout after putting something ...

      
  1. #1
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default All fields converting to paypal except price

    I have just installed the paypal shopping cart ipn 1.7 contribution. When i go try to checkout after putting something in my cart, it links to paypal with the name and address, but the amount is empty. I've been seaching every forum for a solution and cannot find one. Please anybody help this is last thing I need to be complete. Try it at www.colleyscollectables.com

  2. #2
    Member
    Join Date
    Jan 2004
    Location
    edmonton, Alberta, Canada
    Posts
    62
    Rep Power
    0


    Default

    Have you installed the paypalipn_txn table into the database?

  3. #3
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default

    I ran the sql file which installed paypal_ipn_txn_type

  4. #4
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default

    It may have something to do with the way your currencies are set up.

  5. #5
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default

    I am using Canadian(CAD) funds. I have my store set-up in CAD. I have the paypal module set to CAD, and I have my paypal account set to CAD.

  6. #6
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default

    hmm.. Have you got your currency set to CAD in catalog/includes/languages/english.php ? I think this is where I had to change US to CAD in order for paypal to pick up the order total.
    HTH

  7. #7
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default

    I see us in a few places. Could you let me know where? Here is were i see it.

    // look in your $PATH_LOCALE/locale directory for available locales
    // or type locale -a on the server.
    // Examples:
    // on RedHat try 'en_US'
    // on FreeBSD try 'en_US.ISO_8859-1'
    // on Windows try 'en', or 'English'
    @setlocale(LC_TIME, 'en_US.ISO_8859-1');

    and

    // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
    define('LANGUAGE_CURRENCY', 'USD');

    this would seem like it here, but please let me know

  8. #8
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    Quote Originally Posted by pacman
    // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
    define('LANGUAGE_CURRENCY', 'USD');

    Change to
    define('LANGUAGE_CURRENCY', 'CDN');

  9. #9
    Active Member
    Join Date
    Feb 2004
    Posts
    174
    Rep Power
    9


    Default

    Yes that's the place I was talking about, but it should be CAD not CDN

  10. #10
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default

    Tried that. Uninstalled and reinstalled module. It didn't work.

Page 1 of 2 12 LastLast

Similar Threads

  1. Converting a WhoIs Modification
    By benlogan in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 02-09-2006, 11:01 AM
  2. need help converting a template
    By jcomputers in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 01-23-2006, 08:04 PM
  3. Converting CRE Template to OscMax
    By cabana in forum osCmax v2 Customization/Mods
    Replies: 8
    Last Post: 11-09-2005, 06:08 PM
  4. converting article manager to MS2-MAX
    By Anonymous in forum osCMax v1.7 General Mods Discussion
    Replies: 5
    Last Post: 11-25-2004, 01:48 PM
  5. Converting Affiliate Infobox to BTS
    By Stu in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 11-25-2003, 06:15 AM

Bookmarks

Posting Permissions

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