mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
add zwsps bc løöps
This commit is contained in:
parent
4540c65cfd
commit
b63494b8a3
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
|||
tracking_here_if_tracking: if @order.tracking_number.present?
|
||||
"tracking number: #{link_to @order.tracking_number, @order.tracking_url}"
|
||||
else
|
||||
""
|
||||
""
|
||||
end,
|
||||
usps_disclaimer_if_usps: if @order.might_be_slow?
|
||||
"<b>as a small nonprofit, we send most packages by USPS First Class Mail to save on postage. estimated delivery time: <ul><li>within USA: 3-7 days</li><li>outside USA: 4-6 weeks</li></ul>"
|
||||
else
|
||||
""
|
||||
""
|
||||
end,
|
||||
via: @order.pretty_via
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue