I've in the process of moving a Catalogue Mode implementation to an online-store.
I've set Catalog Mode is No in Config->Display
I've set Display 'add to cart' button for free products is set to Yes in Config->Display
I've set Quantity for my product is set to Unlimited
I've set a Price for my test product
...and still no Add to Cart section is displayed.
In the page source I can see:-
<input type="hidden" name="cart_type" id="type" value="cart">
<input type="hidden" name="add" value="1">
<input type="hidden" name="ctrl" value="product">
<input type="hidden" name="task" value="updatecart">
<input type="hidden" name="return_url" value="L2pvb21sYS9pbmRleC5waHAvZ3Vlc3QtYW1lbml0eS1wcm9kdWN0cy9jaGVja291dA%3D%3D">
So something, somewhere is setting this to be hidden.
Any suggestions?
Thanks