nicolas wrote: Hi,
1. The order statuses are already translated in HikaShop. Please replace the content of the file administrator/components/com_hikashop/types/categorysub.php with this:
pastebin.com/wJYf6Xrh
Then it should display the statuses in German.
That works fine
nicolas wrote: 2. The date formats come from translations. You can change these translations with an override
HIKASHOP_DATE_FORMAT="%d %B %Y"
HIKASHOP_EXTENDED_DATE_FORMAT="%d %B %Y %H:%M"
hikashop.com/download/languages.html#modify
The files are changed, but nothing happens in the order View (for example)
nicolas wrote: 3. The date display format is not related to the mass actions filtering system.
For such filtering rule, you want to have a product column filter like this:
product_sale_end <= {time}+864000
That doesn't work. Nothing happens. I tried and tried and tried but it didnt work. The Result is ever 0. At least one product (end date 07 September 2014) should be displayed or not ?! Where is the mistake?
When I changed to ">=" it will ever shown all Products. Thats correct i think.
nicolas wrote:
4. Next version of HikaShop will be released in a few weeks.
Nice to see
Thanks for your patience