magento 2 checkout whats is config & deps? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraIWD One Page Checkout: Frontpage above checkoutCustomers can't change item quantities on /checkout/cart/How can i rewrite TierPrice Block in Magento2“sku” in checkout config provider. magento 2Disable country field in checkout Magento 2Whats the main use of item name=“types” in magento 2 checkout xml file?How to make checkout page 2columns-left on magento 2Magento 2.2.1: Add Custom Upload file attribute in CheckoutMagento2 : How to display custom values in checkout pageMagento 2 How to set Config Provider for all pages?

Bayes factor vs P value

Could moose/elk survive in the Amazon forest?

Passing args from the bash script to the function in the script

Mistake in years of experience in resume?

How would this chord from "Rocket Man" be analyzed?

Does Mathematica have an implementation of the Poisson binomial distribution?

Co-worker works way more than he should

How to not starve gigantic beasts

Raising a bilingual kid. When should we introduce the majority language?

c++ diamond problem - How to call base method only once

Justification for leaving new position after a short time

Why do games have consumables?

I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?

How long after the last departure shall the airport stay open for an emergency return?

What was Apollo 13's "Little Jolt" after MECO?

What *exactly* is electrical current, voltage, and resistance?

Additive group of local rings

Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?

What is this word supposed to be?

How would I use different systems of magic when they are capable of the same effects?

A faster way to compute the largest prime factor

Rolling Stones Sway guitar solo chord function

All ASCII characters with a given bit count

Did the Roman Empire have penal colonies?



magento 2 checkout whats is config & deps?



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraIWD One Page Checkout: Frontpage above checkoutCustomers can't change item quantities on /checkout/cart/How can i rewrite TierPrice Block in Magento2“sku” in checkout config provider. magento 2Disable country field in checkout Magento 2Whats the main use of item name=“types” in magento 2 checkout xml file?How to make checkout page 2columns-left on magento 2Magento 2.2.1: Add Custom Upload file attribute in CheckoutMagento2 : How to display custom values in checkout pageMagento 2 How to set Config Provider for all pages?



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








3















Does anyone know about config & deps in checkout like below code -



<item name="config" xsi:type="array">
<item name="deps" xsi:type="array">
<item name="0" xsi:type="string">checkout.steps.shipping-step.shippingAddress</item>
<item name="1" xsi:type="string">checkout.steps.billing-step.payment</item>
</item>
</item>









share|improve this question
























  • @MuhammadHasham sorry to say this,but still i am not fully understand.

    – sumeet bajaj
    yesterday

















3















Does anyone know about config & deps in checkout like below code -



<item name="config" xsi:type="array">
<item name="deps" xsi:type="array">
<item name="0" xsi:type="string">checkout.steps.shipping-step.shippingAddress</item>
<item name="1" xsi:type="string">checkout.steps.billing-step.payment</item>
</item>
</item>









share|improve this question
























  • @MuhammadHasham sorry to say this,but still i am not fully understand.

    – sumeet bajaj
    yesterday













3












3








3








Does anyone know about config & deps in checkout like below code -



<item name="config" xsi:type="array">
<item name="deps" xsi:type="array">
<item name="0" xsi:type="string">checkout.steps.shipping-step.shippingAddress</item>
<item name="1" xsi:type="string">checkout.steps.billing-step.payment</item>
</item>
</item>









share|improve this question
















Does anyone know about config & deps in checkout like below code -



<item name="config" xsi:type="array">
<item name="deps" xsi:type="array">
<item name="0" xsi:type="string">checkout.steps.shipping-step.shippingAddress</item>
<item name="1" xsi:type="string">checkout.steps.billing-step.payment</item>
</item>
</item>






magento2 checkout






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









Raj Mohan R

714211




714211










asked 2 days ago









sumeet bajajsumeet bajaj

1199




1199












  • @MuhammadHasham sorry to say this,but still i am not fully understand.

    – sumeet bajaj
    yesterday

















  • @MuhammadHasham sorry to say this,but still i am not fully understand.

    – sumeet bajaj
    yesterday
















@MuhammadHasham sorry to say this,but still i am not fully understand.

– sumeet bajaj
yesterday





@MuhammadHasham sorry to say this,but still i am not fully understand.

– sumeet bajaj
yesterday










1 Answer
1






active

oldest

votes


















1














If you want to load testchild component before testchildtwo then you should configure it in xml config node. Inside config node we have to define node . Deps node is array and can contains more that one component. In our case we defined only one component checkout.testchild.



<item name="deps" xsi:type="array"> 
<item name="0" xsi:type="string">checkout.testchild</item>
</item>


Deps name must contain full component name, in our case it is: checkout.testchild. Our component depends to component checkout.testchild.



Reference: https://potkoc.com/2018/11/10/magento-2-ui-components-dependency/



I hope this will help






share|improve this answer























  • Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

    – sumeet bajaj
    yesterday











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%2f270940%2fmagento-2-checkout-whats-is-config-deps%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









1














If you want to load testchild component before testchildtwo then you should configure it in xml config node. Inside config node we have to define node . Deps node is array and can contains more that one component. In our case we defined only one component checkout.testchild.



<item name="deps" xsi:type="array"> 
<item name="0" xsi:type="string">checkout.testchild</item>
</item>


Deps name must contain full component name, in our case it is: checkout.testchild. Our component depends to component checkout.testchild.



Reference: https://potkoc.com/2018/11/10/magento-2-ui-components-dependency/



I hope this will help






share|improve this answer























  • Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

    – sumeet bajaj
    yesterday















1














If you want to load testchild component before testchildtwo then you should configure it in xml config node. Inside config node we have to define node . Deps node is array and can contains more that one component. In our case we defined only one component checkout.testchild.



<item name="deps" xsi:type="array"> 
<item name="0" xsi:type="string">checkout.testchild</item>
</item>


Deps name must contain full component name, in our case it is: checkout.testchild. Our component depends to component checkout.testchild.



Reference: https://potkoc.com/2018/11/10/magento-2-ui-components-dependency/



I hope this will help






share|improve this answer























  • Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

    – sumeet bajaj
    yesterday













1












1








1







If you want to load testchild component before testchildtwo then you should configure it in xml config node. Inside config node we have to define node . Deps node is array and can contains more that one component. In our case we defined only one component checkout.testchild.



<item name="deps" xsi:type="array"> 
<item name="0" xsi:type="string">checkout.testchild</item>
</item>


Deps name must contain full component name, in our case it is: checkout.testchild. Our component depends to component checkout.testchild.



Reference: https://potkoc.com/2018/11/10/magento-2-ui-components-dependency/



I hope this will help






share|improve this answer













If you want to load testchild component before testchildtwo then you should configure it in xml config node. Inside config node we have to define node . Deps node is array and can contains more that one component. In our case we defined only one component checkout.testchild.



<item name="deps" xsi:type="array"> 
<item name="0" xsi:type="string">checkout.testchild</item>
</item>


Deps name must contain full component name, in our case it is: checkout.testchild. Our component depends to component checkout.testchild.



Reference: https://potkoc.com/2018/11/10/magento-2-ui-components-dependency/



I hope this will help







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 days ago









Muhammad HashamMuhammad Hasham

3,22121033




3,22121033












  • Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

    – sumeet bajaj
    yesterday

















  • Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

    – sumeet bajaj
    yesterday
















Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

– sumeet bajaj
yesterday





Thanks for your reply,i will just do upvote,i will not accept answer until fully understand

– sumeet bajaj
yesterday

















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%2f270940%2fmagento-2-checkout-whats-is-config-deps%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