bleedbeat
Starting Member
5 Posts |
Posted - 05/21/2021 : 17:41:49
Hi, I am trying to get SquareUp setup on my store but the input boxes for the credit card info seem to be missing. I can't click on them or add any info to them. This is what it looks like: I would appreciate any help you can provide to help me fix this issue. Thanks!
|
Vince
Administrator
42761 Posts |
Posted - 05/22/2021 : 02:41:00
|
Phil
ECT Moderator
United Kingdom
7680 Posts |
Posted - 05/22/2021 : 02:55:27
|
bleedbeat
Starting Member
5 Posts |
Posted - 05/22/2021 : 06:24:56
Hi, Thanks for the reply. I have enabled SquareUp so you should be able to see the problem now. The site is wayalife.com/store.
Thanks!
|
Phil
ECT Moderator
United Kingdom
7680 Posts |
Posted - 05/22/2021 : 07:16:54
|
bleedbeat
Starting Member
5 Posts |
Posted - 05/24/2021 : 08:54:22
Hi Phil, Thanks for the reply. I haven't heard anything from Vince yet. Do I need to contact him directly? Thanks!
|
Vince
Administrator
42761 Posts |
Posted - 05/24/2021 : 11:25:35
Hi Bleedbeat Sorry about that. I think I saw that Phil had replied and just figured that he had you sorted as he's a sharp cookie. But the error that is being thrown is that the Application ID is not in the correct format. The Application ID that we have for our test store is like this... sandbox-st0idb-B5OIkJuPcgnKVTmdhTByhA I've changed figures to protect the innocent, and yours won't have "sandbox" but it should be more like that than what you have which is just a string of numbers. Can you set the correct Application ID in the admin Payment Providers page and that should help this. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
Vince
Administrator
42761 Posts |
Posted - 05/24/2021 : 11:30:15
|
bleedbeat
Starting Member
5 Posts |
Posted - 05/24/2021 : 11:57:17
Hi Vince, Thank you so much for giving it a look! I found the correct Application ID and all is working now! Also, thanks for the css tip. It looks much better now. If it's not too much trouble, would you mind taking a look at the product detail page (https://www.wayalife.com/store/proddetail.php?prod=PARTS-ACM) too? It has a few placement issues and gaps that I am not sure how to fix.
Thanks!
|
bleedbeat
Starting Member
5 Posts |
Posted - 05/24/2021 : 12:35:06
I just noticed that if you add something to your cart, the home page gets messed up. If you could give that a look as well, I would really appreciate it. Thanks for all your help!
|
Vince
Administrator
42761 Posts |
Posted - 05/25/2021 : 02:13:39
Hi Bleedbeat I think the detail page would be mostly sorted by changing in css/style.css around like 693 to this... div.detailinstock { float: right; width: 66%;} That width which is currently 76% should be 66%, the same as the other elements. And for the home page, change arouond line 465 to this... div.product { padding: 6px; width: 31%; display: inline-block; min-height: 220px; margin: 2px; } That is you are changing from "float:left" to "display:inline-block" Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
|
|