private void ShowTerms() { ShippingAddressStaticView.Enable(); ShipMethodView.Enable(); PanelTerms.Enabled = true; ActivatePanelClass(PanelTerms, ACTIVE_PANEL_CSSCLASS); }
private void ShowOver13() { ShippingAddressStaticView.Enable(); ShipMethodView.Enable(); PanelCheckboxOver13.Enabled = true; ActivatePanelClass(PanelCheckboxOver13, ACTIVE_PANEL_CSSCLASS); }