close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

UK(ify)

Thread began 10/27/2009 3:49 pm by kris348832 | Last modified 10/29/2009 1:10 pm by Eric Mittman | 1265 views | 3 replies |

kris348832

UK(ify)

Hi,

Could anyone tell me how to UK(ify) powerstore?

Where do I make the following changes?

I'd like to change "Shipping" to "Delivery", "Zip code" to "postcode" and get rid of the State dropdown option.

On a positive note I have managed to change $ to £

thanks
Kris

Sign in to reply to this post

Eric Mittman

You should be able to just update these values directly on the checkout page in design view, the labels for the various elements or parts of the site can be changed like this.

When it comes to removing the state/province select list there are a couple of things you would need to do. First you can remove the element itself, then you will need to get rid of the validation for this element. The validations on the checkout page are:

at the bottom of the page:
var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {validateOn:["blur"]});

var spryselect4 = new Spry.Widget.ValidationSelect("spryselect4", {validateOn:["blur"]});

Then on the confirm page you will need to find the validations there and remove them:

$WAFV_Errors .= WAValidateRQ(((isset($_POST["state_province"]))?$_POST["state_province"]:"") . "",false,18);

$WAFV_Errors .= WAValidateRQ(((isset($_POST["shipping_state_province"]))?$_POST["shipping_state_province"]:"") . "",false,28);

This will allow you to get into the checkout without this field being required. However this value is used by the checkout and shipping server behaviors on the confirm page and they may not function correctly without them. This is probably not a big deal since you will need to update these any way for your UK local.

Sign in to reply to this post

kris348832

Thanks,

I'll give that a try.

Kris

Sign in to reply to this post

Eric Mittman

Let us know if you run into any problems with this.

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