Page 50 of 68 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 672
  1. #491
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    you need to have a location set up in the square developer dashboard. without a location in that pulldown nothing will work.

    you can enable logging, by changing the debug value to log always and post the contents from there when you go in from the admin. i think it should log something there.

    but my guess is that you have not properly set up a location in your square dashboard. which is why it is not showing up as a pulldown.
    I have locations in Square Developer. But no drop down in gui.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	squaregui.jpg 
Views:	13 
Size:	42.0 KB 
ID:	20384   Click image for larger version. 

Name:	squarelocation.jpg 
Views:	16 
Size:	23.3 KB 
ID:	20385  
    17 Years and still just a "Follower." :P

  2. #492
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,703
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by jeking View Post
    Carl,

    Thanks for the explanation. 8.1 also resulted in errors, in the log not on the website, so I reverted to PHP 8.0.

    Any plans to update to a newer SDK?

    Thanks,
    Jim
    not at this time...
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #493
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,703
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by masterrusty View Post
    I have locations in Square Developer. But no drop down in gui.
    are you in sandbox mode or live mode?
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #494
    Join Date
    Mar 2007
    Location
    Oregon
    Posts
    152
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    are you in sandbox mode or live mode?
    Yes in live mode.
    17 Years and still just a "Follower." :P

  5. #495
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,703
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by masterrusty View Post
    Yes in live mode.
    i don't know what to tell you. you seem to have a very rudimentary error that indicates a problem with either your credentials or your oauth token.

    i would double check all of that information as well as the instructions on the docs for doing the install. mind you the problem is not with the code (no need to re-upload files), but something is wrong with your settings. or your square admin daashboard.

    in your store root you can create a file called test.php with the following information:

    PHP Code:
    <?php
    require('includes/application_top.php');
    include_once 
    DIR_FS_CATALOG DIR_WS_MODULES 'payment/square_webPay.php';
    include_once 
    DIR_FS_CATALOG DIR_WS_LANGUAGES 'english/modules/payment/square_webPay.php';

    $test = new square_webPay();

    $pulldown $test->getLocationsPulldownArray();

    print_r($pulldown);
    die(
    __FILE__ ':' __LINE__);
    when you go to:

    www.mystore.com/test.php

    you should see something like:

    Array ( [0] => Array ( [id] => Default Test Account:[LKCCSZDNNZ0S6]:USD [text] => Default Test Account: USD ) ) /var/www/zcdev/test.php:21

    if the Array is empty, you have done something wrong.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #496
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    282
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Hallos,

    Should I make a new square app for each zencart site i use the square web pay module on ? Or is one enough and I just share the Api key ? thanks so much again for all that you guys do.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  7. #497
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,196
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by jasonshanks View Post
    Should I make a new square app for each zencart site i use the square web pay module on ?
    Yes.
    one app integration for each URL as you will need specific URLs for Square to know where to answer/porcess each sale.

  8. #498
    Join Date
    Feb 2009
    Location
    atlanta GA
    Posts
    282
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Thank you so much.
    Zencart 1.5.6c PHP 7.2 Order Replacement AC Adapters and Power Cords Online www.missingcord.com

  9. #499
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Square WebPay support thread.

    Do you suggest deleting the old square module then?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  10. #500
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,196
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    If you had used the oold method to accept payment, you can use the Moduless >> Payment to remove the installation but leave the files. That way, your older transactions can still be viewed.

 

 
Page 50 of 68 FirstFirst ... 40484950515260 ... LastLast

Similar Threads

  1. Square Payment Module for Zen Cart [Support Thread]
    By DrByte in forum Addon Payment Modules
    Replies: 749
    Last Post: 5 Sep 2023, 01:16 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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