Forum
Requires shipping
Is there a way to make requires shipping field from product page set for yes as a defualt?
I tried many options with value="1"/value="yes", but none of these worked.
<perch:shop id="requires_shipping" type="shop_requires_shipping" label="Requires shipping" divider-before="Shipping" suppress="true" />
Did you try
default="1"
?Thanks Drew, it worked. One more question, how I can make this field type="hidden"?
It needs to be
type="shop_requires_shipping"
Thanks Drew.