يسعدنا انضمامكم إلينا.
add_filter('woe_get_order_value_order_total', function($value, $order, $field) {
$exchange_rate = 14300;
return round(floatval($value) * $exchange_rate);
}, 10, 3);
add_filter('woe_get_order_value_order_subtotal', function($value, $order, $field) {
$exchange_rate = 14300;
return round(floatval($value) * $exchange_rate);
}, 10, 3);
add_filter('woe_get_order_product_value_item_price', function($value, $order, $item, $product, $field) {
$exchange_rate = 14300;
return round(floatval($value) * $exchange_rate);
}, 10, 5);
لقد صممنا هذا الموقع ليكون جسراً يربطكم بأفضل المنتجات والخدمات بأسعار مدروسة ونظام فوترة عصري، لأن هدفنا ببساطة هو جعل حياتكم أسهل.
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.