Hola,
I'm in the middle of installing this mod. When I open up skin1/customer/main/checkout.tpl (step 6) I'm just a tad bit confused as to what to do with these instructions:
Quote:
Find:
{elseif $payment_methods ne ""}
{capture name=dialog}
<FORM method="get" action="cart.php" name="checkout_form">
After Add:
{$lng.txt_payment_method}</p>
In that same area, find:
{elseif $payment_methods ne ""}
|
As near as I can tell, there is only
one line of {elseif $payment_methods ne ""}
Am I missing something?