Changeset 3245173
- Timestamp:
- 02/23/2025 11:09:06 AM (14 months ago)
- Location:
- sideup-ksa
- Files:
-
- 35 added
- 4 edited
-
tags/3.0.2 (added)
-
tags/3.0.2/includes (added)
-
tags/3.0.2/includes/config.php (added)
-
tags/3.0.2/includes/custom_admin_country_states.php (added)
-
tags/3.0.2/includes/helper.php (added)
-
tags/3.0.2/includes/main_menu.php (added)
-
tags/3.0.2/includes/orders_page.php (added)
-
tags/3.0.2/includes/resources (added)
-
tags/3.0.2/includes/resources/custom_sideup_areas.php (added)
-
tags/3.0.2/includes/sideup_shipping_settings.php (added)
-
tags/3.0.2/public (added)
-
tags/3.0.2/public/css (added)
-
tags/3.0.2/public/css/__bootstrap.min.css (added)
-
tags/3.0.2/public/css/bootstrap.min.css (added)
-
tags/3.0.2/public/css/sweetalert2.min.css (added)
-
tags/3.0.2/public/img (added)
-
tags/3.0.2/public/img/favicon.ico (added)
-
tags/3.0.2/public/img/logo.svg (added)
-
tags/3.0.2/public/img/refresh.png (added)
-
tags/3.0.2/public/img/sideup-icon.png (added)
-
tags/3.0.2/public/img/sideup.png (added)
-
tags/3.0.2/public/img/sideup.svg (added)
-
tags/3.0.2/public/img/voo.svg (added)
-
tags/3.0.2/public/img/voo1.jpg (added)
-
tags/3.0.2/public/img/voo1.svg (added)
-
tags/3.0.2/public/img/voo2.svg (added)
-
tags/3.0.2/public/js (added)
-
tags/3.0.2/public/js/areaMap.json (added)
-
tags/3.0.2/public/js/side-up-manger.js (added)
-
tags/3.0.2/public/js/sweetalert2.min.js (added)
-
tags/3.0.2/readme.txt (added)
-
tags/3.0.2/sideup.php (added)
-
tags/3.0.2/uninstall.php (added)
-
tags/3.0.2/views (added)
-
tags/3.0.2/views/ship_model.php (added)
-
trunk/includes/orders_page.php (modified) (1 diff)
-
trunk/public/js/side-up-manger.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sideup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sideup-ksa/trunk/includes/orders_page.php
r3243360 r3245173 275 275 276 276 $shipping = $orderInfo->get_data()['shipping']; 277 $city = $orderInfo->get_ shipping_city();278 $state = $orderInfo->get_ shipping_state();277 $city = $orderInfo->get_billing_city(); 278 $state = $orderInfo->get_billing_state(); 279 279 $total = $orderInfo->get_total(); 280 280 $key = $orderInfo->get_order_key(); 281 $shipping_address = $orderInfo->get_ shipping_state() . ' - ' . $orderInfo->get_shipping_city() . ' - ' . $orderInfo->get_shipping_address_1();281 $shipping_address = $orderInfo->get_billing_state() . ' - ' . $orderInfo->get_billing_city() . ' - ' . $orderInfo->get_billing_address_1(); 282 282 283 283 $mobile = $orderInfo->get_shipping_phone(); 284 $customer_first_name = $orderInfo->get_ shipping_first_name();285 $customer_last_name = $orderInfo->get_ shipping_last_name();286 $customer_phone = $orderInfo->get_ shipping_phone();284 $customer_first_name = $orderInfo->get_billing_first_name(); 285 $customer_last_name = $orderInfo->get_billing_last_name(); 286 $customer_phone = $orderInfo->get_billing_phone(); 287 287 $bearerToken = SIDEUP_API_KEY; 288 288 $currency = CURRENCY; -
sideup-ksa/trunk/public/js/side-up-manger.js
r3243360 r3245173 130 130 <td>${customerName}</td> 131 131 <td> 132 <input type="text" class="phone_${orderId} form-control" style="width: 100%;" value="${customerShippingPhone}" placeholder=" 01012345678, 01198765432, 01555555555">132 <input type="text" class="phone_${orderId} form-control" style="width: 100%;" value="${customerShippingPhone}" placeholder="+966551234567"> 133 133 </td> 134 134 <td> 135 <input type="text" class="receiver_extra_phone${orderId} form-control" style="width: 100%;" value="" placeholder=" 01012345678, 01198765432, 01555555555">135 <input type="text" class="receiver_extra_phone${orderId} form-control" style="width: 100%;" value="" placeholder="+966551234567"> 136 136 </td> 137 137 <td> -
sideup-ksa/trunk/readme.txt
r3243360 r3245173 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.7.1 9 Stable tag: 3.0. 19 Stable tag: 3.0.2 10 10 License: GPL v2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
sideup-ksa/trunk/sideup.php
r3243360 r3245173 4 4 * Plugin URI: https://www.sideup.co/sideup-sa-plugin/ 5 5 * Description: SIDEUP’s official extension for WooCommerce on WordPress in KSA. 6 * Version: 3.0. 16 * Version: 3.0.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.