Fast setup steps to install and verify the SubscriptionFlow Magento module.
Contents
1. Extract ZIP
You will receive a ZIP containing:
SubscriptionFlow/
Setting/
Copy the full SubscriptionFlow folder into Magento:
app/code/
Final path must be:
app/code/SubscriptionFlow/Setting
2. Run Magento Commands
From Magento root:
php bin/magento module:enable SubscriptionFlow_Setting
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento cache:flush
For production:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
3. Configure
Go to:
Admin > Stores > Configuration > SubscriptionFlow > SubscriptionFlow Setting
Set:
Enable SubscriptionFlow App: Yes
Instance URL
Client ID
Client Secret
Save config and flush cache.
4. Test
- Open a product in Magento admin.
- Add a SubscriptionFlow schedule.
- Save product.
-
Check
var/log/subscriptionflow.log. - Confirm product/plan appears in SubscriptionFlow.
Useful Checks
Check module status:
php bin/magento module:status SubscriptionFlow_Setting
Flush cache:
php bin/magento cache:flush
MagentoSubscriptionFlowQuick StartInstallation
End of document.
Comments
0 comments
Please sign in to leave a comment.