Revision c59be376
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
- ID c59be37622d309130b7dbc2509de4d6cb7488b9e
- Vorgänger 0067f9b2
SL/ShopConnector/Shopware.pm | ||
---|---|---|
239 | 239 |
], |
240 | 240 |
}, |
241 | 241 |
supplier => $cvars->{freifeld_7}->{value}, |
242 |
description => $shop_part->{shop_description},
|
|
242 |
descriptionLong => $shop_part->{shop_description},
|
|
243 | 243 |
active => $shop_part->active, |
244 | 244 |
images => [ @upload_img ], |
245 | 245 |
__options_images => { replace => 1, }, |
246 |
categories => [ @cat ], #{ path => 'Deutsch|test2' }, ], #[ $categories ],
|
|
246 |
categories => [ @cat ], |
|
247 | 247 |
|
248 | 248 |
) |
249 | 249 |
; |
templates/webpages/shop_part/edit.html | ||
---|---|---|
7 | 7 |
|
8 | 8 |
[% LxERP.t8("Part") %]: [% HTML.escape(SELF.shop_part.part.displayable_name) %]<br> |
9 | 9 |
[% LxERP.t8("Shop") %]: [% HTML.escape(SELF.shop_part.shop.description) %] |
10 |
[% Dumper.dump_html(SELF) %] |
|
10 |
[% # Dumper.dump_html(SELF) %]
|
|
11 | 11 |
<form action="controller.pl" method="post"> |
12 | 12 |
<div> |
13 | 13 |
[% IF SELF.shop_part.id %] |
Auch abrufbar als: Unified diff
Webshop: Debugs raus, Kleinigkeiten