Magento MSI; add custom attribute to Sources in M2 The 2019 Stack Overflow Developer Survey Results Are InAdd returned orders to inventoryWebsite/Store View scope helpAdd microdata stock availbility Magento 2What is the real usage of product attribute: quantity_and_stock_status?many-to-one product attributeHow can I set Source Priority for Source Selection Algorithm in Magento MSI (Multi Stock Inventory)?Magento 2.3 - How to fetch stock statuses of all the storesMagento 2.3 - Salable Quantity turning offHow to show out of stock product configuration in Magento 2.2.7?Showing Salable QTY in frontend Magento 2.3
Likelihood that a superbug or lethal virus could come from a landfill
What is preventing me from simply constructing a hash that's lower than the current target?
What is the meaning of Triage in Cybersec world?
Geography at the pixel level
Falsification in Math vs Science
How to charge AirPods to keep battery healthy?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
What is this sharp, curved notch on my knife for?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Why doesn't shell automatically fix "useless use of cat"?
Can withdrawing asylum be illegal?
What is the most efficient way to store a numeric range?
How do you keep chess fun when your opponent constantly beats you?
Does HR tell a hiring manager about salary negotiations?
Is it safe to harvest rainwater that fell on solar panels?
How to translate "being like"?
writing variables above the numbers in tikz picture
If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
Can a flute soloist sit?
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
Button changing its text & action. Good or terrible?
How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?
Magento MSI; add custom attribute to Sources in M2
The 2019 Stack Overflow Developer Survey Results Are InAdd returned orders to inventoryWebsite/Store View scope helpAdd microdata stock availbility Magento 2What is the real usage of product attribute: quantity_and_stock_status?many-to-one product attributeHow can I set Source Priority for Source Selection Algorithm in Magento MSI (Multi Stock Inventory)?Magento 2.3 - How to fetch stock statuses of all the storesMagento 2.3 - Salable Quantity turning offHow to show out of stock product configuration in Magento 2.2.7?Showing Salable QTY in frontend Magento 2.3
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
we want to use multiple sources using Magento Multistock MSI.
2 of our 5 stock locations are called 'virtual'. They have stock that is not readily avilable but can be sold.
OUr idea is to mark these 2 warehouse as 'virtual'. Orders based on items from these locations should inherit the 'virtual' attribute.
question: how can we add a new attribute to Magento Multistock MSI Sources and show it under Sources configuration as a two options element?
thanks, Sean
stock msi
add a comment |
we want to use multiple sources using Magento Multistock MSI.
2 of our 5 stock locations are called 'virtual'. They have stock that is not readily avilable but can be sold.
OUr idea is to mark these 2 warehouse as 'virtual'. Orders based on items from these locations should inherit the 'virtual' attribute.
question: how can we add a new attribute to Magento Multistock MSI Sources and show it under Sources configuration as a two options element?
thanks, Sean
stock msi
add a comment |
we want to use multiple sources using Magento Multistock MSI.
2 of our 5 stock locations are called 'virtual'. They have stock that is not readily avilable but can be sold.
OUr idea is to mark these 2 warehouse as 'virtual'. Orders based on items from these locations should inherit the 'virtual' attribute.
question: how can we add a new attribute to Magento Multistock MSI Sources and show it under Sources configuration as a two options element?
thanks, Sean
stock msi
we want to use multiple sources using Magento Multistock MSI.
2 of our 5 stock locations are called 'virtual'. They have stock that is not readily avilable but can be sold.
OUr idea is to mark these 2 warehouse as 'virtual'. Orders based on items from these locations should inherit the 'virtual' attribute.
question: how can we add a new attribute to Magento Multistock MSI Sources and show it under Sources configuration as a two options element?
thanks, Sean
stock msi
stock msi
asked Apr 8 at 13:51
snh_nlsnh_nl
2,9421046105
2,9421046105
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
On MSI track we are going to add Source Type ExtensionAttribute to the Source entity. So that you could use that attribute when released.
While we did not release that part - you can do it by yourself. Here is Magento documentation to use - https://devdocs.magento.com/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.html
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269198%2fmagento-msi-add-custom-attribute-to-sources-in-m2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
On MSI track we are going to add Source Type ExtensionAttribute to the Source entity. So that you could use that attribute when released.
While we did not release that part - you can do it by yourself. Here is Magento documentation to use - https://devdocs.magento.com/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.html
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
add a comment |
On MSI track we are going to add Source Type ExtensionAttribute to the Source entity. So that you could use that attribute when released.
While we did not release that part - you can do it by yourself. Here is Magento documentation to use - https://devdocs.magento.com/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.html
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
add a comment |
On MSI track we are going to add Source Type ExtensionAttribute to the Source entity. So that you could use that attribute when released.
While we did not release that part - you can do it by yourself. Here is Magento documentation to use - https://devdocs.magento.com/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.html
On MSI track we are going to add Source Type ExtensionAttribute to the Source entity. So that you could use that attribute when released.
While we did not release that part - you can do it by yourself. Here is Magento documentation to use - https://devdocs.magento.com/guides/v2.3/extension-dev-guide/extension_attributes/adding-attributes.html
answered 2 days ago
Igor MinyayloIgor Minyaylo
57127
57127
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
add a comment |
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
Glad to hear. Is this planned for a certain release? Will also check the link
– snh_nl
2 days ago
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
@snh_nl here is a link you can track - github.com/magento-engcom/msi/issues/2153
– Igor Minyaylo
yesterday
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269198%2fmagento-msi-add-custom-attribute-to-sources-in-m2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown