Display product slider in Checkout page

Modified on Sat, 12 Mar 2016 at 06:59 PM

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(); ?>

    


You should change Product Slider ID to your own ID in product slider list.

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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article