How can I show the minimum order quantity by default in the quantity field instead of just '1'?
To show the 'Minimum Quantity' that is set on the 'Details' tab of your product, you need to search for 'DefaultQuantity' in your product layout(s), and you should see something like:
Replace the 'DefaultQuantity' variable with 'MinQuantityOrderable'. Here is the code for that variable to copy and paste:
<actinic:variable name="MinQuantityOrderable" />
Note that this code could appear up to four times in your layouts.
To show the 'Minimum Quantity' that is set on the 'Details' tab of your product, you need to search for 'DefaultQuantity' in your product layout(s), and you should see something like:
Replace the 'DefaultQuantity' variable with 'MinQuantityOrderable'. Here is the code for that variable to copy and paste:
<actinic:variable name="MinQuantityOrderable" />
Note that this code could appear up to four times in your layouts.