EKM Tag: [ekm:productqty]
This tag will output a product quantity box on the product page.
- Tag Information
[ekm:productqty][/ekm:productqty]
[ekm:productqty]
output_start='<div class="ekmps-qty">';
output_item='[input]';
output_end='</div>';
[/ekm:productqty]
value='1';
Specify the default value of the quantity box. This must be a number.
input_class='1';
Specify a class to be added to the input field.
output_start='<div>';
Specify any HTML to be output before the quantity box.
output_item='[input]';
Specify any how the quantity box should appear when it is output.
output_end='</div>';
Specify any HTML to be output after the quantity box.