Ejemplo n.º 1
0
        public ActionResult Signup()
        {
            var shape = _services.New.Checkout_Signup(Signup: new SignupViewModel
            {
                ShowReceiveNewsletter = _webshopSettings.GetShowSubscribeToMailingList(),
                ShowAcceptTerms       = _webshopSettings.GetShowTermsAndConditions(),
                TermsAndConditionsUrl = _webshopSettings.GetTermsAndConditionsUrl(),
                PrivacyUrl            = _webshopSettings.GetPrivacyUrl(),
                ContinueShoppingUrl   = _webshopSettings.GetContinueShoppingUrl()
            });

            return(new ShapeResult(this, shape));
        }