Search Options doesn't work

Enter AlegroCart Bugs Here, but if you're not certain, post in General support first.
ink
Posts: 23
Joined: Tue Mar 08, 2016 9:01 pm

Re: Search Options doesn't work

Post by ink » Wed Mar 23, 2016 6:46 am

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

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Search Options doesn't work

Post by leo » Wed Mar 23, 2016 7:45 am

Read my last comment here:

Code: Select all

http://forum.alegrocart.com/viewtopic.php?f=7&t=1371&p=9281&hilit=notepad#p9281

ink
Posts: 23
Joined: Tue Mar 08, 2016 9:01 pm

Re: Search Options doesn't work

Post by ink » Wed Mar 23, 2016 8:06 am

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'

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Search Options doesn't work

Post by leo » Wed Mar 23, 2016 11:14 am

Install notepad++ and use utf8 encoding as suggested above.

danielgrant007
Posts: 1
Joined: Thu Jul 30, 2020 1:04 am

Re: Search Options doesn't work

Post by danielgrant007 » Wed Aug 05, 2020 12:17 am

I'm trying but not getting successfully updated.
There is an error continuously.
Can you help me.

User avatar
leo
admin
Posts: 4320
Joined: Sun Dec 13, 2009 8:27 am
Location: Hungary

Re: Search Options doesn't work

Post by leo » Wed Aug 05, 2020 10:06 am

What is the error message?

Post Reply