close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Checkout form button grayed out when ordering from iPhone.

Thread began 4/24/2019 2:37 pm by cal114936 | Last modified 5/06/2019 10:52 am by Ray Borduin | 749 views | 11 replies |

cal114936Beta Tester

Checkout form button grayed out when ordering from iPhone.

Checkout form button grayed out when ordering from iPhone. From the desktop it appears fine. Any ideas?

Thanks

Sign in to reply to this post

Ray BorduinWebAssist

Can I get a url to look at it? I can't see the issue in the code.

Sign in to reply to this post
Did this help? Tips are appreciated...

cal114936Beta Tester

Hotvws.com/store.php

Sign in to reply to this post

Ray BorduinWebAssist

The checkout button appears to work properly for me on my iphone. Does it all work properly for you and you are just asking about changing the way it looks?

If so, just add this to your CSS:

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Sign in to reply to this post
Did this help? Tips are appreciated...

cal114936Beta Tester

Hi Ray, The standard credit card seems to work. However, the PalPay payment doesn't respond.

Sign in to reply to this post

Ray BorduinWebAssist

The page wasn't working in the browser either... You had a javascript error on the page associated with some custom code added that refers to an object with an id of "fixedAd2".... that object doesn't exist on the page, so it was giving a javascript error preventing the rest of the script from loading properly. I fixed it on line 104.

Sign in to reply to this post
Did this help? Tips are appreciated...

cal114936Beta Tester

Hi Ray, thanks for taking a look at it. Now, none of the checkboxes are showing up. Credit, PayPal or Same as Shipping.

Sign in to reply to this post

Ray BorduinWebAssist

All of the checkboxes and radio buttons seem to show for me. I tried on my iphone and on my desktop. What browser are you using when they don't show? How can I reproduce the problem?

The header error I can see...

You have this on lines 7-13 of your confirm.php page:

<style type="text/css" media="all">
<!--
@import url("cart.css");
-->
</style>



You can't have html code above the <html> tag. That code should probably be down close to line 555.

Sign in to reply to this post
Did this help? Tips are appreciated...

cal114936Beta Tester

I had added this to the css

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

as you said, but probably in the wrong place. It hid the radio buttons in the form. I took out it out of the css and the buttons are visible now and am getting the errors when trying to complete the purchase.


I moved the

<style type="text/css" media="all">
<!--
@import url("cart.css");
-->
</style>

Below the body tag, but am still getting the errors.

Sign in to reply to this post

Ray BorduinWebAssist

You probably still have a blank line of code on line 10 of the confirm page. You can't have anything above the <html> tag. If you attach the page I could take a look.

Sign in to reply to this post
Did this help? Tips are appreciated...
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...