Page 33 of 35 FirstFirst ... 233132333435 LastLast
Results 321 to 330 of 350
  1. #321
    Join Date
    Sep 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Did anyone ever get this working for a UK website?
    At the moment it's still using amazon.com from what I can tell.
    Someone else seems to have made a similar plugin at Webiprog (http://www.webiprog.co.uk/e-commerce...on-for-zencart).
    It looks OK, has anyone else tried it?
    Was there ever a solution found to this? Would I be best to just try to get google checkout to work instead or something?
    Thank you.

  2. #322
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Quote Originally Posted by DivaVocals View Post
    Nope.. No one has ever had that "ah ha" moment and gotten this thing to work as it should.. You can go back to Amazon and ask for their help.. But you will find that Amazon doesn't support it (they SHOULD since they wrote it), and only points you back here so you can discover that this is a..

    DEAD... UNSUPPORTED.. NON-WORKING MODULE..

    Good luck..
    ^^^^As stated previously..
    Quote Originally Posted by ellipsis View Post
    Did anyone ever get this working for a UK website?
    At the moment it's still using amazon.com from what I can tell.
    Someone else seems to have made a similar plugin at Webiprog (http://www.webiprog.co.uk/e-commerce...on-for-zencart).
    It looks OK, has anyone else tried it?
    Best thing you can do is setup a test store, download this and test it out..
    Quote Originally Posted by ellipsis View Post
    Would I be best to just try to get google checkout to work instead or something?
    Thank you.
    Google checkout is going away this year..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #323
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    329
    Plugin Contributions
    0

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Quote Originally Posted by DivaVocals View Post

    Found that if I edited the following file as follows: checkout_by_amazon/checkout_by_amazon_constants.php

    Find:
    Code:
    require_once('../checkout_by_amazon_constants.php');
    Replace with:
    Code:
    require_once('checkout_by_amazon/checkout_by_amazon_constants.php');
    This worked great, i'm just starting to look at this mess, are you still working on this?

    What are you using as your success page ?

  4. #324
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Quote Originally Posted by DivaVocals View Post
    Short answer.. read back through the last few pages of this support thread..

    Summary:
    DEAD... UNSUPPORTED.. NON-WORKING MODULE..
    Quote Originally Posted by DivaVocals View Post
    Nope.. No one has ever had that "ah ha" moment and gotten this thing to work as it should.. You can go back to Amazon and ask for their help.. But you will find that Amazon doesn't support it (they SHOULD since they wrote it), and only points you back here so you can discover that this is a..

    DEAD... UNSUPPORTED.. NON-WORKING MODULE..

    Good luck..
    Nope......
    Quote Originally Posted by djdavedawson View Post
    This worked great, i'm just starting to look at this mess, are you still working on this?

    What are you using as your success page ?
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #325
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    329
    Plugin Contributions
    0

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Quote Originally Posted by dlcohenzc View Post
    I almost have Amazon Checkout working - just getting duplicate orders posted back. I saw a couple of other forum users had this issue, but no one noted any workaround/fix. Anyone?
    What are you using as your success page ?

  6. #326
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    329
    Plugin Contributions
    0

    Default Re: Updated Checkout by Amazon Zen Cart Plug-in

    Well, for anyone who's interested it this. I've got the plugin 80% working.

    I realize that for most this is a dead module, but felt it necessary to post my progress.

    Here are a few things i've found that help

    #1 Callback Issue

    This file ->AmazonMerchantClient.php should be updated this way

    Find:

    PHP Code:
    require_once('../checkout_by_amazon_constants.php'); 
    Replace with:

    PHP Code:
    require_once(DIR_FS_CATALOG 'checkout_by_amazon/checkout_by_amazon_constants.php'); 
    DIR_FS_CATALOG is important for some other pages that try to reference this file.

    #2 Orders not appearing in Zencart

    You have to specify the "Instant Order Processing Notification Settings:" in "Pipeline Settings" on Amazon Seller Central

    Code:
    https://www.yoursite.com/checkout_by_amazon.php
    and "Order Reports Settings" to XML

    #3 Orders have no date

    This File -> IOPNXMLParser.php

    Find:

    PHP Code:
    function getOrderDate() {

            
            return 
    'now()'
    Replace with:

    PHP Code:
    function getOrderDate() {

            
            return 
    "'now()'"
    So like i said it's mostly working, Where i'm having trouble is adding shipping info or canceling to the order via their buttons in the order.

    This is the error i get returned:

    Code:
    2006 MySQL server has gone away
    in:
    [insert into zen_amazon_order_history (amazon_order_id, orders_id, reference_id, created_on, status, operation, comments) values ('110-0939952-2236242', '18024', '', now(), '0', '1002', ' Carrier: USPS Shipping Service: 321 Shipment Tracking ID: 3213')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    2006 MySQL server has gone away
    in:
    [select count(*) as total from zen_sessions where sesskey = '0690d10412c05f08419a1a0b03be8653']
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    If anyone has feedback, please post.

    Thanks

    ~D
    Last edited by djdavedawson; 25 Sep 2013 at 11:09 PM.

  7. #327
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    329
    Plugin Contributions
    0

    Default Re: Checkout by Amazon Zen Cart Plug-in

    Quote Originally Posted by Boggled View Post
    The attribute problem has been an ongoing issue. With ours sometimes it would show up, sometimes it wouldn't.

    I realize this was forever ago, but can you tell me about the attribute problem you describe here.

    Are the attributes not being inserted into table -> zen_orders_products_attributes?

    or

    The attributes are not showing up on Amazons' order Detail in the Customers Amazon Account?

    Thanks in Advance

  8. #328
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Callbacks doesn't work for me at all!!!!

    Interesting what you find when you go back a page or two..

    Quote Originally Posted by Whot View Post
    Sorry to add to your dislike even more, but if your customer is making use of attributes on his products, then Amazon will not work for his situation. Amazon will not pass the attribute names. Amazon uses the md5 hash in its sku on the order page so it renders useless. Just thought I pass this along before you go crazy fixing everything.
    Quote Originally Posted by DivaVocals View Post
    Well I'm done with this module.. there are MANY issues with this module IMHO which make it pretty unusable.


    1. Bugfixes identified and documented in this support thread ARE NOT a part of the most recently submitted version of this mod (some of these bugfixes were acknowledged by the user known as AmazonPayments)
    2. The way this module manages customers is just flat out WRONG. Furthermore if you are using modules such as FEC, FEAC, or COWOA, you will find that you will be UNABLE to use this mod as it's customer management will eventually cause conflicts with these mods.
    3. The sheer number of issues reported with getting callbacks to work leads me to believe either this mod is flawed or the readme file fails to provide COMPLETE configuration instructions
    4. There is a distinct LACK of regular support by the community or even by Amazon for this module.


    Bottomline there are other more popular/common/generally used payment methods available for Zen Cart (PayPal and Authorize.net for example) which do not require the amount of effort to configure and install that the Amazon Payments for Zen Cart module takes.. The Amazon Payments for Zen Cart module in it's current state is a module with little ROI IMHO.

    IMHO, NO legit shop should be running with Amazon Payments as it's ONLY payment method. Unless and until there is much more widespread adoption and support (technical/community) of Amazon Payments as a payment method for ANY website, it can only serve as a secondary payment method on any website. The two days I spent monkeying around with this messy module and the SPEED in which I got Authorize.net module configured, tested, and launched finally convinced my client that there is NO gain to be had from a module that doesn't work out the box and has little technical/community support.

    Don't expect much help from Amazon either.. They seem to like to point you back here as if the Amazon Payments for Zen Cart module doesn't work because of some Zen Cart issue for which they will refer you back to the Zen Cart admins..

    I wish anyone luck who dares to try and wrangle this thing into working.. Most of the posts by retched posted here will help, but even with his changes included, the issues I outlined at the beginning of this post still exist, and need to be addressed for this to be a RELIABLE payment module.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #329
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    329
    Plugin Contributions
    0

    Default Re: Callbacks doesn't work for me at all!!!!

    Amazon will not pass the attribute names.
    The reason i'm asking is because I have placed orders with attributes on my test site and the attributes are getting inserted CORRECTLY into the db.

    I don't see any issues with attributes, With the exception that ..

    $THIS-> Amazons Checkout page and in the buyers control panel does not show them.

    I'm trying to find out if $THIS is the issue that's been referred throughout this thread .. Which I have read.

    I would like to know if others have had the attributes NOT insert into the DB.

    All my tests have been successful.

    Thanks ~D

  10. #330
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Callbacks doesn't work for me at all!!!!

    Quote Originally Posted by Whot View Post
    Sorry to add to your dislike even more, but if your customer is making use of attributes on his products, then Amazon will not work for his situation. Amazon will not pass the attribute names. Amazon uses the md5 hash in its sku on the order page so it renders useless. Just thought I pass this along before you go crazy fixing everything.
    Quote Originally Posted by djdavedawson View Post
    The reason i'm asking is because I have placed orders with attributes on my test site and the attributes are getting inserted CORRECTLY into the db.

    I don't see any issues with attributes, With the exception that ..

    $THIS-> Amazons Checkout page and in the buyers control panel does not show them.

    I'm trying to find out if $THIS is the issue that's been referred throughout this thread .. Which I have read.

    I would like to know if others have had the attributes NOT insert into the DB.

    All my tests have been successful.

    Thanks ~D
    Amazon will not pass the attribute names = Amazons Checkout page and in the buyers control panel does not show them

    the issue that's been referred throughout this thread = Amazon will not pass the attribute names

    Amazon will not pass the attribute names = Attributes are fine on the Zen Cart side since this module makes no changes to attribute handling. It's AMAZON that's the issue
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 33 of 35 FirstFirst ... 233132333435 LastLast

Similar Threads

  1. Checkout by Amazon shopping cart bug?
    By fatiga in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Aug 2011, 06:38 PM
  2. Zen Cart - Amazon.com Model
    By Cylants in forum General Questions
    Replies: 2
    Last Post: 27 May 2008, 04:05 AM
  3. Amazon Payments for Zen-Cart?
    By fruitjars in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 15 Feb 2008, 04:15 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