Search found 20 matches

by Piernas
Sun Apr 12, 2026 3:02 pm
Forum: Community Help & Support
Topic: Default language and navbar language switcher
Replies: 11
Views: 4098

Re: Default language and navbar language switcher

Yes, I was only just able to confirm it. I suspected it yesterday, but I guess I messed around with too many settings. Now it's switched off and everything is as it should be. Hi @Vaddalapam, Thanks for reporting this and sorry for the inconvenience. burt pointed you in the right direction. I've be...
by Piernas
Sat Aug 06, 2022 1:18 am
Forum: Community Help & Support
Topic: Problem with search
Replies: 5
Views: 4495

Re: Problem with search

Kofod95 wrote: Fri Aug 05, 2022 9:31 pm Sorry, I must have been tired when responding previously.. I'll check correctly next time I'm on the PC.

//Daniel
Don't worry I was just pointing that the characters are being correctly added to the URL but not internally. Thanks for confirming!
by Piernas
Fri Aug 05, 2022 9:21 pm
Forum: Community Help & Support
Topic: Problem with search
Replies: 5
Views: 4495

Re: Problem with search

Kofod95 wrote: Fri Aug 05, 2022 5:10 pm "æ", "ø", "å" and "ü" are added to the URL correctly, but not finding products with those characters
With corrupting characters I meant internally - it's the variable that holds the query what is getting the weird symbols.
by Piernas
Fri Aug 05, 2022 2:38 pm
Forum: Community Help & Support
Topic: Problem with search
Replies: 5
Views: 4495

Problem with search

I've found an strange issue on a localhost setup (XAMPP/windows 10). If I search for words that include non-latin characters like "ç", "ñ" or "ë" the search does not work. Looks like strtolower function is returning these characters as � character, so the search query i...
by Piernas
Tue Aug 02, 2022 11:06 am
Forum: Community Help & Support
Topic: Link requires login
Replies: 2
Views: 1484

Re: Link requires login

That code seems top work fine, maybe there's something in your extra_info_pages.php.
by Piernas
Sat Jul 30, 2022 1:32 pm
Forum: Community Help & Support
Topic: orders.php column adding
Replies: 6
Views: 3079

orders.php column adding

I'm trying to add a column in orders.php using the injectColumns hook with no success so I may be misunderstanding how this works.

I'm getting this:
Warning: Array to string conversion in includes\system\versioned\1.0.8.1\hooks.php on line 151
What am I doing wrong?
by Piernas
Wed May 18, 2022 11:49 am
Forum: Community Help & Support
Topic: Admin hooks page error
Replies: 0
Views: 7617

Admin hooks page error

I'm getting this error on admin hooks page:

Fatal error: Uncaught TypeError: get_class_vars(): Argument #1 ($class) must be a valid class name, hook_admin_system__01_href_link given


Blank install, 1.0.8.14. Might be the double underscore?
by Piernas
Tue Apr 26, 2022 7:10 am
Forum: Community Help & Support
Topic: global linker class ... add callback to get url/seo rewrite working
Replies: 10
Views: 5321

Re: global linker class ... add callback to get url/seo rewrite working

Hello burt , I have been asked to update Ultimate Seo Addon for current release. I stopped doing this about 1.0.8.4 because there were imortant changes that broke backwars compatibility with tep_href_link, especially the way product_info pages are now generated in two steps from products class (firs...
by Piernas
Sun Jul 04, 2021 11:06 am
Forum: Community Help & Support
Topic: undefined Zone::get_code
Replies: 0
Views: 5184

undefined Zone::get_code

In admin/includes/functions/general: function tep_get_zone_code($country, $zone, $default_state) { return Zone::get_code($zone, $country, $default_state); } Throws an error. I think it should be: function tep_get_zone_code($country, $zone, $default_state) { return Zone::fetch_code($zone, $country, $...