Revision 0dfb7b73
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/ShopConnector/Shopware.pm | ||
---|---|---|
my @positions = sort { Sort::Naturally::ncmp($a->{"partnumber"}, $b->{"partnumber"}) } @{ $import->{data}->{details} };
|
||
my $position = 1;
|
||
my $active_price_source = $self->config->price_source;
|
||
#Mapping Positions
|
||
foreach my $pos(@positions) {
|
||
my $price = $::form->round_amount($pos->{price},2);
|
||
my %pos_columns = ( description => $pos->{articleName},
|
Auch abrufbar als: Unified diff
Shopmodul: Hinweis zum Mapping von Postitionen