close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Check out form for international shipping

Thread began 8/25/2011 9:04 am by kris517211073 | Last modified 9/07/2011 12:53 pm by Jason Byrnes | 2844 views | 8 replies |

kris517211073

Check out form for international shipping

how can i create a check out form for international shipping, cause the checkout form we have now for WAceart is only for domestic. i want to provide a link on my current checkout page for customer from outside the USA. when they click on link, it will bring them to international checkout form page.
but i need a checkout page for international shipping. so i can collect these customer shipping info before sent it to paypal. Please help.
thanks very much.

Sign in to reply to this post

Jason ByrnesWebAssist

when running the checkout wizard, if you select the option to include shipping, but leave the shipping charges blank, an international form will be created allowing the user to select shipping country.

Sign in to reply to this post

kris517211073

international shipping

it allow user to select the shipping country but the state is not included in the selected country. it's not able to select the state.
thanks for your reply.

Sign in to reply to this post

kris517211073

international shipping

it allow user to select the shipping country but the state is not included in the selected country. it's not able to select the state/Province / Region for corresponding country


thanks for your help

Sign in to reply to this post

Jason ByrnesWebAssist

you can edit the state list in Dreamweaver to add any additional state regions that are not included.

Select the state select list in design view, then in the property inspector, click the List Values button to edit the list.

Sign in to reply to this post

kris517211073

international shipping

i want to let the customer manually enter the state name for they own with selected state list still available. how can i achieve that.
Please help, thanks very much.

Sign in to reply to this post

Ray BorduinWebAssist

You could add a field to enter a region name... do you have a url where you can show me what you mean? I'm not sure exactly what you are describing. I'd start by making a page that looks how you want it to and then try to make it work how you want it to.

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

kris517211073

international shipping

what i mean is when buyer select the state name that is not in the list they can still able to manually enter they own in the same selected list form field. but my check out form is not able to do that . i may need to create another form field to let customer manually enter region name
i want customer can enter city name in the select state form field
here is my link
quick-checkout.php

Sign in to reply to this post

Jason ByrnesWebAssist

you would need to create another form element to allow them to enter a region name that is not list.

you could add another option to the state select list for other:
<option value="other">Other</option>

and a new text field for the "Other shipping state:
<input type="text" name="otherShippingState" id="otherShippingState" value="" />


then add code on the confirm page to set the shipping_state_province form element to use the otherShippingState value if the Other was selected and a value was entered in the text box:

php:
<?php
if(isset($_POST['shipping_state_province']) && $_POST['shipping_state_province'] == "other" && isset($_POST['otherShippingState']) && $_POST['otherShippingState'] != "") {
    
$_POST['shipping_state_province'] = $_POST['otherShippingState'];
}
?>
Sign in to reply to this post

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...