Results 1 to 10 of 821

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    I have OPC 2.4.2 installed.

    Just re-installed the old Square Module and made changes to checkout_payment/jscript_square.php - as documented in OPC 2.4.2 instructions.

    Change
    PHP Code:
    if ($payment_modules->in_special_checkout() || empty($square) || !$square->enabled) {    return false;} 
    to

    PHP Code:
    if ($payment_modules->in_special_checkout() || !defined(MODULE_PAYMENT_SQUARE_STATUS) || MODULE_PAYMENT_SQUARE_STATUS != 'True' || (!defined('MODULE_PAYMENT_SQUARE_APPLICATION_ID') || MODULE_PAYMENT_SQUARE_ACCESS_TOKEN == '')) {    return false;} 
    Run through the set up of the old module, and as far as I can see, it successfully takes the payment and records the order in the admin.

    Thanks to Cindy (lat9) for recommending this change.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by Nick1973 View Post
    Just re-installed the old Square Module and .....
    You do realize that the new Square API has reached General Availability and this module is using a deprecated version?

    I can't find the actual date of deprecation but, it will go Retired 12 months from deprecated.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by dbltoe View Post
    You do realize that the new Square API has reached General Availability and this module is using a deprecated version?

    I can't find the actual date of deprecation but, it will go Retired 12 months from deprecated.
    I am aware of this, but since Cindy (lat9) appears to have given a temporary fix that makes it work again as it should, I gathered that it is possibly an option over the Square WebPay module which doesn't appear to be ready for successful use yet. Maybe in that time Square WebPay will have it's problems fixed so it can be used successfully. I have reluctantly rolled back to the old module because of the issues with Credit Card Radio Button on Square WebPay found here. https://github.com/lat9/one_page_checkout/issues/343

    It says fixed, but I have installed the latest versions of Square WebPay and OPC and the issue still exists...unless I am missing something?

    OPC downloaded from here - https://www.zen-cart.com/downloads.php?do=file&id=2095

    Square WebPay downloaded from here - https://www.zen-cart.com/downloads.php?do=file&id=2345
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Working on this one at 890 sales so far this month.
    ** image didn't come through**
    Projected 94,000 in sales for July

    Wouldn't want to get that shut down
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Working on this one at 890 sales so far this month.
    ** image didn't come through**
    Projected 94,000 in sales for July

    Wouldn't want to get that shut down
    I don't know what the image was as it didn't come through. So are you currently using the OLD Square Module?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Wad just a graph of Monthly sales for July so far. 893 sales so far this month @ an average $70 per 0rder with WebPay and OPC.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #7
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Wad just a graph of Monthly sales for July so far. 893 sales so far this month @ an average $70 per 0rder with WebPay and OPC.
    Ok well I have sent you a Private Message Reply anyway.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

 

 

Similar Threads

  1. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. v154 Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 8 Apr 2019, 02:39 PM
  4. Layaway Payment Module Support Thread
    By Danielle in forum Addon Payment Modules
    Replies: 0
    Last Post: 21 Nov 2006, 06:43 AM

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