I want to show a different image in the sidebox depedning on if the user is on the spanish site or english site is this possible? I have knowledge of php and i do not mind editing code if neccessary.
|
feedback
|
|
There are three session variable that is used for manipulating current language in zencart Default values : [language] => english [languages_id] => 1 [languages_code] => en Above value update as per user language selection. You can write/update code in sidebox.
| |||||||||
feedback
|
|
Following is way that you can manage the , In your template file add the following
following is the php code ,
| |||
|
feedback
|