Guillermo Figueredo
Forum Replies Created
-
Hi! Could you provide some assistance to my questions? Thanks!
I am trying to avoid overriding all emails sent to admins but also customers. However, the subject approach is not working because the ID changes on every order (see code below)
How can I just disable all woo emails easily? Again, I have used your woo add-on in the past, and I just don’t want to use your add-on woo template, I just want to use standard woo emails.
Thank you!
add_filter( ‘haet_mail_use_template’, ‘customize_template_usage’, 10, 2 );
function customize_template_usage( $use_template, $mail ){
if( $mail[‘subject’] == ‘[CCC] New Order #{order_number}’ )
return false;
return $use_template;
}Hi,
Could you provide a real example for more than one email subject?
Thank you
It worked! Thanks
Hi,
Now I am getting the following error when trying to connect the store:
Something went wrong.
This may be because of a technical error that we’re working to get fixed. Try reloading this page.Hi,
I deleted all instances in that table, but still not successful. I uninstall the plugin and reinstalled the plugin again after the database deletion, but I am still getting the same error.
Thanks
Forum: Plugins
In reply to: [Polylang] Beaver Themer Footer IssueHi,
Did you have a chance to review this ticket? Thanks!
Sure, here you are:
https://ibb.co/xSVv95wThanks!
Hi,
I am having the exact same issue here. As soon as I deactivated the plugin, the homepage started working again.
This is the utm redirect that was added to my site:
?utm_source=ig&utm_medium=cpc&utm_campaign=Top%20Funnel%20%7C%2003%2F04%2F21%20%7C%20Product%20View&fbclid=PAAabgZlbbdgAvBnvskZoyevPjpai-dtwiRLnc1yZBt_1Z0tkraRSqsjXb8IA_aem_AeS92z6YITfGdvaxa6wLiUGXHR7ObLca1JUqke2mYFRUrIF-Y0UqEch3zYlZ8hbBX6RkEKhl-_CD5Isz3yhua4cYGf_9fYFjl_4yswAmEXRGaaFP3PRVY5MvhJoIPHNSNkQI would be happy to share my site privately.
Thanks
- This reply was modified 4 years ago by Guillermo Figueredo.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode not working for latest updatedSent!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode not working for latest updatedIf you give me an email I can sed you student credentials.
Thanks!
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode not working for latest updatedHi! Thanks. I have added the new code and it works, however the styles are now broken:
Forum: Plugins
In reply to: [Comments - wpDiscuz] Shortcode for wpdiscuzHi,
The code for the shortocde was working in the older plugin version. However, since the lastest updated the shortcode is not showing up anymore.
function my_wpdiscuz_shortcode() {
if (file_exists(ABSPATH . ‘wp-content/plugins/wpdiscuz/templates/comment/comment-form.php’)) {
ob_start();
include_once ABSPATH . ‘wp-content/plugins/wpdiscuz/templates/comment/comment-form.php’;
return ob_get_clean();
}
}
add_shortcode(‘wpdiscuz_comments’, ‘my_wpdiscuz_shortcode’);Thanks
Forum: Plugins
In reply to: [Connections Business Directory] Reviewing your pluginGreat! Just send me thee questions you would like me to answer and I will send you the information soon! What′s the best email to reach you?
Forum: Plugins
In reply to: [Related Products for WooCommerce] Product Attributes ShortcodeThanks for the fast reply.
Then… What’s the shortcode I need to add to retrieve a specific attribute term? Can I add more than one?
Thanks