Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Checkout totally wrong

    You need curl installed and a secure server working ...

    The secure server can be your own or shared but it must be enabled ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #12
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Checkout totally wrong

    Ok I'm a little confused about it.

    When I got the api info from paypal I had the option of a cert or an api signature ( which zen cart wants )

    So I got the cert the first time ( not installed ) and then went back and got the signature.

    So do I have my host install this paypal cert or Buy a private cert?

    I already asked about this in a thread here http://www.zen-cart.com/forum/showthread.php?t=56952

    I guess I'm still not clear on it. I assumed paypal had some SSL and I didn't have to get a private cert right away.

    Thanks.

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Checkout totally wrong

    You should read the /docs directory that came with Zen Cart v1.3.7 and read the whatsnew_1.3.7.html
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Checkout totally wrong

    Ok I tested the same api info on a store with shared ssl.

    And I get this Fatal error: Call to a member function ec_step1() on a non-object in /home/haskellg/public_html/estore/ipn_main_handler.php on line 40

    When I buy a test
    and in admin express isn't listed anymore and I get this

    Fatal error: Cannot redeclare class paypalwpp in /home/haskellg/public_html/estore/includes/modules/payment/paypalwpp.php on line 2779

    The entire payment module screen is nonfunctional.

    I read the documentation and it said all you need is
    All you need in order to use this module is your API credentials from your PayPal "business" or "premier" account, which are available under your PayPal "Profile" tab on the PayPal website.
    See further module details below.
    + curl. I have curl. I have shared SSL. I have api info.

    So I got that far.

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Checkout totally wrong

    Sounds like you have extra copies of a payment module loaded that is a self loading directory ...

    Go to the Tools ... Developer's Tool Kit ...

    In the bottom input box type in:
    class paypalwpp

    Select Catalog from the dropdown and click Search ...

    What files come up?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Checkout totally wrong

    /home/haskellg/public_html/estore/includes/modules/payment/Zpaypalwpp.php
    Line #21 : class paypalwpp extends base {

    /home/haskellg/public_html/estore/includes/modules/payment/paypalwpp.php
    Line #21 : class paypalwpp extends base {
    Match Lines found: 2

    I added z to the original files per Dr. Bytes instruction
    Thanks for your help.

  7. #17
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Checkout totally wrong

    Quote Originally Posted by Ajeh View Post
    You need curl installed and a secure server working ...

    The secure server can be your own or shared but it must be enabled ...
    Just to clarify Ajeh's point ... To use PayPal Express Checkout, you must have CURL working.

    Secure Server support is not a "requirement" for the module to work. It's a wise business practice for protecting the customer data you will be collecting on the site.

    Quote Originally Posted by Pablosan
    I guess I'm still not clear on it. I assumed paypal had some SSL and I didn't have to get a private cert right away.
    That is correct.
    .

    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.

  8. #18
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Checkout totally wrong

    Quote Originally Posted by Pablosan View Post
    /home/haskellg/public_html/estore/includes/modules/payment/Zpaypalwpp.php
    Line #21 : class paypalwpp extends base {

    /home/haskellg/public_html/estore/includes/modules/payment/paypalwpp.php
    Line #21 : class paypalwpp extends base {
    Match Lines found: 2

    I added z to the original files per Dr. Bytes instruction
    Thanks for your help.
    DrByte might have made an incorrect suggestion in how to rename the file for backup purposes. Better to change ".php" to ".zzz" instead, or use "paypalwpp1.php" as an alternative.
    .

    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.

  9. #19
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Checkout totally wrong

    No worries Dr. Byte.
    I moved the Z files to local and the problem disappeared!

    I think that was the problem all along. I never would have thought because they are named different.

    Must be a nix thing huh? Or a combination of that and me

    Thanks you guys. Maybe someone will avoid this problem in the future by reading this.

  10. #20
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: Checkout totally wrong

    Ok the second store on siteground worked.

    The first store STILL does not work.
    No Z's in filenames.

    Another fresh install.

    Curl is there:
    curl

    CURL support enabled CURL Information libcurl/7.10.6 OpenSSL/0.9.7a ipv6 zlib/1.1.4

    No IPN.
    No SSL but I'm convinced thats not it.

    When you click checkout you get this ( attached ) I even downloaded it and it was 0 bytes. Checked the server even looked at it in dreamweaver 13 kbytes.
    The host is http://www.crdomains.com/
    The store is at http://www.#####.com/onlinestore

    The file structure is simple ( attached )

    I am stumped. Anybody ever see anything like this?
    Something strange though the file in the screenshot doesn't point at the subdomain or is that nothing? Because I looked in the root and there was a ipn_main_handler.php in the root ( probably upped on mistake, I've re-installed this 3 times ) but I deleted it, re-installed patches and it still behaves this way.
    Last edited by DrByte; 20 Mar 2007 at 07:19 AM. Reason: removed attachment

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Shipping calculating wrong in checkout
    By mdegrandis in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Aug 2009, 12:55 AM
  2. I totally screwed up the Paypal Express Checkout Module
    By antonia in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 12 Dec 2007, 07:46 AM
  3. Wrong calculating in checkout
    By jagge in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 Nov 2007, 11:03 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR