Skip to content

Commit

Permalink
Fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
frescoref committed Mar 5, 2023
1 parent 9049b98 commit cb21d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@ public function assignOffersItemAttributes(ProductContract $internal_product, Pr
$property_values_from_characteristics = $external_product->getCharacteristics();
}

$classifier_properties = maybe_unserialize($this->configuration()->getMeta('classifier-properties:' . $reader->getFiletype() . ':' . $reader->offers_package->getClassifierId()));
$classifier_properties = maybe_unserialize($this->configuration()->getMeta('classifier-properties:' . $reader->offers_package->getClassifierId()));

foreach($external_product->getPropertyValues() as $property_id => $property_value)
{
Expand Down

0 comments on commit cb21d13

Please sign in to comment.