Re: Square WebPay support thread.
Hello @carlwhat
Many thanks! I could change the table to accept Null as a valid value with
Code:
ALTER TABLE square_payments MODIFY transaction_id varchar(255);
since varchar(255) by default accepts NULL.
Hello @lat9
Thank you for the recommendation, I will test further and attempt to install this plugin for better debugging.
Re: Square WebPay support thread.
When I have this module uploaded to my server it doesn't give me the square_webPay option on the payment module. It then also blocks any of the payment modules to have the side menu open on the page. If I delete or rename the /includes/modules/payment/square_webPay.php file then the other payment modules allow the menus to open. I can't install this module if I can't get the menus to open. I did have the old square payment module installed and it stopped working (can't click on text boxes during checkout). I clicked on remove module so the icon is red now, but I can't get the square_webPay to load. (zencart v1.5.7b, php 5.6)
Re: Square WebPay support thread.
Perhaps there's a log file in the /logs folder that would help us understand what's happening?
Re: Square WebPay support thread.
Quote:
Originally Posted by
swguy
Perhaps there's a log file in the /logs folder that would help us understand what's happening?
unfortunately not
Re: Square WebPay support thread.
Quote:
Originally Posted by
jwlamb
unfortunately not
according to the very thorough documentation this module requires php 7.4 although it has been tested and worked with php 7.3. see:
https://www.zen-cart.com/downloads.php?do=file&id=2345
php 5.6 is not supported nor will it work.
best.
Re: Square WebPay support thread.
I'd like to reduce the empty vertical space below the credit card info entry box and above the next payment method on the checkout_payment page. Using browser web developer tools, I see there is a hidden button with id="card-button" with text "Use Credit Card" that takes up 21.5 px vertically. When I use the Square payment method, I never see this button. Under what conditions does this button become visible and can the vertical space taken up by the button be eliminated when hidden? Can anyone suggest an approach to reduce this empty space?
Thank you!
zc157c, php8.0.2, Square WebPay 1.0.2
Re: Square WebPay support thread.
Are you using the standard three-page checkout or something like OPC?
Re: Square WebPay support thread.
I'm using the standard 3-page checkout and standard non-responsive template. Updated to 1.0.4 with no change to appearance.
Dave
Re: Square WebPay support thread.
Care to give us a look? Use yoursiteDOTcom if you are not ready for the world to see it.
Re: Square WebPay support thread.
Sure. "store.febt DOT org".
Dave