$product_view['price'], 'swap_old_regular' => @(positionOldPrice === "top"), 'show_old_price' => @showOldPrice, 'old_price' => array( 'wrap_start' => '', 'wrap_end' => '', 'label_class' => @if (oldPrice.showLabel) {'@(oldPrice.label.classNames)'} else {false}, 'label_attributes' => '@(oldPrice.label.effects.dataAttrs)', 'amount_class' => '@(oldPrice.amount.classNames)', 'amount_attributes' => '@(oldPrice.amount.effects.dataAttrs)', ), 'price' => array( 'wrap_start' => '', 'wrap_end' => '', 'label_class' => @if (regularPrice.showLabel) {'@(regularPrice.label.classNames)'} else {false}, 'label_attributes' =>'@(regularPrice.label.effects.dataAttrs)', 'amount_class' => '@(regularPrice.amount.classNames)', 'amount_attributes' => '@(regularPrice.amount.effects.dataAttrs)', ), )); ?>