]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/shops/form.html
Shopware6: Entweder shop_part.shop_description oder part.notes verwenden
[mfinanz.git] / templates / webpages / shops / form.html
index aae9d8a8bd85f314ea602339f702e88f710e6b43..3ab333ba2c16013017eb4f4132a4c5e70acf5c8e 100644 (file)
   </tr>
   <tr>
     <th align="right">[% 'Default part for shipping costs' | $T8 %]</th>
-    <td>[%- P.part.picker('shop.shipping_costs_parts_id', 'SELF.shop.shipping_costs_parts_id', style="width: 300px") %]</td>
+    <td>[%- P.part.picker('shop.shipping_costs_parts_id', SELF.shop.shipping_costs_parts_id, style="width: 300px") %]</td>
   </tr>
   <tr>
     <th align="right">[% 'Obsolete' | $T8 %]</th>
     <td>[% L.checkbox_tag('shop.obsolete', checked = SELF.shop.obsolete, for_submit=1) %]</td>
   </tr>
+  <tr>
+    <th align="right">[% 'Use Long Description from Parts for Shop Long Description' | $T8 %]</th>
+    <td>[% L.yes_no_tag('shop.use_part_longdescription', SELF.shop.use_part_longdescription) %]</td>
+  </tr>
 </table>
 
  <hr>