No order found.";
return;
}
$order = wc_get_order($order_id);
if ( ! $order ) {
echo "
Invalid order ID.
"; return; } // جلب بيانات أول منتج في الطلب $item = $order->get_items(); $item_data = reset($item); // أول منتج فقط $product = $item_data->get_product(); $product_name = $product->get_name(); $product_price = $order->get_total(); $product_image = wp_get_attachment_url($product->get_image_id()); ?>
💳 Confirm Your Payment
Total: $
💳 Pay $ via PayPal.me
⚠️ Please use Friends & Family option only. Otherwise, the payment will be refunded.
If not supported, please use Crypto (BTC, USDT) instead.
If not supported, please use Crypto (BTC, USDT) instead.