Inhalte aufrufen

Profilbild

V3.1.5 - Konfigurieren - Steuer nach Region


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

#1 Alexander V

Alexander V

    Erfahrener Benutzer

  • Members
  • 295 Beiträge

Geschrieben: 21 June 2018 - 13:05

Hallo,

 

füge ich einen neuen Steuersatz hinzu (z.B.: Italien) wird die CountryID falsch übernommen -> 0.

 

LG, Alex


  • Brantot gefällt das

#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3799 Beiträge

Geschrieben: 21 June 2018 - 14:03

Bitte mal die Datei /Plugins/SmartStore.Tax/Views/TaxByRegion/Configure.cshtml öffnen und Zeile 100 wie folgt ändern:
alt: @Html.DropDownList("CountryId", Model.AvailableCountries,
neu: @Html.DropDownList("AddCountryId", Model.AvailableCountries,
 
Analog bei /Plugins/SmartStore.Shipping/Views/ByTotal/Configure.cshtml, Zeile 203:
alt: @Html.DropDownList("CountryId", Model.AvailableCountries, "*",
neu: @Html.DropDownList("AddCountryId", Model.AvailableCountries, "*",

Marcus Gesing

Smartstore AG