Checkout Method

I have IWD One Page Checkout installed however when I checkout through quickview it leads to the standard magento checkout. How do I switch this functionality?

3 answers

Profile photo of Sherlock 0.00 $tone March 28, 2014
Public

you could go to the app\design\frontend\base\default\layout\jmquickvie w.xml file to find this block

HTML Code:

  <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
                    <label>Payment Methods Before Checkout Button</label>
                    <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
                </block>

here I think you can change the check out block type here

HTML Code:

   <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
#1

Please login or Register to Submit Answer

Written By

Comments