From a0ad52a44b05e8004fa860b7fec0e3f2e47e494f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Berk=20Ba=C5=9Fo=C4=9Flu?= Date: Sun, 9 Jun 2024 22:54:51 -0400 Subject: [PATCH] Added a fix. --- myorders.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/myorders.php b/myorders.php index 6d6658c..8d06d63 100644 --- a/myorders.php +++ b/myorders.php @@ -53,7 +53,7 @@ include "header.php";

#'.$product_id.'

'.$product_title.'

-

'.$qty.' x ₹ '.$product_price.'

+

'.$qty.' x $; '.$product_price.'

Delivered

@@ -61,7 +61,7 @@ include "header.php";

'.$qty.'

-

₹ '.$product_price.'

+

'.$product_price.' $

@@ -83,12 +83,12 @@ include "header.php";
@@ -104,7 +104,7 @@ include "header.php";

#'.$product_id.'

'.$product_title.'

-

'.$qty.' x ₹ '.$product_price.'

+

'.$qty.' x $ '.$product_price.'

Shipping

@@ -112,7 +112,7 @@ include "header.php";

'.$qty.'

-

₹ '.$product_price.'

+

'.$product_price.' $

@@ -132,12 +132,12 @@ include "header.php";