В checkout.xml
, ход
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
из <checkout_onepage_review>
ручка в <checkout_onepage_index>
:
Вы должны изменить
<block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
в
<block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"></block>
и вставьте строку внутрь.
В info.phtml
(или review.phtml для v1.4.2) вырезать
<?php echo $this->getChildHtml('agreements') ?>
и вставьте только что вырезанную строку в billing.phtml
.