friends-of-forkcms / fork-cms-module-commerce

Commerce module allows you to manage a product catalog and create a unique webshop using Fork CMS. WORK IN PROGRESS!
MIT License
6 stars 7 forks source link

Add CommerceDelivery module #42

Open alessandrocraeye opened 2 years ago

alessandrocraeye commented 2 years ago

Adds a new shipment method where the shipping cost can be set per country. If no country is enabled it falls back to the default delivery pricing.

Validation still needs to be added so only the available country / method is shown based on the shipment address provided by the customer.

alessandrocraeye commented 2 years ago

There's still an issue with the test failing on the foreach in Quote.php:24. Not sure how I should supply the shipmentMethod countries to the module settings in order for them to be available in the test.

jessedobbelaere commented 2 years ago

Hmm weird, can you enable "Allow write-access for maintainers" in the settings of this PR? I can try to push a fix