Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter huangjjcc

    (@huangjjcc)

    Hello @babylon1999 ,

    The guest customers already placed an order, it needs to create a customer in Woocommerce whatever the order status is.

    The order status is already ‘Completed’, but is still not in Woocommerce->Customers.

    Thanks

    Thread Starter huangjjcc

    (@huangjjcc)

    @threadi Thank you for your answer.
    I modify the wp-config.php :
    define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
    define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);

    define(‘ADMIN_COOKIE_PATH’,’/’);
    define(‘COOKIEPATH’,’/’);
    define(‘SITECOOKIEPATH’,’/’);
    define(‘COOKIE_DOMAIN’, ‘.mysite.com’);
    ini_set(‘session.cookie_domain’, ‘.mysite.com’)
    session_start();

    and default-constants.php :
    $siteurl = get_site_option( ‘siteurl’ );
    if ( $siteurl ) {
    define( ‘COOKIEHASH’, md5( ‘mysite.com’ ) );
    } else {
    define( ‘COOKIEHASH’, ” );
    }

Viewing 2 replies - 1 through 2 (of 2 total)