বৰ্ণনা
Zakode Store Automation helps WooCommerce stores automate repetitive tasks without writing code.
Build workflows in three steps:
1. WHEN an event happens (trigger),
2. IF optional conditions match,
3. THEN actions are executed.
Workflows are processed asynchronously through Action Scheduler. Lower priority values are queued first, but final execution order can vary depending on Action Scheduler.
Supported languages:
– English (en_US)
– Polish (pl_PL)
Support: contact@zakode.pl
Features
- Visual workflow builder in wp-admin (WHEN -> IF -> THEN).
- Trigger, condition, and action registries for extensibility.
- Workflow enable/disable state and queue priority.
- Execution logs (status, message, action, recipient, timestamp).
- Action Scheduler async processing with safe fallback.
- Optional retry scheduling for failed workflow runs.
- Email actions via
wp_mail(). - Logging toggle and uninstall data-retention setting.
Usage
- Go to Zakode Store Automation -> Add New.
- Enter workflow name, select trigger, set optional conditions, add actions.
- Set workflow status (active/inactive) and priority.
- Save workflow.
- Check execution entries in Zakode Store Automation -> Logs.
Privacy
Zakode Store Automation stores automation-related operational data in WordPress database tables:
– workflow definitions (title, trigger, conditions, actions, status, priority),
– execution logs (workflow ID, order ID, user ID, action, recipient email, status, message, error text, timestamp),
– plugin options (version, DB version, logging toggle, uninstall data-retention preference).
Zakode Store Automation does not send telemetry to external services.
Requirements
- WordPress 5.8 or newer
- PHP 7.4 or newer
- WooCommerce 6.0 or newer
ইনষ্টলেশ্যন
- Upload the
zakode-store-automationfolder to/wp-content/plugins/. - Activate Zakode Store Automation in Plugins.
- Ensure WooCommerce is active.
- Go to Zakode Store Automation -> Workflows.
On activation, Zakode Store Automation creates:
– {prefix}zakode_sa_workflows
– {prefix}zakode_sa_logs
সঘনাই উত্থাপিত প্ৰশ্ন
-
Does Zakode Store Automation require WooCommerce?
-
Yes. WooCommerce must be active.
-
Does Zakode Store Automation guarantee strict workflow execution order?
-
No. Lower priority values are queued first, but asynchronous execution depends on Action Scheduler processing.
-
Why was an email action not delivered?
-
Zakode Store Automation uses WordPress
wp_mail(). Delivery depends on your server/SMTP configuration and mail provider. -
Can I disable logging?
-
Yes. Use Zakode Store Automation -> Settings.
-
Can I remove plugin data on uninstall?
-
Yes. In Zakode Store Automation -> Settings, enable Delete all Zakode Store Automation data when plugin is uninstalled.
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“Zakode Store Automation for WooCommerce” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “Zakode Store Automation for WooCommerce” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.0.0
- Initial public release.
- Visual WHEN -> IF -> THEN workflow builder.
- WooCommerce triggers, conditions, and actions.
- Async processing through Action Scheduler.
- Workflow logs and settings.
- English and Polish translations.