Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ayo Adesina 430 posts 1023 karma points
    Jun 28, 2018 @ 15:33
    Ayo Adesina
    0

    FastTrack Customisation - Shipping address before Billing Address

    I'm working a a Merchello Project using the Fast Track project as a template.

    After a user has added the items they want to the shopping basket, and click check out, in fast track the user sees a billing address form and a basket summary.

    I want the user to see a shipping address form instead.

    I'm using the CheckoutAddressControllerBase controller as my base controller for the checkout page.

    When I call the ActionResult Method ShippingAddressForm I get the InvalidCheckoutStage partial returned because billing address is null. I want to collect the billing address later in the checkout process.

    How can I do this? Do I need to override that method? It's not marked as virtual though.

    Do I create my own version of the ShippingAddressForm in my CheckoutController (the controller that inherits CheckoutAddressControllerBase

    Is this the right approach? or am I doing something completely wrong.

Please Sign in or register to post replies

Write your reply to:

Draft