Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

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  
Hi bleedbeat
Could you let me know the URL of the site as there may be something in the browser console that could give a clue as to what is happening.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Phil
ECT Moderator

United Kingdom
7680 Posts

Posted - 05/22/2021 :  02:55:27  
Hi
Assuming your site is the url your screenshot image is on I've just added to cart but only PayPal is enabled so I couldn't check for any problems.
Could you enable Squareup please so we can check?



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

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  
Sorry but I'm not sure why there are no fields present there.

We'll have to wait and see what Vince says when he takes a look.



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

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 Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42761 Posts

Posted - 05/24/2021 :  11:30:15  
Also, while I'm here if you change the css/style.css file, around line 465 to this...

div.product {
padding: 6px;
width: 31%;
float: left;
min-height: 220px;
margin: 2px;
}

Changing that "height" to "min-height" will improve the home page and product page layouts a lot.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

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 Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000