I have a ticket submitted, but I think it may have gotten lost.
We are a 100% digital store. In our previous store, we had it set so that the quantity, by default, was one and you couldn't do anything with it. Is there a way to disable or not show quantity throughout the store?
You had replied back that we would need to edit skin/reboot/customer/main/product_details.tpl
<span class="product-one-quantity">1</span>
<input type="hidden" name="amount" value="1" />
{if $product.distribution ne ""}
{$lng.txt_product_downloadable}
{/if}
However, I tried deleting that code, and it doesn't change anything. We need every reference of quantity hidden. Product page, product list, related and also bought areas.
How do I remove the Buy Now button and "Set your own price!
The price for this product is not set. You can decide how much you want to pay." text?
I found this in xCart, but your templates are different.
http://forum.x-cart.com/showthread.php?t=68303&page=2& ... product+is
Will you be adding the option for the wish list button to show on the Related/Also bought areas? This was brought up in our customer validation as something they expected to be there.
Thank you.