storeSettings = new StoreSettings();
$this->cartItems = $cartItems;
$this->cartItems = Helper::loadBundleChild($this->cartItems, ['*']);
}
public function render()
{
?>
renderItems(); ?>
renderTotal(); ?>
-
currentCartItem, 'unit_price', 0)); $quantity = Arr::get($this->currentCartItem, 'quantity', 1); ?>