checkout frozes in the billign details step

Hello,

I am using JM Tube for Magento 1.7.0.2,
the checkout frozes in the billign details step,

Can you help plz

Regards

1 answer

Profile photo of Saguaros 0.00 $tone August 21, 2012
Public

Hi there,

Please open this file:

Code:

\app\design\frontend\default\jm_tube(your default theme)template\checkout\onepage.phtml

You will find a div in approx line39:

PHP Code:

<div class="head">
<h3><span class="step-count"><?php echo $i ?></span> &nbsp;<?php echo $_stepInfo['label'?></h3><a href="#"><?php echo $this->__('Edit'?></a>
</div>


change it to:

PHP Code:

<div class="head step-title">
<h3><span class="step-count"><?php echo $i ?></span> &nbsp;<?php echo $_stepInfo['label'?></h3><a href="#"><?php echo $this->__('Edit'?></a>
</div>


Regards.

#1

Please login or Register to Submit Answer

Written By

Comments