PR-SubscriptionProductType()

Bereich wird angezeigt, wenn das Produkt den im Argument des Tags angegebenen Produkttyp (b,n,y im Produktdatenfeld SubscriptionProduct) besitzt.

b (both): Das Produkt kann sowohl im Abo, als auch einzeln bestellt werden.

n (no): Das Produkt kann nicht im Abo bestellt werden.

y (yes): Das Produkt kann nur im Abo bestellt werden.

Wegweiser: Abo-Modul

...
{PR-SubscriptionProductType(b)}
   <!-- Bereich wird angezeigt, wenn das Produkt den Produkttyp b besitzt -->
   Produkttyp: ~PR-SubscriptionProductType~
{/PR-SubscriptionProductType(b)}
 
{PR-SubscriptionProductType(n)}
   <!-- Bereich wird angezeigt, wenn das Produkt den Produkttyp n besitzt, also kein Abo-Produkt ist -->
{/PR-SubscriptionProductType(n)}
 
{PR-SubscriptionProductType(y)}
   <!-- Bereich wird angezeigt, wenn das Produkt den Produkttyp y besitzt, also ein reines Abo-Produkt ist -->
{/PR-SubscriptionProductType(y)}
 
{!PR-SubscriptionProductType(b)}
   <!-- Bereich wird nicht angezeigt, wenn das Produkt den Produkttyp b besitzt -->
{/!PR-SubscriptionProductType(b)}
...

Verwendbar als …

Einzel-Tag

+

Bereichs-Tag

+

negatives Bereichs-Tag

+

Schleifen-Tag

Zulässig in Templates …

Alle Templates mit Produktdaten