aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Как убрать детали оплатаHi @denly1! Thanks for sharing these screenshots with us!
If I understood you correctly, you’re trying to customize your checkout page, isn’t it?
If so, you can edit your checkout page using custom codes or plugins.
Check the article below for more complete details about it:
https://woocommerce.com/posts/customize-checkout-fields-woocommerce/
If this is not exactly what you’re looking for, no worries, and share with us more details of what you’re trying to achieve, and we’ll be happy to take a closer look at it again!
My very best!
Forum: Plugins
In reply to: [WooCommerce] Grouped ProductsHi @ebbets! How are you?
If I understood you correctly, you’re trying to bundle some products (physical and virtual goods), or assembly them together, isn’t it?
If so, you can check the extension below that comes in handy when working with products:
https://woocommerce.com/products/product-bundles/
I was wondering if each purchase could generate a unique key or coupon code that allows them a one-time purchase of a download.
Programatically, WooCommerce generates a unique order ID, you may need to check its status and then apply your code to it!
You can also use the woocommerce_thankyou hook or, which I recommend, the woocommerce_payment_complete hook!For unique coupons, I found the article below that may help you creating it:
https://www.tychesoftwares.com/how-to-create-unique-coupon-codes-in-woocommerce-programmatically/
There are also a few plugins that, automatically, create unique coupons! Try searching for “unique coupons” on the WordPress repo!
Let us know how it goes or if you have questions! All the best!
Forum: Plugins
In reply to: [WooCommerce] Variable Product correct approach?Hi @lokifan
To help me understand it, can you show us an example of what you’re trying to achieve? Maybe sharing a screenshot will help us to visualize it.
I’d recommend using https://snipboard.io/ if applicable! 🙂
Also, have you checked if using a plugin like this one below, can help you add all those color variations?
https://wordpress.org/plugins/woo-variation-swatches/
I hope to hear from you soon! All the best!
Forum: Plugins
In reply to: [WooCommerce] Hook for (private) Order NotesHi @digipark, thanks for writing back!
If I understood you correctly, you’ll need to create a new custom email, and then extend the WC_Email_Customer_Note class.
Is that correct?
Alternatively, you can also try to use a plugin like the one below that will let you create a workflow to check for new notes in order and notify you via several different methods (Text messages, Slack, email, etc).
https://wordpress.org/plugins/wunderautomation/
Let us know how it goes! My very best!
Forum: Plugins
In reply to: [WooCommerce] Send payment received from order overview dropdown? Follow-UpHi @mike8040!
It usually does! Orders that are properly updating to Processing should generate an email.
Have you double-checked if “Enable this email notification” is ticked for order notifications at WooCommerce > Settings > Emails and then select the Processing Order email template?
An additional test should be setting the Email Type to plain text.
Let us know how it goes!
Forum: Plugins
In reply to: [WooCommerce] is it possible: two different shops one website?Hi @flamuren!
Yes! You can use one of those membership add-ons available to restrict access to certain products by User Roles, Categories, and many other options.
Check the link below for some alternatives:
https://woocommerce.com/search/?q=memberships&categoryIds=1021&collections=product&page=1
Let us know how it goes! All the best,
Forum: Plugins
In reply to: [WooCommerce] Change wording “Save my name, email, and website…”Hi @cosmocanuck! How’s it going today?
I am afraid that this is not handled by the WooCommerce plugin but by your theme.
The good news is that you can manage it by making some tweaks to their (Divi) Modules.
You can reach out directly to your theme developer to see how it works or check their documentation.
I hope that helps! My very best!
Forum: Plugins
In reply to: [WooCommerce] Order status goes back to processing automaticallyHi @duografsrl!
I am sure it’s on your radar but it’s expected that an order paid by wire transfer has the status set as processing.
As mentioned on our Managing Orders documentation, this is the shop owner or warehouse’s cue to ship the order and manually mark it as completed.
That said, if I understood you correctly, there’s where the issue comes, right? You’re not able to change its status to complete?
To help me diagnose it when you navigate to your WordPress DashBoard > WooCommerce > Orders, what happens when you click on Complete under the Actions column?
If you’re not seeing the Actions column you can click on the Screen Options, on the right top corner, and then check the boxes for the columns to show!
Here’s a screenshot for a quick view:
https://snipboard.io/nDEseq.jpg
I hope to hear from you soon! My very best!
Hi @jasghar
WooCommerce doesn’t come with a built-in feature like the one you mentioned, but the good news is that there are a few plugins that do this!
This one is an example of that:
https://woocommerce.com/products/delivery-slots-for-woocommerce/
All the best!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Subscription Payment ErrorHi @kre08001
By chance, are you using custom codes on your WordPress installation? If so, what do they do?
Also, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”.
Once you’ve done that, paste it here in your response.
I hope to hear from you soon, my very best!
Forum: Plugins
In reply to: [WooCommerce] Checkout Malicious Code InjectionHi @erroltuds
It’s very important to keep everything updated, from your PHP version to your WordPress and all of your plugins/add-ons!
I’d recommend checking the article below:
https://jetpack.com/2021/03/23/how-to-secure-your-woocommerce-store/
And also using a plugin like Jetpack to scan everything for you!
Jetpack Security takes care of multiple tasks: free and paid features include everything from brute force attack prevention to downtime monitoring, backups, malware scanning, spam protection, and more.
These features combine to create a holistic WordPress security plugin.
I hope that helps! My very best!
Forum: Plugins
In reply to: [WooCommerce] how to change image size of a particular categoryHi @niranjan9431!
CSS Customizations are a bit out of scope for us! I’d recommend checking out directly on the link below for some help:
WooCommerce Customizations Page
Thanks
Forum: Plugins
In reply to: [WooCommerce] Emails not generated via API ordersTo help me diagnose it, can you share with us:
Your System Status Report: You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.
Once you’ve done that, paste it here in your response.
And your Error log: share a copy of the fatal error log found under WooCommerce > System Status > Logs (if available)
I hope to hear from you soon! All the best!
Forum: Plugins
In reply to: [WooCommerce] 41,000 Scheduled ActionsHi @windspeed! How’s it going today?
I’m sure this is already on your radar, but just a quick context, the Action Scheduled is a system that triggers and runs events. Those events are, usually, requested by WooCommerce or any other third-party plugin.
That being said, I’d take a closer look at all those canceled/failed/pending actions that you have.
The best way to diagnose it is using a plugin called WP-Crontrol, it will check for errors on your Cron jobs.
If you find any, you can try to run it again, by hovering your mouse over it.
I’d also recommend checking the article below on how to clear your Action Scheduler queue:
https://nickgreen.info/clearing-a-clogged-action-scheduler-queue-woocommerce/
Let us know how it goes! My very best!