• my account ????? ?? ??? ?? ??? ??? ? ???? ??? ??? ???? ??? ?? ??? ??? ??.

    ??? ??? ???? /wp-content/plugins/woocommerce-paygate-jt/includes/checkout.js? ??? ?? ?????.

    /* ??? ?? ???? ??*/
        if( typeof XenoZipFinder == 'function' ){
            var $billing_search_postcode = $('#billing_search_postcode');
            var $shipping_search_postcode = $('#shipping_search_postcode');
            var account_id = $("input[class*='XenoFindZip']").attr('id').split('_')[0];
    
            if( $billing_search_postcode ){
                $billing_search_postcode.data({
                    z : 'billing_postcode',
                    a : 'billing_address_1',
                    r : 'billing_address_2'
                });
            }
            if( $shipping_search_postcode ){
                $shipping_search_postcode.data({
                    z : 'shipping_postcode',
                    a : 'shipping_address_1',
                    r : 'shipping_address_2'
                });
            }
            if( account_id != 'blling' && account_id != 'shipping' ) {
                var $account_search_postcode = $('#'+account_id+'_search_postcode');
                if( $account_search_postcode ) {
                    $account_search_postcode.data({
                        z : account_id+'_postcode',
                        a : account_id+'_address_1',
                        r : account_id+'_address_2'
                    });
                }
            }
            //data-z="zip" data-a="ad" data-r="adr" data-e="ade" data-n="n"
            $('input.XenoFindZip').each(XenoZipFinder); // input ? ?????? ??
        }

    ??? ???, my account?? postcode, address_1, address_2 ??? input ?? id ? ?? ????? ???? ?????.
    ??? ??? ????, ?? ??? ?? ????.

    ?? ??? ? ???? account_id ??? ????? ???.

    ????? ?? ?? ?? ????, ??? ????? ?????? ?????.

    https://www.ads-software.com/plugins/woocommerce-paygate-jt/

  • The topic ‘My Account?? ???? ?? ?? ??.’ is closed to new replies.