order delivery form
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</table>
|
||||
|
||||
<a href="{navigate to="index"}" role="button" class="btn btn-continue-shopping"><span>Continue Shopping</span></a>
|
||||
<a href="{url path="/cart/billing"}" class="btn btn-checkout">Proceed checkout</a>
|
||||
<a href="{url path="/order/billing"}" class="btn btn-checkout">Proceed checkout</a>
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<a href="cart-step4.php" role="button" class="btn btn-step disabled"><span class="step-nb">4</span> <span class="step-label">Secure payment</span></a>
|
||||
</div>
|
||||
|
||||
<form id="form-cart-delivery" action="cart-step3.php" method="post" role="form">
|
||||
<form id="form-cart-delivery" action="{url path="/order/deliver"}" method="post" role="form">
|
||||
|
||||
<div id="billing-address" class="panel">
|
||||
<div class="panel-heading clearfix">
|
||||
@@ -164,7 +164,7 @@
|
||||
{loop type="delivery" name="deliveries" force_return="true"}
|
||||
<div class="radio">
|
||||
<label for="delivery-method_1">
|
||||
<input type="radio" name="delivery-method" id="delivery-method_1" value="1">
|
||||
<input type="radio" name="delivery-module" value="{$ID}">
|
||||
<strong>{$TITLE}</strong> / {currency attr="symbol"} {$PRICE}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user