Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Bigul 1 year, 6 months ago.

Author Posts
September 8, 2023 at 11:51 am #14366427

jakubM-24

Tell us what you are trying to do?
I have a website that uses woocommerce, I created a product and wanted to display it in another language. I translated the product but when I try to do a query my attributes are not present.

Result of query looks like this:
`
"allPaSize": {
"nodes": []
},
`
In my initial product result looks like this:
`
"allPaSize": {
"nodes": [
{
"id": "someId",
"name": "37",
"variations": {
"nodes": [
{
"price": "10",
"databaseId": 10,
"attributes": {
"nodes": [
{
"value": "Enabled"
},
{
"value": "Standard"
},
{
"value": "37"
}
]
}
}
...
`
How can I fix this issue?

September 11, 2023 at 8:01 am #14373305

Bigul
Supporter

Languages: English (English )

Timezone: Europe/Vienna (GMT+01:00)

Hello,

Welcome to the WPML support forum. We will do our best to help you to resolve the issue

To help you faster, I've enabled debug information for this support ticket. Please see this link for how to get this information from your site and give it to us: http://wpml.org/faq/provide-debug-information-faster-support/

Hope you have translated the Products from WooCommerce>>WooCommerce Multilingual>>Products dashboard.

Are you able to view the translated products in the backend & frontend of the site?

--
Thanks!

Bigul

The topic ‘[Closed] Attributes and variations from woocommerce are not present in translated product’ is closed to new replies.