location shipping is flat rate.
modified: make_post_sell/templates/shop_location_form.j2
This commit is contained in:
parent
55dadce4fe
commit
ae5543a072
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue