29
30
Fork 85

Automatically calculate shipping costs based on country selection #961

Zusammengeführt
reinhard hat 11 Commits von Issue_877_merchanise_wrong_shipping nach master 2019-09-03 15:28:14 +00:00 zusammengeführt
Mitglied
Keine Beschreibung angegeben.
Mitglied

Let me know if you need support here.

Let me know if you need support here.
Autor
Mitglied

@monochromec the current state of the pull request is technically functional, but we will use this opportunity to re-evaluate which shipping costs are appropriate for which target countries. I expect this patch to be applied within the upcoming week.

@monochromec the current state of the pull request is technically functional, but we will use this opportunity to re-evaluate which shipping costs are appropriate for which target countries. I expect this patch to be applied within the upcoming week.
Besitzer

At this point, we could also think of using the same stucture as on fsfe.org/promo where we also ask for street, ZIP and city separately. Not sure what makes most sense for the ones who actually send the packages.

At this point, we could also think of using the same stucture as on fsfe.org/promo where we also ask for street, ZIP and city separately. Not sure what makes most sense for the ones who actually send the packages.
vincent hat 2019-05-29 10:43:47 +00:00 Änderungen angefragt
@ -46,0 +52,4 @@
my $shipping;
given ($country_code) {
Mitglied

I would recommend to avoid given / when because this is an experimental feature. Please see here.

I would recommend to avoid `given` / `when` because this is an experimental feature. Please see [here](https://perldoc.perl.org/perlsyn.html#Experimental-Details-on-given-and-when).
reinhard hat den Titel von WIP: Automatically calculate shipping costs based on country selection zu Automatically calculate shipping costs based on country selection 2019-09-03 15:22:07 +00:00 geändert
reinhard hat diesen Pull-Request 2019-09-03 15:28:13 +00:00 geschlossen
Anmelden, um an der Diskussion teilzunehmen.
Keine Beschreibung angegeben.