Forum

Thread tagged as: Question, Shop

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"  />
Maciej Pieńczewski

Maciej Pieńczewski 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Did you try default="1" ?

Thanks Drew, it worked. One more question, how I can make this field type="hidden"?

Drew McLellan

Drew McLellan 2638 points
Perch Support

It needs to be type="shop_requires_shipping"

Thanks Drew.