aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Titles Changing Automatically in WooCommerceHi @jimbusiya
Are you using some custom code to display the SKU field with the product name? Can you share more details with us about what you’re doing to display it that way?
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.
All the best!
Forum: Plugins
In reply to: [WooCommerce] “complete” order missing on app with custom statusHi @2acom
This is a bit out of scope for us, but you may need to add (add_action) your new custom post status (order status).
Since this is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone can chime in to help you out.
Here’s a good start article to double-check:
https://www.cloudways.com/blog/create-woocommerce-custom-order-status/
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
My very best!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce LiteSpeed Server and X-SendfileHi @cammb
AFAIK, X-Accel-Redirect/X-Sendfile isn’t “compatible” with the LiteSpeed web servers, the equivalent is the
X-LiteSpeed-Location, if you’re comfortable with coding, you can check out this repo which enables the X-LiteSpeed-Location in WooCommerce.Also, we have an Ideas Board, which is where developers go to look for future plugin features and improvements, you can check out the topic below, and vote on it if it’s something that you’re looking for:
All the best!
Hi @zeilbauer
To help us diagnose it, can 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.
Also, could you please navigate to WooCommerce > Status > Logs, and from the dropdown on the right side, please see if there are any logs starting with the words fatal-error?
All the best!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] 3D Secure pop up not displaying – stripeHi @tc2022
Two different issues are going on, so I’d recommend checking them first before we can proceed.
A
Maximum execution time of 300 seconds exceededmeans that a script or a function is exceeding the 300 seconds (5 minutes) to be completed.Behind the scenes, WordPress, PHP, and also web hosts, usually enforce PHP limits to preserve server resources. The idea is to allow sufficient time for a function to complete but not give it so long that it hangs and freezes the entire site.
It’s coming up from the
UpdraftPlus plugin, in this case, I’d recommend, temporarily disabling the plugin and checking out with the plugin developer and also with your host for more detailed information, and how to deal with that.The second issue going on is coming from a plugin named
Doofinder for WooCommerce, I also recommend disabling it and checking with the plugin developer about this error.Also, even when disabling them, you may need to clear up your site cache, you can purge all of them if you use a caching plugin and also check with your host if they aren’t using any caching system on their side too!
Let us know if you are still having issues with that after both errors are fixed.
My very best!
Hi @lucacarotenutobabacomarket
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.
Thank you!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Google Pay and Apple PayIf you’re using the WooCommerce Stripe payment gateway, you can head to WooCommerce > Settings > Payments > Click on the payment method you wish to enable the express checkout
https://snipboard.io/UJewWX.jpg
You can also find it by navigating to your WordPress Dashboard > Plugins > Installed plugins > Find the WooCommerce Stripe payment gateway and click on their settings to manage it!
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.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Bookings: Searching for product add-on recommendationsIt sounds like you need some customization, I’d recommend checking the link below:
WooCommerce Customizations Page
All the best!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce hook to append shipping method formHi @lipisis
This sounds like a bit complex development topic, however, could you share with us a few more details about what that fields are up to? Is it just for some kind of admin note on an existing shipping method or it should also be used on the checkout page?
I’m going to leave it open for a bit to see if anyone can chime in to help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
My very best!
Forum: Plugins
In reply to: [WooCommerce] wrong value in cart totalHi @shlomostrauss!
I am afraid that it’s not an issue with the WooCommerce itself, I’d recommend checking with the plugin developer. IMHO, this looks like a multicurrency issue actually while converting the price.
As a side note, I have verified and found that there are dozens of different solutions named
multicurrency pluginandname your price, some of them with small variations in the name, so it’s hard to say which one you are using!If you don’t know how to reach out to your plugin developer, we can point you in the right direction, you may need to 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.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Grouped ProductsHi @ebbets
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] PHP Deprecated: WC_Abstract_Legacy_Order::get_product_from_itemHi @nemrio!
We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Thanks
Forum: Plugins
In reply to: [WooCommerce] “@graph” wrapping error in Structured DataHey Jonah! We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Taxes Not CalculatingHowdy! We haven’t heard back from you in a while, so I’m going to mark this as resolved – we’ll be here if and/or when you are ready to continue.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product error in WooCommerceHi @aliabasien
I checked your site and looks like there is a plugin named Yasr, which uses some of those fields, like Sku’s, brand, etc.
Are you using it? If so, I’d recommend checking with the plugin developer if you can disable those fields specifically for some posts, or for all single posts, if you’re not using it at all!
My very best!
- This reply was modified 4 years, 3 months ago by aetta.