Changeset 3174117
- Timestamp:
- 10/23/2024 08:06:39 AM (18 months ago)
- File:
-
- 1 edited
-
product-feeder/trunk/includes/product-feeder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-feeder/trunk/includes/product-feeder.php
r3174110 r3174117 662 662 if (!empty($Terms)) { 663 663 $Value = implode(' ', $Terms); 664 $OptionValue = 'category_'.$OptionValue;665 664 if (in_array($OptionValue, $Options['Brand']) && empty($ProductData['Brand'])) $ProductData['Brand'] = $Value; 666 665 if (in_array($OptionValue, $Options['Color']) && empty($ProductColor)) $ProductColor = $Value; … … 820 819 if (!empty($Terms)) { 821 820 $Value = implode(' ', $Terms); 822 $OptionValue = 'category_'.$OptionValue;823 821 if (in_array($OptionValue, $Options['Brand']) && empty($ProductData['Brand'])) $ProductData['Brand'] = $Value; 824 822 if (in_array($OptionValue, $Options['EAN']) && empty($VariationData['EAN'])) $VariationData['EAN'] = $Value;
Note: See TracChangeset
for help on using the changeset viewer.