medusa
medusa copied to clipboard
The world's most flexible commerce platform.
Do you think that we can create a plugin that offers external login/signup functionality (for customers)?
Medusa Backend, Server and Admin installed + Seed [email protected] supersecret Login Credentials - "These credentials do not match our records" Error Added "medusa user -e [email protected] -p abc1234" as well...
## Bug report ### Describe the bug When deleting image from product in admin, the connected image is not removed from Digital Ocean Spaces ### System information Medusa version (including...
**What** Solves admin issue [166](https://github.com/medusajs/admin/issues/166) Deleting a product option on a product without variants currently throws, because we are cleaning up variant options as well. **How** Only do variant clean...
## Bug report ### Describe the bug I followed the [guide on creating a plugin for Medusa](https://docs.medusajs.com/advanced/backend/plugins/create), but ended up hitting an issue trying to start an example Medusa project...
Would love to contribute to this feature request
Some users might want to fill out the business identifier number in billing details. That number is necessary if an invoice is needed for a business transaction. This is very...
**Is your feature request related to a problem? Please describe.** Currently, if you implement custom logic and need some configuration, the default config handling will strip off all properties, so...
The Webshipper plugin's implementation of `getFulfillmentOptions` only returns 30 rates. This is problematic if the user has more than 30 rates. The method should be updated to check if there...
## Bug report ### Describe the bug When extending `FulfillmentService`, and the `calculatePrice` method is invoked, the cart param comes in without the `shipping_address` relationship. This should be self explanatory,...