Wählen Sie Ihre Sprache:

<we:showShopItemNumber>

Since version: - | Requires endtag: no | Required modules: shop

Description

This tag is used to display and change the number (that is, a numeric value) of a particular item in the shopping basket.

Attributes

shopname

Default value: - | since version: - | required: yes

Set his attribute to the name of the shop in question. This attribute is necessary as multiple shops can be displayed on one site/page.


type

Default value: - | since version: - | required: no

Set this attribute to "select" to display the number of items in a drop-down menu. Set this attribute to "textinput" to display the item count as a single-line text inputfield. Set this attribute to "print" or do not set it at all to display the item count as a non-editable number.

Allowed values:

  • select
  • textinput
  • print

start

Default value: - | since version: - | required: no

If you set this attribute to a numeric value, the system supplies the minimum value that the drop-down menu is permitted to have. This attribute only works if "type" is set to "select".


stop

Default value: - | since version: - | required: no

If you set this attribute to a numeric value, the system supplies the maximum value that the drop down menu is permitted to have. This attribute only works if "type" is set to "select".


Syntax

<we:showShopItemNumber shopname="attribute" [type="select|textinput|print"] [start="attribute"] [stop="attribute"] />