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
 All Forums
 General
 Design issues
 Country settings Multiple languages
Author « Topic »  

victor1
Starting Member

4 Posts

Pre-sales questions only
(More Details...)

Posted - 11/29/2022 :  12:48:21  
For store url for example we have to set the $orstoreurl connstant in includes.php file.

For the country settings is there a constant to set for multiple language/country

Vince
Administrator

42460 Posts

Posted - 11/30/2022 :  07:47:07  
Hi Victor1
Yes, you can set the parameter $languageid, so for instance...
$languageid=2;
...would set the second language. But it is better to set this parameter in the vsadmin/db_conn_open.php file so that the parameter is set BEFORE the "languagefile.php" include file.

Another way you can do this is change the languagefile.php include line itself. For instance if you wanted Spanish then you could change this line...
include "vsadmin/inc/languagefile.php";
...to this...
include "vsadmin/inc/languagefile_es.php";
You would still need to set the $languageid parameter for the product text but you could then set it in the includes.php file as normal.

Vince

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

victor1
Starting Member

4 Posts

Pre-sales questions only
(More Details...)

Posted - 12/01/2022 :  06:18:10  
One thing I noticed was that the dollar sign for the configured country´s money didn´t change.

Is there any constant to configure the dollar sign according to a country

Vince
Administrator

42460 Posts

Posted - 12/01/2022 :  09:42:02  
Hi Victor1
Sure thing, just go to the ECT Admin - > Countries admin page. You can set everything to do with currencies there.

Vince

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

victor1
Starting Member

4 Posts

Pre-sales questions only
(More Details...)

Posted - 12/01/2022 :  13:25:27  
Hi Vince,

I have two folders for two languages and inside the respective vsadmin folders. When I configure the country in admin page one of them, this configuration becomes valid for the other and vice versa. I have not found way to individualize this configuration.

Edited by - victor1 on 12/01/2022 13:26:50

Vince
Administrator

42460 Posts

Posted - 12/02/2022 :  03:18:42  
Hi Victor1
I'm afraid you can't actually edit the available countries list on a per-folder basis. Sorry about that.

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