seog Posted November 3, 2012 Share Posted November 3, 2012 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 More sharing options...
learningpathworks Posted January 19, 2013 Share Posted January 19, 2013 Has anyone been able to solve this? Link to comment Share on other sites More sharing options...
Dh42 Posted January 20, 2013 Share Posted January 20, 2013 Set your product as downloadable and it will remove the step. Link to comment Share on other sites More sharing options...
Recommended Posts