Conversation
Preliminary diff (using some Magento public primitives) allowing MICE Splash Page to be loaded in WooC Extension Next steps: 1. Implement token storage 2. Implement MICE Management page
Preliminary diff (using some Magento public primitives) allowing MICE Splash Page to be loaded in WooC Extension Next steps: 1. Implement token storage 2. Implement MICE Management page
…st for easier testing.
|
@sol-loup has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
…tently vend a URL
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
Updating some MBE params used by MiCE solution
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@sol-loup has updated the pull request. You must reimport the pull request before landing. |
|
@sol-loup has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
MICE-4 Branch Changes Summary
Overview
Implements Meta Integrated Commerce Extension (MICE) for Facebook for WooCommerce.
Key Changes
New MetaExtension Handler (
includes/Handlers/MetaExtension.php)Enhanced Connection Screen (
includes/Admin/Settings_Screens/Connection.php)Unit Tests
ConnectionTest.phpandMetaExtensionTest.phpTechnical Details
REST endpoints:
/wp-json/wc-facebook/v1/update_fb_settings/wp-json/wc-facebook/v1/uninstallSettings stored in WP options with
wc_facebook_prefixHow to Enable
The feature is disabled by default. To enable, modify the
use_enhanced_onboarding()method infacebook-commerce.php:Testing
UI Flow
Technical Testing
./vendor/bin/phpunit --filter "ConnectionTest|MetaExtension"Expected Behavior