Author Topic: Customers registered details not saved to customer account  (Read 7871 times)

Offline joesurf

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Customers registered details not saved to customer account
« on: March 20, 2014, 02:40:05 PM »
Upon registering our first test customer and attempting to process a test purchase through checkout the transaction has been declined due to no address.

Further investigation show that the customers registered details - Address 1, Address 2, Telephone, Email, City and Postcode will not save into the customer account.

Setting these in the admin and store front end produces the same result - NO INFORMATION IS KEPT other than First Name, Last Name, Country, Region / State.

Please help, this looks like a core issue.

Thank you

 Version 1.1.7

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4367
  • Karma: +302/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Customers registered details not saved to customer account
« Reply #1 on: March 20, 2014, 03:38:15 PM »
This is strange. I can not see this happening in default settings. Did you have customer data encryption enabled by any chance?
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline joesurf

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Customers registered details not saved to customer account
« Reply #2 on: March 21, 2014, 02:41:44 PM »
We have implemented Encryption Data Manager.

The extension says it cannot be undone Once enabled.

What do we do now to resolve this?

Key ID   Key Name   Encrypted Tables Usage   Rotate (change) Encryption to new key
1   swoon_luxe   
orders : 5 record(s)
customers : 2 record(s)
addresses : 3 record(s)


// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'swoon-admin');

Config has been updated as follows.

// Database Configuration
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', '******');
define('DB_USERNAME', '*********');
define('DB_PASSWORD', '****');
define('DB_DATABASE', *********);
define('DB_PREFIX', *****);
define('SALT',******');
define('UNIQUE_ID',**********);
define('ENCRYPTION_KEYS_DIR', '/ecom/system/keys/');
define('DATA_ENCRYPTION_ENABLED', true);
define('DATA_ENCRYPTION_KEYPAIR', 'swoon_luxe');
?>

This extension requires ADVANCED configuration and attention
Once enabled and data encrypted, there is NO undo and extension can not be disabled!
This extension helps managing encryption keys creation and data migration from open to encrypted tables (initial migration)
« Last Edit: July 08, 2014, 04:20:04 AM by abolabo »

 

Powered by SMFPacks Social Login Mod