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
I have parseTwig set to true in feed-me.php. When I set SKU to use "Default Value" and set the value to {slug}, the variants SKU is set to the string {slug} and not the slug of the product.
I've seen these two issues in the past for other versions of the plugin. #1035 and #1326
Steps to reproduce
Set parseTwig set to true in feed-me.php
Set up a feed
For SKU, use "Default Value" and set the value to {slug}
Additional info
Craft version: 5.4.6
PHP version: PHP 8.3
Database driver & version: MySQL 8
Plugins & versions:
Feedme: 6.4.0
Commerce: 5.1.3
The text was updated successfully, but these errors were encountered:
Description
I have
parseTwig
set to true infeed-me.php
. When I set SKU to use "Default Value" and set the value to{slug}
, the variants SKU is set to the string {slug} and not the slug of the product.I've seen these two issues in the past for other versions of the plugin. #1035 and #1326
Steps to reproduce
parseTwig
set to true in feed-me.php{slug}
Additional info
Feedme: 6.4.0
Commerce: 5.1.3
The text was updated successfully, but these errors were encountered: