• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Default shop country not US

Jllynch

Regular Pleskian
In the shop when someone places and order the country defaults to the US. Is there a way to change that to another country?


Thanks

J
 
Please try changing module Interface language.
It is configured on page "Edit" in Wizard:

Interface language
This option affects localization of predefined content of pages, when they are added to site structure, and interface of modules.
 
I can't see this working as we don't want to change the language from English. We just want to change the default shop location from US to Australia (I could see this working if I wanted to change it to Chinese but I don't want to change the language.)

Also I couldn't find this on the edit page but only on the servers -> languages section.
 
In the shop when someone places and order the country defaults to the US. Is there a way to change that to another country?
 
http://www.parallels.com/ptn/documentation/sitebuilder/ -- "Localization Guide"

An XML document describing Plesk Sitebuilder locale looks as follows (U.S. English as example):

<?xml version="1.0" encoding="UTF-8"?>

<locale>

<code>en_US</code>

<info>

<native_name>English, United States</native_name>

<english_name>English, United States</english_name>

<decimal_point>.</decimal_point>

<monetary_unit_code>USD</monetary_unit_code>

<currency_symbol_left>$</currency_symbol_left>

<currency_symbol_right></currency_symbol_right>

<date_format>n/j/Y</date_format>

<time_format>g:i:s A</time_format>

<week_begin>1</week_begin>

</info>

<product>

<name>Plesk Sitebuilder for Linux/Unix</name>

<version>4.0.x</version>

</product>

<section>

<name>Components/Message/Fake.lng</name>

<data>

<entry>

<keyword>1_author</keyword>

<phrase>Author1</phrase>

<comment></comment>

</entry>

…

</data>

</section>

…

</locale>
 
I just can't find a way to change default country shown in eShop.

Country on checkout always defaults to "United States".

Is there a way to change this behavior?
 
I get the following message when I try to change from US$ to A$ in Paypal.

Warning! The product prices cannot be converted to the selected currency. You will have to convert the prices manually. The payment systems, which are not supported by the selected currency, will be deactivated. Continue?

Has anyone else had this happen?
TIA

Rob
 
Back
Top