mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Some for help for ANZ eGate pluginHey @sajidalgopage – please open a ticket with us for configuration and error issues with your premium purchases! That way, we can get you in touch with the developer of the plugin, who takes care of the extension’s maintenance and support.
I want payment first before the user can book on my website.
You can do that with Memberships and Bookings. Memberships allows you to restrict the purchase of selected products to members-only. Customers will have to purchase a membership product first before they can place a booking.
Forum: Plugins
In reply to: [WooCommerce] WARNING: GETIMAGESIZE(): SSL OPERATION FAILED WITH CODE 1.Thanks for lettings us know!
Ah, gotcha – in that case, I’m going to go ahead and mark this thread as ‘resolved’. I understand that it isn’t resolved for you, but since there is a bug report open for the issue (meaning it will get addressed), we’d prefer keeping everything in one topic.
Thank you for understanding!
Forum: Plugins
In reply to: [WooCommerce] récupération de mot de passeThe test I recommended is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Export Grouped ProductI recommend taking a look at the default importer/exporter feature that’s included in WooCommerce: https://docs.woocommerce.com/document/product-csv-importer-exporter/
It allows you to export a CSV file, adjust that file so it only contains your grouped products, and import that into your second site.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] non existing page URLI see you have
Redirection: (John Godley) – 4.8active – can you try deactivating that, and seeing if that makes a difference?Forum: Plugins
In reply to: [WooCommerce] non existing page URLDo you have any SEO plugins, or redirect plugins installed?
Please copy and paste the system report for this site. You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Forum: Plugins
In reply to: [WooCommerce] I can’t import more than 780 products at the same timeHi there!
If a CSV import cuts short at a certain point, it’s almost always due to server side limitations, in particular the memory limit.
Can you check with your hosting company to see if they’re willing to up your site’s memory? Otherwise, splitting your CSV up into multiple chunks is a good idea.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce reviews notification emailI’m glad to hear that! I’ll go ahead and set this topic to resolved, but please feel free to open a new one if you need help with anything else.
Hi there!
It should work – if it isn’t for you, I’m happy to take a look at what’s going sideways. Can you provide a little more detail on what happens when you try to use cloud storage? Are you seeing any errors?
Forum: Plugins
In reply to: [WooCommerce] WARNING: GETIMAGESIZE(): SSL OPERATION FAILED WITH CODE 1.Hi there!
Can you please copy and paste the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce reviews notification emailHi there!
By default WordPress sends a notification to the author of the product/post (the person who created the product in your instance). Therefore the site owner is not always the recipient of these notifications.
Below is a trick to override the recipient for the comment/review notification, put this code in your child-theme’s
functions.phpand change the partexample@example.comto your desired email recipient and you will receive a notification every time someone adds a comment/review to your site.function new_comment_moderation_recipients( $emails, $comment_id ) { return array( 'example@example.com' ); } add_filter( 'comment_moderation_recipients', 'new_comment_moderation_recipients', 24, 2 ); add_filter( 'comment_notification_recipients', 'new_comment_moderation_recipients', 24, 2 );Forum: Plugins
In reply to: [WooCommerce] Some for help for ANZ eGate pluginHi there!
Did you purchase the official ANX eGate extension from WooCommerce.com? In that case, you’re always welcome to open a ticket with us to discuss what your needs are 🙂
As for setting up the plugin. For reference, we have a detailed step-by-step on how to do this here – https://docs.woocommerce.com/document/anz-egate/#section-2, so I won’t bore you by repeating all of the steps in this message, but don’t hesitate to write back if you have any questions about this process!
Forum: Plugins
In reply to: [WooCommerce] doubled shipping chargesThat’s great news! Glad to hear it 🙂 do feel free to open a new topic if ever you need more help with anything else!
Forum: Plugins
In reply to: [WooCommerce] Stock not change “on-hold” orders in WooCommerce 4.5.2 (latest)Hi!
The SSR that you sent, was that a snapshot of when you did a conflict test? I see a number of plugins that may be of influence – in particular the caching plugin that you are using.
Another possibility could lie with your PHP version. Can you switch that to 7.3 or 7.2 easily? If so, I’d recommend seeing if that resolves the issue. If it does, please report it in the WooCommerce GitHub repo: https://github.com/woocommerce/woocommerce