Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 152
  1. #71
    Join Date
    Mar 2005
    Posts
    174
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Solution to my problem: in includes/modules/payment/as2checkout.php I had to change HTTPS_SERVER to HTTP_SERVER (around line 181), as we aren't using SSL for this site.

  2. #72
    Join Date
    May 2007
    Posts
    7
    Plugin Contributions
    0

    red flag Re: 2CheckOut for Zen 1.3.0.2 Released

    Hello, I am having trouble installing 2checkout payment module. Your help would be appreciated.


    I am using Zen Cart 1.3.6.


    I've copied the following files to the corresponding directories:

    process_2checkout.php - (root folder, the rest of the folder below sit within the cart folder)
    includes/modules/payment/as2checkout.php
    includes/languages/english/modules/payment/as2checkout.php
    includes/extra_configures/as2checkout_defines.php


    but when I tried to run SQL patch from Zen Cart admin, it gave me this error ;

    "ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL default '' ,


    I found a slightly different SQL patch (below) from this forum, and run it again, and it seems to have worked without any errors;


    CREATE TABLE `2checkout` (
    `2co_id` int(11) NOT NULL auto_increment,
    `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `finish_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `status` varchar(50) NOT NULL default '',
    `return_md5` text NOT NULL,
    `amount` float NOT NULL default '0',
    `2co_order_id` int(11) NOT NULL default '0',
    `session_id` varchar(50) NOT NULL default '',
    PRIMARY KEY (`2co_id`)
    ) ENGINE=MyISAM;



    But now the problem is that when I go to the Payment Module menu, it gives me this message,


    Cannot redeclare class as2checkout in /homepages/25/d200017079/htdocs/includes/modules/payment/as2checkout.php on line 23


    I searched this forum and it seems this error message is for Zen Cart install prior to v1.3 but I am using 1.3.6.


    Please help!

  3. #73
    Join Date
    Nov 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Does anyone found the workable solution for the currency conversion bug at the 2CO module?


    the default currency in my cart and in 2co admin is in USD
    while my cart support other currencies such as GBP.

    For a buyer checkout a product in value GBP13.14 (Default USD is $25.75 Total: ), the 2CO payment page shown up in USD 50.46

    the zen cart conversion pass to 2CO for almost double than should be.

    my paypal module is working fine, so this must be something to do with the code of this module

    does anyone knows the solution to this bug ?

    please help

    thanks

  4. #74
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi serigold,

    how did you configure values of USD and GBP?

    regards,
    kruna

  5. #75
    Join Date
    Nov 2005
    Posts
    20
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi Kruna;

    Thanks for your reply.

    So certainly there are some a bugs in the code of this module.

    For those having the same currency conversion problem, to fix this one, we have commented in line 128( adding //) of /includes\modules/payment/as2checkout.php

    and that's it, is working fine now , including enable currency conversion.

  6. #76
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    780
    Plugin Contributions
    0

    red flag Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi,

    After installing the 2checkout payment module and running the sql, I am having the following problems on my homepage:
    Warning: Variable passed to each() is not an array or object in /home/dealbyet/public_html/includes/classes/db/mysql/query_factory.php on line 114
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCT' at line 6
    in:
    [select p.products_id, pd.products_name, products_date_available as date_expected from zen_products p, zen_products_description pd where to_days(products_date_available) > to_days(now()) and p.products_id = pd.products_id and pd.language_id = '1' order by EXPECTED_PRODUCTS_FIELD EXPECTED_PRODUCTS_SORT limit MAX_DISPLAY_UPCOMING_PRODUCTS]

    I read some threads, dropped the previous 2checkout table and run the following sql script. However the problems persist.
    CREATE TABLE `2checkout` (
    `2co_id` int(11) NOT NULL auto_increment,
    `start_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `finish_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `status` varchar(50) NOT NULL default '',
    `return_md5` text NOT NULL,
    `amount` float NOT NULL default '0',
    `2co_order_id` int(11) NOT NULL default '0',
    `session_id` varchar(50) NOT NULL default '',
    PRIMARY KEY (`2co_id`)
    ) ENGINE=MyISAM;
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  7. #77
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Did your hosting company recently upgrade you to PHP 5 ?
    If so, then this will likely help: http://www.zen-cart.com/forum/showthread.php?t=67521
    .

    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. #78
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    780
    Plugin Contributions
    0

    red flag Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi DrByte,

    Thanks for your response. No, my hosting company hasn't upgraded me to php5. The php version I have is 4.4.4. Any suggestion?
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  9. #79
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    .

    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.

  10. #80
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    780
    Plugin Contributions
    0

    red flag Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi DrByte,

    The problem I had previously seems to have disappeared. However, when I checkout using 2checkout, I get the following a Parameter Error. What did I do wrong?
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


 

 
Page 8 of 16 FirstFirst ... 678910 ... 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

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