In this guide, we will show you how to insert a specific banners into Checkout page of One Step Checkout extension
You can use this banner to show promotion.
Go to file:
app/design/frontend/base/default/template/magecheckout/securedcheckout/checkout/form.phtml:61
Insert the following code into end of form.phtml file:
<?php echo $this->getLayout()->createBlock('bannerslider/simpleslider')->setTemplate('mageplaza/bannerslider/simpleslider.phtml')->setSimpleSliderId('1')->toHtml(); ?>
You should change Banner Slider ID to your own ID in product slider list.
See result
Learn more about this One Step Checkout
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article