location shipping is flat rate.

modified:   make_post_sell/templates/shop_location_form.j2
This commit is contained in:
Russell Ballestrini 2024-12-06 08:41:15 -05:00
parent 55dadce4fe
commit ae5543a072

View file

@ -162,12 +162,12 @@
id = "local_shipping_input"
class = "mps-local-shipping"
{% if local_shipping %}checked{% endif %} />
<label for="local_shipping_input" style="display: inline;">Local Shipping</label>
<label for="local_shipping_input" style="display: inline;">Shipping</label>
<br />
<br />
<label for="local_shipping_rate_input">Local Shipping Rate</label>
<label for="local_shipping_rate_input">Flat Shipping Rate</label>
<input
name = "local_shipping_rate"
type = "number"
@ -190,7 +190,7 @@
<br />
<br />
<label for="international_shipping_rate_input">International Shipping Rate</label>
<label for="international_shipping_rate_input">Flat International Shipping Rate</label>
<input
name = "international_shipping_rate"
type = "number"