You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there is no attribut for variant on Sylius, you can use our ProductVariantTranslationModelAkeneoAttributeProcessor to add simple data to your entity. Link to doc
It works by checking if the attribute name exists in your class and the property must be suffixed by AkeneoAttribute.
ie:
#[ORM\Column(name: 'sku', type: 'string')]
private string $skuAkeneoAttribute = '';
Importing variant attributes like Sylius is something we are looking into for the futur but there are a lot of work to be done.
Is there a way to import the specific variant attributes described here in Sylius ?
Example :
The text was updated successfully, but these errors were encountered: