Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Price not showing in Paypal

    I have read every thread I could find on this issue but am not having any luck.

    I have set up 2 countries (New Zealand and Australia) with their respective currencies in Zen Cart.

    I have deleted every other country.

    I have set the default currency to NZD.

    I have set the following in english.php
    // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
    define('LANGUAGE_CURRENCY', 'NZD');

    I have set Configuration|My Store|Switch To Default Language Currency = True

    I have emptied internet cache and tried testing paypal

    When I check out in Paypal the amount is not being displayed.

    This is the one single problem stopping me from going into business with a zen cart - please help

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Price not showing in Paypal

    1. Which version of Zen Cart ?
    2. Which PayPal module are you using in Zen Cart ?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Price not showing in Paypal

    v1.3.6 [2007-01-06 04:51:33] (Fresh Installation)

    PayPal IPN

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Price not showing in Paypal

    Do your prices display properly everywhere "except" during checkout? Or do you see 0.00 instead of the real price?
    What's the URL where this can be seen in action?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Price not showing in Paypal

    Hi Dr Byte - thank you for helping.

    www.nzhunter.com is the link - there are test widgets in there that can be used for testing purposes.

    I have found that when I create a NZ (New Zealand) user and use NZ currency that zencart is not compatible with paypal. In the paypal screen I get a single item listed = 0 and total = 0 USD.

    When I create and use an Australian user using Australian Currency everything works fine.

    I have spent considerable time setting this up only to find zen cart and paypal arent compatible for my target market.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Price not showing in Paypal

    Aha ... AUD is naturally supported by PayPal.
    The PayPal IPN module converts non-supported currencies to USD, which, since you don't have USD defined as a currency, ultimately ends up being 0.
    The module supports CAD, EUR, GBP, JPY, USD, AUD.

    If you wish to attempt to override that, you can try the following edit:
    /includes/modules/payment/paypal.php
    approx line 169:
    Code:
        if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD', 'AUD'))) {
    you could replace that line with this:
    Code:
        if (!in_array($my_currency, array('CAD', 'EUR', 'GBP', 'JPY', 'USD', 'AUD', 'CHF', 'CZK', 'DKK', 'HKD', 'HUF', 'NOK', 'NZD', 'PLN', 'SEK', 'SGD', 'THB'))) {
    You'll want to do the same in /includes/modules/payment/paypal/paypal_functions.php around line 74


    BTW - nice site.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: Price not showing in Paypal

    Thankyou - that worked perfectly.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Price not showing in Paypal

    Good luck with your shop !
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 Net price showing and not caculating Gross price
    By Debbie2014 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 3
    Last Post: 14 Dec 2015, 02:56 PM
  2. Paypal Express Check Out not showing shipping charges on first visit to Paypal
    By Capricorn in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Jun 2013, 01:39 AM
  3. Attribute is showing incremental price, not total price
    By ducksigns in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 28 Aug 2009, 02:35 PM
  4. PayPal Website Standards Module data not showing in paypal
    By soskuthy in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 7 Mar 2009, 01:53 PM
  5. Orders not showing up in Paypal or ZC admin (PayPal IPN module)
    By Edgar in forum Managing Customers and Orders
    Replies: 70
    Last Post: 20 Nov 2007, 06:24 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
  •  
disjunctive-egg