Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #568 from fjavier-moreno/master
Browse files Browse the repository at this point in the history
Wrong route name in carriers selector
  • Loading branch information
mmoreram committed Aug 24, 2015
2 parents 1436402 + 22bb156 commit ee59ea3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
{% if shippingMethod.id == actualShippingMethod %}
<div class="col-1-3"><i class="fa fa-caret-right"></i> <strong>{{ shippingMethod.carrierName }} - {{ shippingMethod.price|print_convert_money }}</strong></div>
{% else %}
<div class="col-1-3"><a href="{{ url("store_checkout_shipping_range_apply", {
'rangeId': shippingMethod.id
<div class="col-1-3"><a href="{{ url("store_checkout_shipping_method_apply", {
'shippingMethod': shippingMethod.id
}) }}">
{{ shippingMethod.carrierName }} - {{ shippingMethod.price|print_convert_money }}
</a></div>
Expand Down

0 comments on commit ee59ea3

Please sign in to comment.