Plugin Directory

Changeset 2231455


Ignore:
Timestamp:
01/22/2020 09:13:29 AM (6 years ago)
Author:
ta_terunuma
Message:

Adding Custom Field Template Version 1.3

Location:
autoin-jp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • autoin-jp/trunk/autoin-jp.php

    r2225685 r2231455  
    44Plugin URI: https://autoin.jp/wordpress/
    55Description: The autoin-jp which is an ultimate automatic inputting tool.
    6 Version: 1.2
     6Version: 1.3
    77Author: Terunuma Tatsuro
    88Author URI: https://pierre-soft.com/
    99*/
    10     define('autoin_VER', '1.2');
     10    define('autoin_VER', '1.3');
    1111
    1212    if( !is_admin() ){                            // user
  • autoin-jp/trunk/autoin.php

    r2225714 r2231455  
    1010    $ptrn[1]= 'postc';
    1111    $ptrn[2]= 'uban';
    12 if( strstr($output,'id="zipcode"')==true && !empty($opt) ) {$ptrn[3]='zipcode'; $apid="Welcart";}
     12if( strstr($output,'id="zipcode"')==true && !empty($opt) ){
     13         if( strstr($output,'id="member_pref"')  ==true ) $apid="Welcartm";
     14    else if( strstr($output,'id="customer_pref"')==true ) $apid="Welcartc";
     15    else if( strstr($output,'id="delivery_pref"')==true ) $apid="Welcartd";
     16    else $apid= "Welcart";
     17}
    1318else{
    1419    foreach($ptrn as $ky => $da){                 // keyword check
     
    5257}
    5358else
    54 if( $apid == "Welcart" ){
     59if( strncmp($apid,"Welcart",7)==0 ){
    5560    $ans= $atjss.$output;
    5661}
  • autoin-jp/trunk/readme.txt

    r2225685 r2231455  
    5959
    6060== Changelog ==
     61= 1.3 =
     62[2020/1/24]
     63Bug fixes for welcart.
     64
    6165= 1.2 =
    6266[2020/1/12]
Note: See TracChangeset for help on using the changeset viewer.