EasyStore And Falang Support - Question | JoomShaper

EasyStore And Falang Support

B

bouey

EasyStore 5 months ago

Hi,

Falang will support soon the product and cateogires translation (title,alias, Description)

Actually for categories it's don't work on front-end due to a query in EasyStore

It's possible to change it ?

in the file components/com_easystore/src/Model/ProductsModel.php line 360

change it from

->select([
'DISTINCT a.*',
$db->quoteName('c.title', 'category_title'),
$db->quoteName('c.alias', 'category_alias'),

to

->select([
'DISTINCT a.*',
$db->quoteName('c.id', 'category_id'),//use for falang
$db->quoteName('c.title', 'category_title'),
$db->quoteName('c.alias', 'category_alias'),

Falang need thee key of each table.

The Product option and value can be translated in backend but not yet on front-end due to the EasyStoreDatabaseOrm in __call method

I'm looking what's wrong

Stéphane

1
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #141576

Hi

Thanks for contacting us and sorry for your issue. I will inform our team about it so that they will add it.

-Regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #141610

Hi

Could you please share the Falang latest build? So that I can forward it to our DEV team.

0
B
bouey
Accepted Answer
5 months ago #141704

Yes of course

I Can send you the Falang version and the dev content element for EasyShop Do you have a mail i can't add hidden attachment

Stéphane

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #141751

You can use it for attachments

https://wetransfer.com/

0
B
bouey
Accepted Answer
5 months ago #141772

Hi,

Here is the download link with Falang Pro last version and the content element for product and categories I didn't put the option and option values it's don't work yet

i use fromsmash and not wetransfert it's an european service.

Stéphane

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 5 months ago #141973

Ok I will forward it to our team so that they can add it. You can now close this post by accepting the answer.

0
B
bouey
Accepted Answer
4 months ago #144480

Hi,

I don't have anynews from your team , i have see a download but any questions ?

Stéphane

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #144665

Allow us some time please. Our team is working on that.

0