Post by mangood442 » Wed Apr 22, 2020 5:43 am

i installed open cart 3 and journal 3 theme
when i used my website language English and search by Arabic language not found results
and when i used website language Arabic and search by English not found results
how i can solve this issue
Last edited by straightlight on Wed Apr 22, 2020 7:06 am, edited 1 time in total.

Newbie

Posts

Joined
Tue Mar 10, 2020 7:58 pm

Post by straightlight » Wed Apr 22, 2020 7:05 am

This topic has now been moved to the OpenCart 3.0 Support > General Support section of the forum.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by straightlight » Wed Apr 22, 2020 7:07 am

Contact the Arabic language extension pack developer to resolved this issue.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by letxobnav » Wed Apr 22, 2020 8:53 am

That is because the product search is preformed on product name, tag and description in the active language which is reasonable.

however, if you like you can remove the language restriction:
in catalog/model/catalog/product.php
functions getProducts() and getTotalProducts()
change:

Code: Select all

$sql .= " LEFT JOIN " . DB_PREFIX . "product_description pd ON (p.product_id = pd.product_id) WHERE pd.language_id = '" . (int)$this->config->get('config_language_id') . "' AND p.status = '1' ";
to:

Code: Select all

$sql .= " LEFT JOIN " . DB_PREFIX . "product_description pd ON (p.product_id = pd.product_id) WHERE p.status = '1' ";

Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces

“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.


User avatar
Expert Member

Posts

Joined
Fri Aug 18, 2017 4:35 pm
Location - Taiwan

Post by mangood442 » Wed Apr 22, 2020 6:25 pm

thank's for All
i solved by
addons
free ExtendedSearch

Newbie

Posts

Joined
Tue Mar 10, 2020 7:58 pm

Post by paulfeakins » Wed Apr 22, 2020 6:29 pm

mangood442 wrote:
Wed Apr 22, 2020 5:43 am
i installed open cart 3 and journal 3 theme
You installed a nice, cleanly coded system ... and then you installed a big fat bloated theme :(

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Legendary Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by emptycart » Fri Oct 13, 2023 6:44 pm

mangood442 wrote:
Wed Apr 22, 2020 6:25 pm
thank's for All
i solved by
addons
free ExtendedSearch
How could this extension solve your issue? As fas as I can tell this extension does not have multi-language support?

New member

Posts

Joined
Sat Sep 23, 2023 10:21 pm
Who is online

Users browsing this forum: No registered users and 11 guests