How we can pass the value from one extended view to another extend view with in single extension.

“We can pass the value from one extended view to another extended view within a single extension by passing the value to ‘this’. Here, we use the ‘afterViewRender’ function to assign the value. First, we define this function, and then we can set the value to the variable in ‘this’.” After that we can get… Continue reading How we can pass the value from one extended view to another extend view with in single extension.

Remove Inventory Information(stock message) until a color is selected on PDP page

Project- PTC-799Requirement: The current website behavior when you land on an item page is that it shows “in stock” based on a default item – it is only when you click on a color that it will reflect the inventory for that particular item. Remove the “In Stock” notice altogether on the landing page so… Continue reading Remove Inventory Information(stock message) until a color is selected on PDP page