Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify shipping calculation configuration #344

Open
muratcakir opened this issue Apr 28, 2016 · 1 comment
Open

Simplify shipping calculation configuration #344

muratcakir opened this issue Apr 28, 2016 · 1 comment
Assignees

Comments

@muratcakir
Copy link
Contributor

  • Combine shipping by weight and shipping by region providers
  • Implement shipping zones (container for multiple countries/regions)
  • Reduce UI complexity

http://community.smartstore.com/index.php?/topic/47756-konfigurieren-versand-nach-gewicht/

@Michael-Herzog Michael-Herzog self-assigned this Sep 13, 2017
@Michael-Herzog
Copy link
Contributor

Sorry for the german langauge. The following thoughts were intended to be implemented immediately but now they have to wait a little longer. I post them as a comment in this issue so they won't be lost.

ShippingByWeight geht in ShippingByTotal auf.

  • Versandbedingungen von ShippingByTotal müssen erweitert werden um FromWeight, ToWeight & CriteriaType
  • Migration muss angelegt werden, die alle vorhandenen Versandbedingungen in die ShippingByTotal Tabelle rüberschaufelt (Dazu vielleicht die Tabelle noch um eine Feld IsActive erweitern, welches im Falle das ShippingByWeight aktiv war, alle Einträge in ShippingByTotal auf inaktiv setzt und umgekehrt)
  • ShippingChargeAmount & BaseCharge könnten in der Migration zusammengelegt werden
  • Option "Gewicht versandkostenbefreiter Produkte berücksichtigen" muss in ShippingByTotal übertragen werden

Mindermengenzuschlag macht auf Bedingungsebene mehr Sinn (vielleicht will man bei teureren Versandarten (z.B. UPS) eher einen Mindermengenzuschlag einrichten oder einen größeren)

  • für Shipping.ByTotal müsste das dann auf dieser Ebene zugefügt werden

Optionen von ShippingByWeight "Gebühr mit Gewicht multiplizieren" macht auch auf Bedingungsebene mehr Sinn

  • Hier wäre ausserdem die Berechnung gut, die bei prozentualer Berechung in ShippingByTotal schon eingeführt wurde, also eine Kombination aus Basisgebühr + (Faktor * Gewicht) gedeckelt von Max. Gebühr

@zihniartar zihniartar transferred this issue from smartstore/SmartStoreNET Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants