TaTa
Forum Replies Created
-
Yep, already enabled – thank you for resolving all issues!
The auto complete issue is fixed in the latest version of your plugin, as per the changelog.
Still waiting on the outlined theme option for the button.
Thank you, that worked a treat! Look forward to the new version for the updated style.
One other issue I’ve noticed with the plugin – Google Chrome auto fills the Australia API username and password with my WordPress username and password each time I go into the plugin configuration. I have to manually delete the info before saving the plugin settings. You should be able to exclude all fields from autofill to stop this issue.
Forum: Plugins
In reply to: [Mail Mage] Incompatible with WooCommerce High-Performance order storageThe plugin seems to be working Ok for reminder emails.
I haven’t tested abandoned cart emails.
Forum: Plugins
In reply to: [Mail Mage] Incompatible with WooCommerce High-Performance order storageI added the following code to the bottom of emailwp.php to temporarily remove the error and will test the plugin with future orders:
add_action( 'before_woocommerce_init', function() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
} );Forum: Plugins
In reply to: [Mail Mage] order.items variableThat’s because the examples on the Mail Mage website are incorrect. You need to use single vertical quote marks around review and #review_form, not the slanted quote marks:
{{wc_order.items | template='review' review_url='#review_form'}}
Same with
{{wc_cart.first_name | fallback='There'}}
Forum: Plugins
In reply to: [WooCommerce] [Fix] Critical Error after UpdateThank you for this fix.
Question for the devs: how do such critical bugs slip through into final releases?
Cheers for getting back to me!
Thanks. I missed utm-tracker.min.js also. Would be great if we could minimize scripts as the whole point of moving from Jetpack is to streamline.