Question 86

You have loaded an instance of Magento\Catalog\Model\Productin the $productvariable. You know that the loaded product has the type configurable with four variations. These variations have the prices: $10,
$12, $12, $15.
What will be the result of the $product->getFinalPrice()call?
  • Question 87

    How do you add a new link into the My Account sidebar?
  • Question 88

    What will be the result of calling the save() method on a collection instance?
  • Question 89

    How many shipping addresses may be selected for an order during the checkout process?
  • Question 90

    You have created a new section in system configuration under the Catalog tab:

    How do you restrict an access to the section using Magento ACL?