#LOCAL("BaseBasketForm", 0) #LOCAL("DisableCheckout", 0) #IF( #INPUT.ViewAction EQ "ViewMultiCheckoutAddress" OR #INPUT.ViewAction EQ "ViewMultiCheckoutShipping" OR #INPUT.ViewAction EQ "ViewMultiCheckoutPayment" OR #INPUT.ViewAction EQ "ViewMultiCheckoutHirePurchase" OR #INPUT.ViewAction EQ "ViewMultiCheckoutConfirmation" ) #SET("BaseBasketForm", 1) #ENDIF #IF( #BaseBasketForm )
#IF(#INPUT.ViewAction EQ "ViewMultiCheckoutAddress") #IF(#Shop.OrderProcessAddressText)
#Shop.OrderProcessAddressText[0]
#ENDIF #ELSIF(#INPUT.ViewAction EQ "ViewMultiCheckoutShipping") #IF(#Shop.OrderProcessShippingText)
#Shop.OrderProcessShippingText[0]
#ENDIF #ELSIF(#INPUT.ViewAction EQ "ViewMultiCheckoutPayment") #IF(#Shop.OrderProcessPaymentText)
#Shop.OrderProcessPaymentText[0]
#ENDIF #ELSIF(#INPUT.ViewAction EQ "ViewMultiCheckoutConfirmation") #IF(#LineItemContainer.NeedShipping AND #COUNT(#LineItemContainer.ShippingMethods) == 0 ) #SET("DisableCheckout", 1)

{NoShipping}


#ENDIF #IF(#LineItemContainer.NeedPayment AND #COUNT(#LineItemContainer.PaymentMethods) == 0 ) #SET("DisableCheckout", 1)

{NoPayment}


#ENDIF #IF(#Shop.OrderProcessCheckText)
#Shop.OrderProcessCheckText[0]
#ENDIF #ENDIF #IF((#INPUT.ViewAction EQ "ViewMultiCheckoutPayment") OR (#INPUT.ViewAction EQ "ViewMultiCheckoutConfirmation") ) #IF(NOT #IsMinOrderAmountReached) #SET("DisableCheckout", 1) #ENDIF #ENDIF
#ENDIF #MENU("SF-OrderMultipleCheckoutStep-Content") #INCLUDE(#Template) #ENDMENU #IF( #BaseBasketForm ) #IF(#Shop.AcceptTac AND #INPUT.ViewAction EQ "ViewMultiCheckoutConfirmation")

{MandatoryFields}

#ENDIF
#ENDIF #ENDLOCAL #ENDLOCAL