Jump to content

How remove the Shipping Carrier Step in Checkout?


Recommended Posts

Hi there,

 

 

I am desperate to delete Carrier step in checkout. When the customer choose his addres I need what website redirects to Payment Step when he clicks in Next Button (Skipping Carrier)

I modify order-address.tpl changing

 

 

<input type="submit" name="processAddress" value="{l s='Next'} »" class="exclusive" />

 

by much options:

<input type="submit" name="processCarrier" value="{l s='Next'} »" class="exclusive" />

 

<a href="{$link->getPageLink($back_order_page, true, NULL, "step=3}" title="{l s='Next'}" class="exclusive">« {l s='Next'}</a>

 

<a href="http://www.mywebsite.com/cart?step=3" title="{l s='Next'}" class="exclusive">« {l s='Next'}</a>

 

etcc and always the url redirects to Carrier step (this is step=2)

 

Do you help me??

 

Best regards

Link to comment
Share on other sites

×
×
  • Create New...