Hi i am new to smartshop i have downloaded .Net 7 version 5.1 or 5.2 I have issue when trying to allocate payment method (PayPal) also system crashes when allocating shipping address
See error below:
Exception: At least one shipping rate computation method provider is required to be active. Smartstore.Core.Checkout.Shipping.ShippingService.LoadActiveShippingRateComputationMethods(int storeId, string systemName) in ShippingService.cs- return new Provider<IShippingRateComputationMethod>[] { fallbackMethod };
- }
- if (DataSettings.DatabaseIsInstalled())
- {
- throw new Exception(T("Shipping.OneActiveMethodProviderRequired"));
- }
- }
- return activeMethods;
- }
Regards
Edmund Herbert