Plugin Directory

Changeset 3245173


Ignore:
Timestamp:
02/23/2025 11:09:06 AM (14 months ago)
Author:
voo2021
Message:

release 3.0.2

Location:
sideup-ksa
Files:
35 added
4 edited

Legend:

Unmodified
Added
Removed
  • sideup-ksa/trunk/includes/orders_page.php

    r3243360 r3245173  
    275275
    276276        $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();
    279279        $total = $orderInfo->get_total();
    280280        $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();
    282282
    283283        $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();
    287287        $bearerToken = SIDEUP_API_KEY;
    288288        $currency = CURRENCY;
  • sideup-ksa/trunk/public/js/side-up-manger.js

    r3243360 r3245173  
    130130                <td>${customerName}</td>
    131131                <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">
    133133                </td>
    134134                <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">
    136136                </td>
    137137                <td>
  • sideup-ksa/trunk/readme.txt

    r3243360 r3245173  
    77Requires PHP: 7.4
    88Tested up to: 6.7.1
    9 Stable tag: 3.0.1   
     9Stable tag: 3.0.2   
    1010License: GPL v2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • sideup-ksa/trunk/sideup.php

    r3243360 r3245173  
    44 * Plugin URI:        https://www.sideup.co/sideup-sa-plugin/
    55 * Description:       SIDEUP’s official extension for WooCommerce on WordPress in KSA.
    6  * Version:           3.0.1
     6 * Version:           3.0.2
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
Note: See TracChangeset for help on using the changeset viewer.