Jump to content
  • 0

Verfügbare Menge/Artikel anzeigen


Twilli

Question

Hallo,

wir möchten nur bei einem Lagerbestand von kleiner 10 Stück die Anzahl/Bestand/quantity des jeweiligen Artikels anzeigen lassen.
 

Ich habe in der product.tpl (ca. Zeile 394) folgendes geändert:

{if ($display_qties == 1 && !$PS_CATALOG_MODE && $PS_STOCK_MANAGEMENT && $product->available_for_order)}
                                <!-- number of item in stock -->
                                <p id="pQuantityAvailable"{if $product->quantity > 10} style="display: none;"{/if}>
                                    <span id="quantityAvailable">{$product->quantity|intval}</span>
                                    <span {if $product->quantity > 1} style="display: none;"{/if} id="quantityAvailableTxt">{l s='Item'} noch verfügbar!</span>
                                    <span {if $product->quantity == 1} style="display: none;"{/if} id="quantityAvailableTxtMultiple">{l s='Items'} noch verfügbar!</span>
                                </p>
                            {/if}

 

Also alles mit einem Bestand/quantity von mehr als 10 soll der Bestand/quantity nicht angezeigt werden.

Die Änderung funktioniert leider nur bei Artikel die keine Varianten haben. Hier wird durch die Änderung keine quantity mehr angezeigt. Bei Artikel mit Varianten wird allerdings noch die quantity angezeigt.

Hat jemand einen Hinweis/Idee/Lösung

 

Vielen Dank und Grüße

Twilli

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...