Plugin Directory

Changeset 3174117


Ignore:
Timestamp:
10/23/2024 08:06:39 AM (18 months ago)
Author:
productfeeder
Message:

Updated to version 2.6.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • product-feeder/trunk/includes/product-feeder.php

    r3174110 r3174117  
    662662                                    if (!empty($Terms)) {
    663663                                        $Value = implode(' ', $Terms);
    664                                         $OptionValue = 'category_'.$OptionValue;
    665664                                        if (in_array($OptionValue, $Options['Brand']) && empty($ProductData['Brand'])) $ProductData['Brand'] = $Value;
    666665                                        if (in_array($OptionValue, $Options['Color']) && empty($ProductColor)) $ProductColor = $Value;
     
    820819                        if (!empty($Terms)) {
    821820                            $Value = implode(' ', $Terms);
    822                             $OptionValue = 'category_'.$OptionValue;
    823821                            if (in_array($OptionValue, $Options['Brand']) && empty($ProductData['Brand'])) $ProductData['Brand'] = $Value;
    824822                            if (in_array($OptionValue, $Options['EAN']) && empty($VariationData['EAN'])) $VariationData['EAN'] = $Value;
Note: See TracChangeset for help on using the changeset viewer.