File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 2424use WebDevStudios \CCForWoo \AbandonedCheckouts \CheckoutsTable ;
2525use WebDevStudios \CCForWoo \AbandonedCheckouts \CheckoutRecovery ;
2626use WebDevStudios \CCForWoo \Rest \Registrar as RestRegistrar ;
27+ use WebDevStudios \CCForWoo \View \Admin \WooTab ;
2728
2829/**
2930 * "Core" plugin class.
@@ -305,6 +306,16 @@ public function do_deactivation_process() {
305306 delete_option ( ConnectionStatus::CC_CONNECTION_USER_ID );
306307 delete_option ( ConnectionStatus::CC_FIRST_CONNECTION );
307308 delete_option ( 'constant_contact_for_woo_has_setup ' );
309+
310+ // WooCommerce Options
311+ delete_option ( WooTab::FIRST_NAME_FIELD );
312+ delete_option ( WooTab::LAST_NAME_FIELD );
313+ delete_option ( WooTab::PHONE_NUMBER_FIELD );
314+ delete_option ( WooTab::STORE_NAME_FIELD );
315+ delete_option ( WooTab::CURRENCY_FIELD );
316+ delete_option ( WooTab::COUNTRY_CODE_FIELD );
317+ delete_option ( WooTab::EMAIL_FIELD );
318+ delete_option ( WooTab::ALT_LOGIN_URL );
308319 }
309320
310321 /**
You can’t perform that action at this time.
0 commit comments