removing Shipping altogether from Starter Site

We've created a Starter Site that will be selling service related products. Therefore shipping does not apply. Is there a simple way to remove all shipping related pieces from the site or do I need to manually remove all shipping references

Answer this question

removing Shipping altogether from Starter Site

  • pompoko

    You'll need to remove all Shipping references. They're pretty much localized to the checkout path so it shouldn't be too hard. It's entirely possible (I don't know) that you may need to create a dummy shipping method to use in place of a real shipping method.
  • dannyg_uk

    You could try inheriting the OrderDetail component and overriding the RenderShipment / RenderShipping methods to display nothing. The source code is provided with the Starter Site as well, so you can also just modify the original control itself.

    Cheers,
    Colin


  • Joseph Stalin

    Thanks Joe. I was able to bypass Shipping by setting the default ActiveViewIndex of the Multiview control to the Payment Page (1) and removing the ShippingPageButton. One thing I'm trying to figure out now is how to remove the shipping references on the Confirmation view. How can you change or customize the OrderDetail control on this page
  • removing Shipping altogether from Starter Site