Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
wishlist_shared.php File Reference

Go to the source code of this file.

Variables

 $simpleProduct = $product->load($product->getId())
 
 $options = []
 
foreach($simpleProduct->getOptions() as $option) $wishlist
 

Variable Documentation

◆ $options

$options = []

Definition at line 13 of file wishlist_shared.php.

◆ $simpleProduct

$simpleProduct = $product->load($product->getId())

Definition at line 11 of file wishlist_shared.php.

◆ $wishlist

foreach ( $simpleProduct->getOptions() as $option) $wishlist
Initial value:

Definition at line 33 of file wishlist_shared.php.