Results 1 to 10 of 800

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Nick1973 View Post
    Yeah got it working without OPC, so something going wrong with it with OPC. Not sure what but looks like a Jquery issue or something. I've even tried it with the latest OPC and get the same issue.

    I wonder if lat9 (Cindy) can help?
    If there's a jscript_ module that's included in the /includes/modules/pages/checkout_payment page, that needs to be copied to /includes/modules/pages/checkout_one.

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: Square WebPay support thread.

    Quote Originally Posted by lat9 View Post
    If there's a jscript_ module that's included in the /includes/modules/pages/checkout_payment page, that needs to be copied to /includes/modules/pages/checkout_one.
    while that may work, i'm not really sure why you would say that.

    there is a file in the checkout_one directory, that is available for anyone to see by downloading the zip, it's contents are:

    PHP Code:
    <?php

        
    /**
         *  developed, copyrighted and brought to you by @proseLA (github)
         *  https://mxworks.cc
         *  copyright 2022 proseLA
         *
         *  some portions of code may be copyrighted and licensed by www.zen-cart.com
         *
         *  Code is licensed under the MIT license.
         *
         *  Javascript for Square WebPay module
         *  specifically for One Page Checkout
         *
         *  04/2022  project: square_webPay v1.0.0 file: jscript_square_webPay.php
         */

        
    if (!file_exists($squareWebPay_jscript DIR_FS_CATALOG DIR_WS_MODULES .  'pages/checkout_payment/jscript_square_webPay.php')) {
            return 
    false;
        }

        require 
    $squareWebPay_jscript;
    both files need to be there.

    the idea to only have 1 file to maintain was yours, so i'm unclear why you would recommend doing something different on this board.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    while that may work, i'm not really sure why you would say that.

    there is a file in the checkout_one directory, that is available for anyone to see by downloading the zip, it's contents are:

    PHP Code:
    <?php

        
    /**
         *  developed, copyrighted and brought to you by @proseLA (github)
         *  https://mxworks.cc
         *  copyright 2022 proseLA
         *
         *  some portions of code may be copyrighted and licensed by www.zen-cart.com
         *
         *  Code is licensed under the MIT license.
         *
         *  Javascript for Square WebPay module
         *  specifically for One Page Checkout
         *
         *  04/2022  project: square_webPay v1.0.0 file: jscript_square_webPay.php
         */

        
    if (!file_exists($squareWebPay_jscript DIR_FS_CATALOG DIR_WS_MODULES .  'pages/checkout_payment/jscript_square_webPay.php')) {
            return 
    false;
        }

        require 
    $squareWebPay_jscript;
    both files need to be there.

    the idea to only have 1 file to maintain was yours, so i'm unclear why you would recommend doing something different on this board.
    I was giving a 'generic' response, since I didn't download the payment method files. Sorry.

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

    Default Re: Square WebPay support thread.

    For those wanting to stay with earlier PHPs or with 1.5.5 and earlier, here's a new item for your store.
    Attachment 19938
    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.

 

 

Similar Threads

  1. Square Payment Module for Zen Cart [Support Thread]
    By DrByte in forum Addon Payment Modules
    Replies: 820
    Last Post: 16 May 2026, 01:07 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  3. Square Support for SqPaymentForm ending 15th July 2022
    By brittainmark in forum Addon Payment Modules
    Replies: 1
    Last Post: 9 Apr 2022, 02:40 PM
  4. v156 Square Payments and strange request from Square
    By ianhg in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2020, 11:14 AM
  5. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 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