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