In this guide, we will show you how to insert a specific products into Checkout page of One Step Checkout extension The product collection such as: product in category, featured products, new products, bestseller products, On sale products or random products from Product slider extension
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('productslider/productslider')->setTemplate('mageplaza/productslider/productslider.phtml')->setProductsliderId('1')->toHtml(); ?>
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