Producttext shows text inside a link.
If the link is pressed the designated product is added
to the shopping basket.
The text shown varies depending on how often the product is already
in the basket.
| Property |
Kind |
Description |
| Pid | String(10) | Product Identification, must be a name or number that
unambiguously identifies a Product. |
| Desc | String | Product Description Shown in the Shopping Basket. |
| Price | Real | Product Price. |
| Onout | String | Text to be shown when not in basket. |
| Onone | String | Text to be shown when one item in basket. |
| Ontwo | String | Text to be shown when two item in basket. |
| Onthree | String | Text to be shown when three items in basket. |
| Onmore | String | Text to be shown when more items in basket. |