Welcome, Guest
Username: Password: Remember me

TOPIC: QuickSell - Joomla Multilanguage Support

QuickSell - Joomla Multilanguage Support 11 years 7 months ago #619

  • castor
  • castor's Avatar
  • Offline
  • Fresh Boarder
  • Posts: 10
  • Karma: 0
Hi admin,
can you realize it that QuickSell use the current country code in case of joomla-multilanguage site.

maybe here in class.php in line 471

replace:
<input type="hidden" name="lc" value="' . ($qs->cfg['lc'] != '' ? $qs->cfg['lc'] : '') . '" />

by
$language = JFactory::getLanguage();
$tag = substr($language->getTag(), -2);
...
<form...
...
<input type="hidden" name="lc" value="' . ($qs->cfg['lc'] != '' ? $qs->cfg['lc'] : '') . $tag />

best regards
castor
The administrator has disabled public write access.
Time to create page: 0.047 seconds