Two part answer...
Step 1
To get the quantity box to show up, go to Extensions > Templates and click on gk_quark. Under Features, scroll to the bottom and click Enable next to "Show quantity fields in the product details page," then click Save. Goofy, I know, but that's where it is.
Step 2
The first step will only get the quantity box to show up, but it doesn't calculate correctly. To make it work right, through FTP you have edit the file: templates/gk_quark/html/com_virtuemart/productdetails/default.php. Either delete or comment out line 310:
- Code: Select all
<input name="quantity" type="hidden" value="<?php echo $step ?>
Step 2 seems to not be necessary for some, I think maybe that line of code was fixed in the general template files, but not the quick start files. So, I figured best to just go ahead and include it here since it was something several others had an issue with and something I had to fix too.