Page 1 of 5 123 ... LastLast
Results 1 to 10 of 152

Hybrid View

  1. #1
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default 2CheckOut for Zen 1.3.0.2 Released

    This module is being sent to the contributions section today. This is the support thread for any problems regarding to the module.

    The site wiki has been updated with the install file.

    Absolute

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    Download available from: http://www.zen-cart.com/index.php?ma...roducts_id=180

    Absolute

  3. #3
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Bug Found and Fixed in 2CO Module

    BUG FIX RELEASED

    A bug has been detected when using FireFox. The problem is with the redirect URL. This has now been found, and updated, with thanks to godin5150 for finding the issue.

    The updated files have just been posted tp the contribs section, but in the meantime, here is the fix:

    + Open process_2checkout.php
    + Goto Line 46, where you will find
    Code:
    ?>
    <body>
    Insert a new line before the ?>, and paste the following line of code:
    Code:
    $redirect_url = str_replace('&amp;', '&', $redirect_url);
    Many thanks, and if anyone should find anything further, please let me know.

    Absolute

  4. #4
    Join Date
    Feb 2006
    Posts
    116
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    I read the reade file. it mentions that in order for products to be dispayed on the 2co website, we need to upload csv of our products. we will need to do this each time we change our cataog?

  5. #5
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    Unfortunately, with 2CO, yes you do. There is no way of sending the products with each transaction. 2CO insist that they have an up-to-date list of your products, with a short description and a price.

    If 2CO alter this procedure, then we'll keep an eye out, and release an updated version.

    Absolute

  6. #6
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Re: 2CheckOut with Zen 1.3.0.2 Released

    Another little bug has just been reported and solved.

    Bug: 2CheckOut refuses orders over 999.99

    Solution:

    Please edit the following code:

    includes/modules/payment/as2checkout.php
    Line 160
    Replace :
    Code:
    zen_draw_hidden_field('x_amount', number_format($cOrderTotal, 2)) .
    with
    Code:
     zen_draw_hidden_field('x_amount', number_format($cOrderTotal, 2, '.', '')) .
    This update has just been submitted to the contributions section.

    Absolute

  7. #7
    Join Date
    Jul 2006
    Location
    Grendon UK
    Posts
    2
    Plugin Contributions
    0

    Re: 2CheckOut with Zen 1.3.0.2 Released

    It states in 2checkout that the currency is in USD will the module accept an order in GBP and convert this to USD and so on. or must my site be all done in USD

  8. #8
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    The module can be setup to send the order in any currency, as long as 2CO accept it. You need to set the receiving currency through the 2CO checkout admin page to GBP, and then set your 2CO checkout module to GBP also. Then your orders will be sent as Pounds, rather than dollars. If you have dual currencies setup on your store, the module will convert any currency to GBP before sending, but can display the current price in the other currency on the 2CO checkout page.

    Basically, you can choose which currency to receive, but this has to be the same on the 2CO admin page, and the module admin.

    When your customer checks out, if you have more than 1 currency installed, then the currency your customer sees on the 2CO checkout page can stay the same as they used in your store, but the price sent to 2CO is always sent in the same currency, regardless of the shoppers preference.

    Absolute

  9. #9
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    I have a stupid question. I downloaded the module but am uncertain as to where I should be uploading it to. Should I be putting in the modules folder? The readme file doesn't really say and this will be the first module that I am installing.

    Thanks,
    Bonnie

  10. #10
    Join Date
    Feb 2006
    Posts
    40
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    Never mind. I think I figured it out and I think it works. At least the demo works!

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. Zen Cart v1.5.4 Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 31 Dec 2014, 08:57 PM
  2. Zen Cart v1.3.9d -- Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 3 Jun 2010, 04:37 PM
  3. Zen Cart v1.3.9c -- Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 18 May 2010, 04:32 PM
  4. 2CheckOut.com is ok for zen 1.3.7 version ?
    By Adder in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 9 Nov 2008, 06:12 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