Jump to content
xt:Commerce Community Forum

Verfügbare Artikelmenge anzeigen


Ossikult

Recommended Posts

  • 2 months later...

Lagerbestand der Artikel anzeigen

Artikelanzahl | Artikelmenge | Vorrat

---------

includes/modules/product_info.php

soll folgendes enthalten:


$info_smarty->assign('PRODUCTS_QUANTITY', $product->data['products_quantity']);

------- Anzeige Vorrat lang/german/lang_german.conf (lang/german/lang_english.conf ?) am Ende von [product_info]

text_vorrat = 'Anzahl vorrätiger Produkte:'

---------- template/module/product_info/product_listing_v1.html VOR/ ÜBER DIESER ZEILE

<table width="100%" border="0">

{if $PRODUCTS_URL != ''}

...

[/HTML]


Diesen code einfügen:

[code] <table width="100%" border="0"> <tr> <td align="left"> {#text_vorrat#} {$PRODUCTS_QUANTITY} <br> </td> </tr> </table> [/code]

Link to comment
Share on other sites

  • 11 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...