Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 152

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Quote Originally Posted by wccomp View Post
    Well I fixed mine however I don't know if it is the correct way or not.

    In the includes\modules\payment\as2checkout.php find line 181 or do a search for Process_2checkout (there is only one) the line will look like this

    zen_draw_hidden_field('x_receipt_link_url', HTTPS_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    take the "S" out of HTTPS_Server so it reads

    zen_draw_hidden_field('x_receipt_link_url', HTTP_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    This solved both the issue of the blank page as well as the issue of MODULE_PAYMENT_2CHECKOUT_TEXT_ERROR_HASH_MESSAGE


    What this line does is overwrite the settings that you have in 2CO, they call it an X-Return if you look in thier forums.
    I dont have much luck getting this to work after I migrate my site to a new server.

  2. #2
    Join Date
    Jun 2011
    Posts
    150
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Quote Originally Posted by wccomp View Post
    Well I fixed mine however I don't know if it is the correct way or not.

    In the includes\modules\payment\as2checkout.php find line 181 or do a search for Process_2checkout (there is only one) the line will look like this

    zen_draw_hidden_field('x_receipt_link_url', HTTPS_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    take the "S" out of HTTPS_Server so it reads

    zen_draw_hidden_field('x_receipt_link_url', HTTP_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    This solved both the issue of the blank page as well as the issue of MODULE_PAYMENT_2CHECKOUT_TEXT_ERROR_HASH_MESSAGE


    What this line does is overwrite the settings that you have in 2CO, they call it an X-Return if you look in thier forums.
    Hi,

    I've removed the S out of HTTPS but still I am getting the same error message...

    Please advice...

  3. #3
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Does anyone have a fix for an error:

    1364 Field 'return_md5' doesn't have a default value
    in:
    [INSERT INTO 2checkout (start_time, status, amount, session_id) VALUES
    (now(), 'Requested', '21.94', '040sjp9an6gnamrqmmclc6att0')]

    with ZC version 1.3.8 with Mysql 5.1 ?!?!?

    I've tried reapplying the patch to sql, reinstalling the asp modules, nothing changes the error from occuring.

    Curt

  4. #4
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Seems like it just doesn't like the there being no default value, I've examined the 2checkout table and the return_md5 is set as TEXT with a Null value.

    I tried altering to a VARCHAR(50) with a default value of 0, the error no longer appears, however once zencart takes you over to 2checkout you get a parameter error and the entries for the order are blank, I could really use some help out there guys, this module has been out now for nearly 3 years, someone else has had to have encountered this issue and there must be a resolution for it.


    Curt

  5. #5
    Join Date
    May 2009
    Posts
    222
    Plugin Contributions
    1

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi

    Please can someone let me know whichi is the current and best 2checkout module for zen cart and where to download it from?

    Are there any problems with this?

    I am selling flowers but i dont want to collect a delivery address, only delivery address since it complicates things. I dont want to pass the delivery address to 2checkout.com only the billing address. So i would set my products up as virtual in Zen and have them enter the billing address in the instructions for seller box (or whatever its called) in zen cart.

    I currently use PayPal and dont pass the delivery address to PP since they reject orders with different billing and delivery address. Since i sell flower people dont ever send them to themselves

    Thanks

  6. #6
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    I am about to upload my ZC product table (in a .csv file) onto my 2CO account. But I have the following issues to be clarified before I dare to mess about:

    The first column of the csv file is "Product ID, i.e. The ID that you use to identify your product". This ID is obviously very important, and I don't want to get it wrong. And linked to this ID, there is product description, "base price", etc.

    So my question is ... which ID from ZC do I use? I noticed from Admin area that the first product I created in ZC carries an ID "1". Do I use this?

    Related to this ... for every product, I have different "product options" (with different pricing), and I noticed that each product option also has an ID. The two sets of ID's in ZC are not uniquely generated (there are duplications). So which set should I use? I am hoping that it is the "Product Options" ID's, so that each product option can be captured in 2CO as a unique product.

    Last question is ... I noticed that, without the product table loaded, the product shown on 2CO order confirmation is always c_prod_1, with "base price" as "0.00". And there is a "Cart ID". And then there are is info shown as follows:

    Contents of your order :
    Cart ID : 29
    Vendor Product ID : 29
    Product Description : Vendor site cart purchase: Invoice 29 Product Name : Cart Purchase: 29 Quantity : 1 Base Price : 4.79
    I suppose 2CO used the "Cart ID" to generate some sort of product information for the customer. I hope with properly uploaded product table, this info will ceased to be displayed.

    Hope to get a response from the experienced. Thanks!

    Jeff
    http://haostaff.com

  7. #7
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    The key question is ... I suppose ...
    Does the 2CO module in Zencart pass "Product ID" or "Product Attribute ID" to 2CO?

    I.e. which Zencart ID should I use on 2CO Admin to identify all the products that I "mirror-upload" there?

  8. #8
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Through own test, I have found:

    - It is the Zencart product ID, not the product attribute ID, that is used to communicate with 2CO.

    - Whatever ID is used, 2CO do not show the individual product prices anyway. They only show the total order amount. This module generates a "Cart ID", and it is shown to represent the order.

    - I have uploaded my product catalogue to 2CO account using .csv file (spreadsheet), based on 2CO instructions.

    With this, let me close my earlier questions.

    Jeff

  9. #9
    Join Date
    Oct 2007
    Location
    Hong Kong
    Posts
    111
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    I do not know whether this thread is still "looked after", as I have been talking to myself.

    Post it here anyway ... PATCH NEEDED!

    In the PayPal Express payment module, there is a very useful function ... auto creation of an accout for the unregistered customers. The customer is sent a Welcome email with the login details.

    I am allowing the customers to pay with 2CO (credit cards) without registering an account. It would be nice to duplicate the same auto account creation function from PayPay Express to 2CO module.

    I know this is probably viable because 2CO requires the customer to input an email address. Can't ZC request for that email address and create an account with it?

    I am not worried if the customer chooses to enter a wrong email address. If he/she just wants to pay for a downloadable product, and does not want to receive anything information after that, then it is fine with me.

    Can someone, by any chance, point me to the right direction of how to develop a patch for 2CheckOut Addon Module for above purpose?

    This is beyond me as I have zero programming ability, but can follow instructions to amend codes, if someone can kindly provide the instructions.

    Thanks in advance.
    Jeff

    ==========================
    Attention !!!

    I have now posted this at the "Features Wishlist" section with the following thread:

    http://www.zen-cart.com/forum/showth...t+creation+2co

    Please post your replies there, to avoid double threads on same topic. Thanks !
    Last edited by haostaff; 4 Feb 2010 at 04:48 AM. Reason: Note for Attention !!!

  10. #10
    Join Date
    Aug 2011
    Posts
    1
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    im having a problem with the actual shopping cart i cant seem to make it visible on the webpage of my buisness and it is annoying because i have the price etc showing and my customers cannot ''add to cart'' please help ive tried the manual and am really stuck!

    Thanks

 

 
Page 4 of 5 FirstFirst ... 2345 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