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
Forum Search
Google Site Search
Author « Topic »  

jpkuhn
Starting Member

France
38 Posts

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

Posted - 03/05/2021 :  07:52:04  
I am posting here because the forum but it keeps saying that my 6 month support has expired, which is not true.
I purchased the PHP updater in December 2020 (Order ID: 65001).

I have an issue with my dual language (English/French) website.
I use a dual directory approach which works well for most things except the final checkout.
When accessing the last checkout page, the program uses the store URL set in the store Admin page and lands in the english page whatever the initial language was.
Is there a solution for this issue?

JPK

Vince
Administrator

42769 Posts

Posted - 03/05/2021 :  08:32:35  
Hi JPK
There is a parameter to override the store URL and the SSL Store URL and you need to set these in the vsadmin/includes.php file for the second store. For instance...

$orstoreurl="http://www.yourstoreurl.com/english/";
$orstoreurlssl="https://www.yourstoreurl.com/english/";

If all your site is on HTTPS, set them both to HTTPS. For instance...

$orstoreurl="https://www.yourstoreurl.com/english/";
$orstoreurlssl="https://www.yourstoreurl.com/english/";

The reason you are showing as not supported is because your email for the forum is different to the email you used for your template / updater purchase. If you want to change the forum email you can do it via your profile. If you want us to change your purchase order emails then please just send me an email and I'll do that.

Vince

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

jpkuhn
Starting Member

France
38 Posts

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

Posted - 03/07/2021 :  02:42:09  
Hi Vince,
Thank you, it is working now.
I have another issue though:

in the checkout page where we enter the customer details, I get this :

Société [ Socieacute;teacute; ]

The label is correct outside the field but not inside.
Thank you for your help.

JPK

Edited by - jpkuhn on 03/07/2021 02:45:02

Vince
Administrator

42769 Posts

Posted - 03/07/2021 :  11:01:06  
Hi JPK
I see what you are saying. I imagine for the extra order field you have something like this in the includes.php file...

$extraorderfield1='Societé';

Could you maybe just use the accented character?

$extraorderfield1='Societé';

While looking at your site I noticed that the buttons are not all the same. If you look in css/ectstyle.css around line 82 you will see...

input.minimailsubmit, input.continueshopping, input.printversion, input.applycoupon, input.configbutton, etc, etc...

If you acc "ectbutton" to the beginning of this list it will make all the buttons the same

input.ectbutton, input.minimailsubmit, input.continueshopping, input.printversion, input.applycoupon, input.configbutton, etc, etc...

You would then need to do the same a few lines later on line 93 for the hover...

input.ectbutton:hover, input.minimailsubmit:hover, input.continueshopping:hover, input.printversion:hover, input.applycoupon:hover, input.configbutton:hover, etc, etc...

Vince


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

jpkuhn
Starting Member

France
38 Posts

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

Posted - 03/09/2021 :  01:08:52  
Thank you for your reply.
[quote]Could you maybe just use the accented character?[/quote]
At first it didn't work because I did not use an UTF8 coded file. After changing to UTF8 it works now.
[quote]While looking at your site I noticed that the buttons are not all the same.[/quote]
Thank you for the help, I made the change.

JPK
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000