Inhalte aufrufen

Profilbild
- - - - -

Smartshop version 5 Community version .NET


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 Herbtech

Herbtech

    Newbie

  • Members
  • Punkt
  • 2 Beiträge

Geschrieben: 02 January 2023 - 13:52

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
  1.  
  2. return new Provider<IShippingRateComputationMethod>[] { fallbackMethod };
  3. }
  4.  
  5. if (DataSettings.DatabaseIsInstalled())
  6. {
  1. throw new Exception(T("Shipping.OneActiveMethodProviderRequired"));
  1. }
  2. }
  3.  
  4. return activeMethods;
  5. }
  6.  

Regards

 

Edmund Herbert



#2 stefanmueller

stefanmueller

    SmartStore AG

  • Administrators
  • 462 Beiträge

Geschrieben: 04 January 2023 - 14:11

Hi Edmund!

 

Current release is Smartstore 5.0.1, the next one will be 5.0.2 soon, no release date is set as of now.

 

I suggest you reinstall 5.0.2 when it is released, as there were some issues which were fixed with hotfixes, and they will be nicely packaged and ready-to-install in 5.0.2.

 

Greetings Stefan


Stefan