The contents are the same with original ac1.2.9. i have checked and compare them.
i only change the heading_title to my language
$_['heading_title] = 'Produk Baru';
something like that
Search Options doesn't work
Re: Search Options doesn't work
Read my last comment here:
Code: Select all
http://forum.alegrocart.com/viewtopic.php?f=7&t=1371&p=9281&hilit=notepad#p9281
Re: Search Options doesn't work
hi leo
i find the problem. it is coming from
extension/module/categoryoptions.php
$_['entry_ascending'] = 'Ascending'; It works well
if i use this below
$_['entry_ascending'] = 'Kecil ke Besar'; It doesn't work
i can't change the word 'Ascending' to other. Pls try it. it will not work if change it. So, is it litle bug?
I need to change it to 'Kecil ke Besar'
i find the problem. it is coming from
extension/module/categoryoptions.php
$_['entry_ascending'] = 'Ascending'; It works well
if i use this below
$_['entry_ascending'] = 'Kecil ke Besar'; It doesn't work
i can't change the word 'Ascending' to other. Pls try it. it will not work if change it. So, is it litle bug?
I need to change it to 'Kecil ke Besar'
Re: Search Options doesn't work
Install notepad++ and use utf8 encoding as suggested above.
-
- Posts: 1
- Joined: Thu Jul 30, 2020 1:04 am
Re: Search Options doesn't work
I'm trying but not getting successfully updated.
There is an error continuously.
Can you help me.
There is an error continuously.
Can you help me.
Re: Search Options doesn't work
What is the error message?