AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Phanouman on December 19, 2013, 06:50:14 AM

Title: sorting lists
Post by: Phanouman on December 19, 2013, 06:50:14 AM
hi,

we are  trying  to get  the  sorting list with  the translation in french but 
the changes are taken into consideration

below our translations

http://clip2net.com/s/6q5UOk

and here the result

http://clip2net.com/s/6q61Ie
Title: Re: sorting lists
Post by: abantecart on December 20, 2013, 10:24:44 PM
Try to clear cache. If this does not work, can you let us know what page you access that does not translate
Title: Re: sorting lists
Post by: Phanouman on January 02, 2014, 09:37:25 AM
Hi ,


not working  !
the list  appears when we select  a category
so the page in our case will be  <domain>/index.php?rt=product/category&path=68_74

this is an example of item we  do  get  in the french version  of the site  ==> http://clip2net.com/s/6vxc7F
Title: Re: sorting lists
Post by: abantecart on January 02, 2014, 01:42:20 PM
Check file storefront/language/french/french.xml

See if you can find
Code: [Select]
<definition>
<key>text_sorting_price_asc</key>
<value><![CDATA[Price Low &gt; High]]></value>
</definition>

If you do have have this entry, you will need to add it.
NOTE: You will need to delete language entries from database for french section and clear cache before you will see the result reloaded.