Display Out of Stock Configuration not working The 2019 Stack Overflow Developer Survey Results Are InHow do I? Magento out of stock simple products, but DO want to show configurable product (out of stock)How to display products in site that are out of stockDisable manage stock configuration Magento does not workfunction isAvailable (always?) returning true for configurable productsConfigurable product still displayed but accosiated simple product is out of stockConfigurable Product Price not displaying'only x left threshold' option not workingConfigurable Product - Shows available in category view but Out of Stock in Product View and without Add to Cart buttonMagento Products disappear due to stock 0 But stock Options not availableConfigurable product and associated products are in stock. Associated products have quantity > 0, still showing Out of Stock in front end.

How do I free up internal storage if I don't have any apps downloaded?

Why not take a picture of a closer black hole?

How to type a long/em dash `—`

Pokemon Turn Based battle (Python)

How to support a colleague who finds meetings extremely tiring?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Falsification in Math vs Science

How do you keep chess fun when your opponent constantly beats you?

Is it a good practice to use a static variable in a Test Class and use that in the actual class instead of Test.isRunningTest()?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

How to charge AirPods to keep battery healthy?

Deal with toxic manager when you can't quit

Keeping a retro style to sci-fi spaceships?

Kerning for subscripts of sigma?

Can withdrawing asylum be illegal?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?

Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?

The difference between dialogue marks

How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?

How can I define good in a religion that claims no moral authority?

The phrase "to the numbers born"?

Can we generate random numbers using irrational numbers like π and e?

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?



Display Out of Stock Configuration not working



The 2019 Stack Overflow Developer Survey Results Are InHow do I? Magento out of stock simple products, but DO want to show configurable product (out of stock)How to display products in site that are out of stockDisable manage stock configuration Magento does not workfunction isAvailable (always?) returning true for configurable productsConfigurable product still displayed but accosiated simple product is out of stockConfigurable Product Price not displaying'only x left threshold' option not workingConfigurable Product - Shows available in category view but Out of Stock in Product View and without Add to Cart buttonMagento Products disappear due to stock 0 But stock Options not availableConfigurable product and associated products are in stock. Associated products have quantity > 0, still showing Out of Stock in front end.



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I have a configurable product with 3 simple products associated to it that were added via REST.



I have set the "Display Out of Stock Products" option in System->Configuration->Inventory to "Yes"



Configurable Product



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

Simple Product 1



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 5

Simple Product 2



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 1

Simple Product 3



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => Out of Stock

  • Quantity => 0

Why won't Product 3 show on my website (front-end)? It displays when I set the product to "In Stock".



EDIT: So I got it working in a roundabout way. I sent the URL twice and it now displays as "backordered". Full disclosure - I am using someone else's code and trying to make this work. Here is the important part of the URL (minus my website info)



  • https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name1=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name2=&inchi=&inchi_key=&formula=C8H7F3N2O2&mass=220.148&cas=1192155-06-8&purity=&mdl=&msds=&total_stock=5.1g&images[0]=29543.png&categories[0]=&categories[1]=&categories[2]=&categories[4]=&categories[5]=&categories[6]=&options[1][price]=940&options[1][code]=E29543G1&options[1][unit]=G1&options[1][size]=1g&options[1][instock]=yes&options[1][stock]=5&options[2][price]=2810&options[2][code]=E29543G5&options[2][unit]=G5&options[2][size]=5g&options[2][instock]=yes&options[2][stock]=1&options[3][price]=4610&options[3][code]=E29543G10&options[3][unit]=G10&options[3][size]=10g&options[3][instock]=yes&options[3][stock]=0&options[4][price]=&options[4][code]=&options[4][unit]=&options[4][size]=&options[4][instock]=yes&options[4][stock]=&options[5][price]=&options[5][code]=&options[5][unit]=&options[5][size]=&options[5][instock]=yes&options[5][stock]=&options[6][price]=&options[6][code]=&options[6][unit]=&options[6][size]=&options[6][instock]=yes&options[6][stock]=%3F

Why would this work the 2nd time but not the first??? Not sure if it's relevant, but it would seem the previous developer created a custom data controller.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • > https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

    – JoshBelke
    Jul 12 '16 at 17:34


















4















I have a configurable product with 3 simple products associated to it that were added via REST.



I have set the "Display Out of Stock Products" option in System->Configuration->Inventory to "Yes"



Configurable Product



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

Simple Product 1



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 5

Simple Product 2



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 1

Simple Product 3



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => Out of Stock

  • Quantity => 0

Why won't Product 3 show on my website (front-end)? It displays when I set the product to "In Stock".



EDIT: So I got it working in a roundabout way. I sent the URL twice and it now displays as "backordered". Full disclosure - I am using someone else's code and trying to make this work. Here is the important part of the URL (minus my website info)



  • https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name1=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name2=&inchi=&inchi_key=&formula=C8H7F3N2O2&mass=220.148&cas=1192155-06-8&purity=&mdl=&msds=&total_stock=5.1g&images[0]=29543.png&categories[0]=&categories[1]=&categories[2]=&categories[4]=&categories[5]=&categories[6]=&options[1][price]=940&options[1][code]=E29543G1&options[1][unit]=G1&options[1][size]=1g&options[1][instock]=yes&options[1][stock]=5&options[2][price]=2810&options[2][code]=E29543G5&options[2][unit]=G5&options[2][size]=5g&options[2][instock]=yes&options[2][stock]=1&options[3][price]=4610&options[3][code]=E29543G10&options[3][unit]=G10&options[3][size]=10g&options[3][instock]=yes&options[3][stock]=0&options[4][price]=&options[4][code]=&options[4][unit]=&options[4][size]=&options[4][instock]=yes&options[4][stock]=&options[5][price]=&options[5][code]=&options[5][unit]=&options[5][size]=&options[5][instock]=yes&options[5][stock]=&options[6][price]=&options[6][code]=&options[6][unit]=&options[6][size]=&options[6][instock]=yes&options[6][stock]=%3F

Why would this work the 2nd time but not the first??? Not sure if it's relevant, but it would seem the previous developer created a custom data controller.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • > https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

    – JoshBelke
    Jul 12 '16 at 17:34














4












4








4








I have a configurable product with 3 simple products associated to it that were added via REST.



I have set the "Display Out of Stock Products" option in System->Configuration->Inventory to "Yes"



Configurable Product



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

Simple Product 1



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 5

Simple Product 2



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 1

Simple Product 3



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => Out of Stock

  • Quantity => 0

Why won't Product 3 show on my website (front-end)? It displays when I set the product to "In Stock".



EDIT: So I got it working in a roundabout way. I sent the URL twice and it now displays as "backordered". Full disclosure - I am using someone else's code and trying to make this work. Here is the important part of the URL (minus my website info)



  • https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name1=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name2=&inchi=&inchi_key=&formula=C8H7F3N2O2&mass=220.148&cas=1192155-06-8&purity=&mdl=&msds=&total_stock=5.1g&images[0]=29543.png&categories[0]=&categories[1]=&categories[2]=&categories[4]=&categories[5]=&categories[6]=&options[1][price]=940&options[1][code]=E29543G1&options[1][unit]=G1&options[1][size]=1g&options[1][instock]=yes&options[1][stock]=5&options[2][price]=2810&options[2][code]=E29543G5&options[2][unit]=G5&options[2][size]=5g&options[2][instock]=yes&options[2][stock]=1&options[3][price]=4610&options[3][code]=E29543G10&options[3][unit]=G10&options[3][size]=10g&options[3][instock]=yes&options[3][stock]=0&options[4][price]=&options[4][code]=&options[4][unit]=&options[4][size]=&options[4][instock]=yes&options[4][stock]=&options[5][price]=&options[5][code]=&options[5][unit]=&options[5][size]=&options[5][instock]=yes&options[5][stock]=&options[6][price]=&options[6][code]=&options[6][unit]=&options[6][size]=&options[6][instock]=yes&options[6][stock]=%3F

Why would this work the 2nd time but not the first??? Not sure if it's relevant, but it would seem the previous developer created a custom data controller.










share|improve this question
















I have a configurable product with 3 simple products associated to it that were added via REST.



I have set the "Display Out of Stock Products" option in System->Configuration->Inventory to "Yes"



Configurable Product



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

Simple Product 1



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 5

Simple Product 2



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => In Stock

  • Quantity => 1

Simple Product 3



  • Manage Stock => Yes; Use Config Settings

  • Stock Availability => Out of Stock

  • Quantity => 0

Why won't Product 3 show on my website (front-end)? It displays when I set the product to "In Stock".



EDIT: So I got it working in a roundabout way. I sent the URL twice and it now displays as "backordered". Full disclosure - I am using someone else's code and trying to make this work. Here is the important part of the URL (minus my website info)



  • https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name1=Ethyl%206-(trifluoromethyl)pyridazine-3-carboxylate&name2=&inchi=&inchi_key=&formula=C8H7F3N2O2&mass=220.148&cas=1192155-06-8&purity=&mdl=&msds=&total_stock=5.1g&images[0]=29543.png&categories[0]=&categories[1]=&categories[2]=&categories[4]=&categories[5]=&categories[6]=&options[1][price]=940&options[1][code]=E29543G1&options[1][unit]=G1&options[1][size]=1g&options[1][instock]=yes&options[1][stock]=5&options[2][price]=2810&options[2][code]=E29543G5&options[2][unit]=G5&options[2][size]=5g&options[2][instock]=yes&options[2][stock]=1&options[3][price]=4610&options[3][code]=E29543G10&options[3][unit]=G10&options[3][size]=10g&options[3][instock]=yes&options[3][stock]=0&options[4][price]=&options[4][code]=&options[4][unit]=&options[4][size]=&options[4][instock]=yes&options[4][stock]=&options[5][price]=&options[5][code]=&options[5][unit]=&options[5][size]=&options[5][instock]=yes&options[5][stock]=&options[6][price]=&options[6][code]=&options[6][unit]=&options[6][size]=&options[6][instock]=yes&options[6][stock]=%3F

Why would this work the 2nd time but not the first??? Not sure if it's relevant, but it would seem the previous developer created a custom data controller.







magento-1.9 rest stock






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 19 '16 at 0:44







chiweez

















asked May 17 '16 at 16:56









chiweezchiweez

2113




2113





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.














  • > https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

    – JoshBelke
    Jul 12 '16 at 17:34


















  • > https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

    – JoshBelke
    Jul 12 '16 at 17:34

















> https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

– JoshBelke
Jul 12 '16 at 17:34






> https://****/index.php/****/****/push?&prodcode=29543&sku=E29543&name Unfortunately, this is custom solution using a URL and not the Rest API as mentioned prior. (devdocs.magento.com/guides/m1x/api/rest/…)

– JoshBelke
Jul 12 '16 at 17:34











1 Answer
1






active

oldest

votes


















0















I have set the "Display Out of Stock Products" option in
System->Configuration->Inventory to "Yes"




Please refresh the indexes/cache in the admin.



Then, when putting up the product via REST, try the following:



"stock_data" :
"qty" : 0,
"is_in_stock" : 1,
"use_config_manage_stock" : 1,






share|improve this answer























  • Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

    – chiweez
    May 17 '16 at 20:01











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f115822%2fdisplay-out-of-stock-configuration-not-working%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









0















I have set the "Display Out of Stock Products" option in
System->Configuration->Inventory to "Yes"




Please refresh the indexes/cache in the admin.



Then, when putting up the product via REST, try the following:



"stock_data" :
"qty" : 0,
"is_in_stock" : 1,
"use_config_manage_stock" : 1,






share|improve this answer























  • Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

    – chiweez
    May 17 '16 at 20:01















0















I have set the "Display Out of Stock Products" option in
System->Configuration->Inventory to "Yes"




Please refresh the indexes/cache in the admin.



Then, when putting up the product via REST, try the following:



"stock_data" :
"qty" : 0,
"is_in_stock" : 1,
"use_config_manage_stock" : 1,






share|improve this answer























  • Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

    – chiweez
    May 17 '16 at 20:01













0












0








0








I have set the "Display Out of Stock Products" option in
System->Configuration->Inventory to "Yes"




Please refresh the indexes/cache in the admin.



Then, when putting up the product via REST, try the following:



"stock_data" :
"qty" : 0,
"is_in_stock" : 1,
"use_config_manage_stock" : 1,






share|improve this answer














I have set the "Display Out of Stock Products" option in
System->Configuration->Inventory to "Yes"




Please refresh the indexes/cache in the admin.



Then, when putting up the product via REST, try the following:



"stock_data" :
"qty" : 0,
"is_in_stock" : 1,
"use_config_manage_stock" : 1,







share|improve this answer












share|improve this answer



share|improve this answer










answered May 17 '16 at 17:58









JoshBelkeJoshBelke

27123




27123












  • Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

    – chiweez
    May 17 '16 at 20:01

















  • Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

    – chiweez
    May 17 '16 at 20:01
















Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

– chiweez
May 17 '16 at 20:01





Josh - The way I have it configured, shouldn't it display the product even if "is_in_stock": 0 ?

– chiweez
May 17 '16 at 20:01

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f115822%2fdisplay-out-of-stock-configuration-not-working%23new-answer', 'question_page');

);

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







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form