Replies: 14 comments 28 replies
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
-
@olivermrbl Hey Oliver, is there any update on a timeline? Related, is it correct that there's no way to edit metadata in medusa admin? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi medusajs team, now i want to add custom field "description" for collection and many more custom fields. so how to do it? |
Beta Was this translation helpful? Give feedback.
-
@olivermrbl Hi Oliver, I do have a few questions regarding this feature. My team is considering using MedusaJS, but we've found a roadblock, and potentially, Custom Fields API, could be the answer to that problem. We would like to use MedusaJS for a restaurant, but the examples we've found so far assume every product is a dish, which is not our case (https://medusajs.com/blog/next-js-storefront-food-ecommerce-restaurant-medusa-paystack/). For our needs, we will need to have the concept of a modifier (extra cheese, ketchup, etc): it's similar to a variant but can be shared between different products. On the contrary, a variant must be defined upfront and cannot be shared with other products. The metadata field is not optimal, because if for instance, the restaurant runs out of stock, we will need to iterate through all the products just to find out which ones have that modifier and set it as out of stock, for instance. Custom Fields seem like a very promising feature because it could allow extending Product entity without forking Medusa. The other solution would be to use Medusa Extender as far as I know. Could Custom Fields fit our needs? Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
I have been waiting over a year for custom product fields, and it keeps getting pushed back. It was hard for me to read that the technical design has not even been started. Strapi has done a great job at this and Medusa should work / be designed very similar. Thank you! |
Beta Was this translation helpful? Give feedback.
-
With Medusa 1.8 is now possible to simply extend an entity to add new fields, right? So is this the recommended approach going forward or are you going to also provide a "customFields" configurable in the medusa-config ? |
Beta Was this translation helpful? Give feedback.
-
After spending over 5 hours testing medusa js, I'm sad to say that the lack of a custom fields API is too much of a worry to use the library, so I won't be using it to build my e-commerce site. |
Beta Was this translation helpful? Give feedback.
-
Hi Team
} Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hey @olivermrbl, Adding the custom attributes feature, similar to the one in Saleor, would be much more logical. By assigning these attributes to the product type, as soon as the product type is selected, those attributes would be available, creating a rapid product attributes process. Attributes can have multiple options such as free text, multiple-choice, multiple-selection, checkboxes, and more. |
Beta Was this translation helpful? Give feedback.
-
Hey @olivermrbl I have few doubts regarding medusajs, if you help it will be better. How can we find which micro-services(functions) are bind to which api, lets suppose considering an Admin Product POST api that creates a product with variants will use ProductService functions , VariantService functions and many more. How to find all the services that are bind with the API. And How can we extend the product variants with custom attributes in create-product api Product create api validator variants validator Let me know for any more information regarding above, Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hi @olivermrbl Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi!! I am also a new medusa user and It would be really great if custom fields could be added to Medusa because it's true that it's a task we would like to get rid of quickly in our projects. Just now, I would like to add an image field to product-categories, and it's a lot of code for something that could be directly managed from the Medusa admin or via a JSON file... |
Beta Was this translation helpful? Give feedback.
-
I created the plugin that adds custom attributes to the products. If you're looking for a good solution definetely check it out. Also there is a blog post how to use that plugin. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much I will look at that right now
…On Mon, 6 Nov 2023 at 15:59, Viktor ***@***.***> wrote:
I created the plugin that adds custom attributes API to the products. If
you're looking for a good solution definetely check it out
<https://www.npmjs.com/package/medusa-custom-attributes>. Also there is a blog
post <https://rigby.pl/en/blog/custom-attributes-in-medusa.js> how to use
that plugin.
—
Reply to this email directly, view it on GitHub
<#1947 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3DH66CAQQRB5NMXZRX74JTYDECNPAVCNFSM55FSDC42U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TONBYHEZTKMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Comment from @olivermrbl:
What
In Q1 2023, we will revisit our Product API and begin to extend its capabilities. In the first iteration, we will introduce Nested Categories (see RFC (TBA)), and later we will add support for custom fields.
We are likely to start scoping the Custom Fields API in mid-Q1.OP
I checked the admin demo and could see no way to add custom attributes for products. Did I miss something or would this need to be done via code?
Beta Was this translation helpful? Give feedback.
All reactions