dogdaysofsummer
Forum Replies Created
-
Hi, do you mean the text of the email? When clicking on Follow-Up Emails you see all your templates. You can edit them there by clicking on “edit” ??
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] Images not shown in emailUpdate: I think I found the mistake: It’s because all our jpg images are converted to webp images. The png images are fine. Is there a workaround for that? I’d need the pictres in webp least at the product table if possible. Thanks!
Forum: Plugins
In reply to: [WooCommerce] CSV import does not import pricesHey,
thanks for the help, it’s working now! Issue is solved.
All the best,
ClarissaForum: Plugins
In reply to: [WooCommerce] CSV import does not import pricesPerfect, thanks. Here’s a link: https://www.dropbox.com/s/h23544fmz5f2zat/KW41_reworked_tops.csv?dl=0
Forum: Plugins
In reply to: [WooCommerce] CSV import does not import pricesSure, how do I share a file?
Forum: Fixing WordPress
In reply to: Link click shows black rectangleThank you so much!
Forum: Fixing WordPress
In reply to: Link click shows black rectangleHi Ian,
thank you so much for your reply and all the great tips! However, I tried adding your piece of code and nothing happened. Do you have another tip or did I just do something wrong?
Thanks so much!
Thank you for your response! ??
All the best
ClarissaHi, thanks @rapace81, worked for me as well!
Forum: Fixing WordPress
In reply to: Error: “Warning: call_user_func_array()”Thank you so much! I commented the whole thing out and now it’s gone. Again, thank you so much, it was a great help! Have a lovely day!
Forum: Fixing WordPress
In reply to: Error: “Warning: call_user_func_array()”It’s in our child theme and some code we added to remove “Storefront Designed by WooThemes” from our footer:
add_action( 'init', 'custom_remove_footer_credit', 10 ); function custom_remove_footer_credit () { remove_action( 'storefront_footer', 'storefront_credit', 20 ); add_action( 'storefront_footer', 'custom_storefront_credit', 20 ); }
Is the only way to fix it to delete the whole thing? Thanks!
- This reply was modified 4 years, 10 months ago by Steven Stern (sterndata).
- This reply was modified 4 years, 10 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Error: “Warning: call_user_func_array()”Thank you so much! I’ve found it but still don’t know what to do now… Maybe you could help one more time. Thanks again!
Hi,
thanks so much for the support! I am gonna try to find out which plugin is doing that, and am gonna contact the support. And I am also gonna look into the conditional shipping and payments plugin. Thanks so much!
Hi,
yes, that’s the problem I am facing.
Under Woocommerce > Settings > Payment > and the the payment method I want to edit. I simply disabled the checkbox where it says “Accept ***Payment-Method for virtual products.
Thanks so much! Will post that issue in another forum!