[data-v-component-order]|before = _component['order'][$order_idx] ?? []; ?> @order-product = [data-v-component-order] [data-v-cart] [data-v-order-product] @order-product|deleteAllButFirstChild @order-product|before = $product) { ?> @order-product|data-product_id = $product['product_id'] @order-product img[data-v-order-product-image]|src = $product['image'] //catch all data attributes @order-product [data-v-order-product-*]|innerText = @order-product a[data-v-order-product-*]|href = $product['@@__data-v-order-product-(*)__@@'] @order-product img[data-v-order-product-*]|src = $product['@@__data-v-order-product-(*)__@@'] @order-product input[data-v-order-product-*]|value = @order-product|after = @cart-option = [data-v-component-order] [data-v-order-product] [data-v-product-option] @cart-option|deleteAllButFirstChild @cart-option|before = 'product_option_value_id'] : false; $option_value = empty($product['option_value']) ? $_default : $product['option_value']; if($option_value) { foreach ($option_value as $product_option_value_id => $value) { ?> @cart-option [data-v-product-option-*]|innerText = $value['@@__data-v-product-option-(*)__@@'] @cart-option|after = @total = [data-v-component-order] [data-v-order-totals-total] @total|deleteAllButFirstChild @total|before = $total) { ?> //catch all data attributes @total [data-v-order-total-*]|innerText = $total['@@__data-v-order-total-(*)__@@'] @total a[data-v-order-total-*]|href = $total['@@__data-v-order-total-(*)__@@'] @total input[data-v-order-total-*]|value = $total['@@__data-v-order-total-(*)__@@'] @total|after = @history = [data-v-component-order] [data-v-order-history] @history|deleteAllButFirstChild @history|before = $history) { ?> //catch all data attributes @history [data-v-order-history-*]|innerText = $history['@@__data-v-order-history-(*)__@@'] @history a[data-v-order-history-*]|href = $history['@@__data-v-order-history-(*)__@@'] @history input[data-v-order-history-*]|value = $history['@@__data-v-order-history-(*)__@@'] @history|after = [data-v-component-order] [data-v-order-*]|innerText = $order['order']['@@__data-v-order-(*)__@@'] [data-v-component-order] [data-v-order-site_url]|href = $order['order']['site_url']