Cara
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP 8 versionThanks for letting us know, @fxeasy! 😄
@frenchstef,
I’ve yet to hear back from the developers, but if you still want to wait for confirmation, I’ll keep you updated once they respond to my query.I’ve just received confirmation from our developers that PHP 8 is already fully supported at this point. As you’ll see in this GitHub report, it was addressed back in November 2020, apparently. 😅
- This reply was modified 4 years, 12 months ago by Cara.
Forum: Plugins
In reply to: [WooCommerce] Display Product SKU everywhereYou’re very welcome, @basvweb!
Is it also possible to change the text label ‘Tax’ to ‘VAT’ everywhere?
Can you remind me where you’re seeing this? You can send me a link to the page on your site, or a screenshot through https://snipboard.io/ if you want. And then, I’ll see what options we have for changing that.
You’re very welcome, Isabel!
Could you maybe check one time on your end to be 100% sure?
I just checked on different browsers and devices, and I’m seeing EUR 24.95 for your Blue Bottle product. 😄
As you seem to no longer have an issue, I’ll go ahead and mark this thread as resolved now. However, if you do have any further questions, feel free to start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Add Padding Between Currency Suffix and PriceHi, @darthbebeth!
Thank you for those login details! And I’m glad you like the picture of my cat. He’s a handsome boy. 😆
I just checked your shop page out, and I do see what you mean about the price and currency suffix being smooshed together.
The issue is that I’m unable to target either just the price or the currency suffix using CSS because, as you’ll see in this screenshot of the code, they’re not separate elements:
Link to image: https://d.pr/i/IK9YcROn a possibly bright side, however, that behavior is not the default behavior for WooCommerce. Are you aware of how that currency suffix is being added? We might be able to approach the problem from there.Right, I just re-read your original message. Sorry, brain’s still foggy! Instead of the custom PHP code, what do you think about using the “Price display suffix” setting under WooCommerce > Settings > Tax instead?
- This reply was modified 4 years, 12 months ago by Cara.
Forum: Plugins
In reply to: [WooCommerce] Inconsistency on our Woocommerce siteHi, @tayfunkazanci!
Thank you for the logs!
It looks like you’ve added this plugin to your site: Debug Bar Actions and Filters Addon. Is that correct? I’m not seeing it in the System Status Report you previously shared with us, but it’s being referenced in the log. Can you please confirm if that’s the case?
If so, can you reach out to its developers about what particular object their plugin is looking for based on the log? It looks like it’s looking for a Jetpack-related object, but you can confirm with them here:
https://wordpress.org/support/plugin/debug-bar-actions-and-filters-addon/Hi, @yatgirl!
Thank you for creating that report on GitHub! I just checked it out, and I noticed that “I have deactivated other plugins and themes and confirmed this bug occurs when only WooCommerce + Storefront theme are active.” is unchecked.
This was something I forgot to ask you about, and I’m sorry for that. The issue you’re experiencing could be due to a conflict with another plugin. To see if that’s the case, I usually recommend using the Health Check plugin to perform a conflict test. The plugin has a troubleshooting mode where only you as the admin will see any changes made to the site.
The general steps for the conflict test would be:
1. Enable troubleshooting mode on the Health Check plugin
2. Activate WooCommerce
3. Check if the symbols show up correctlyIf the problem is gone, then activate plugins one at a time. In between each activation, repeat step 3.
If you’re interested, we have a more in-depth guide on using that plugin here:
https://docs.woocommerce.com/document/troubleshooting-using-health-check/Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP 8 versionHi, @frenchstef!
Is Stripe available with PHP 8 version ? or any update soon ?
Good question! I just reached out to the Stripe extension developers about this. I’ll let you know once I hear back from them.
Forum: Plugins
In reply to: [WooCommerce Square] Add multiple locations to receive payments?Hi, @czambom!
I sell multiple products from different locations on my website, and I wish I could send the payments I receive for their respective locations and not to the only location I have to choose on the Plugin Settings.
I get what you mean. At the moment though, the Square extension is only able to sync a WooCommerce store with a single Business Location, and not multiple ones. The extension’s Sync settings only allows you to select a single Square location.
Forum: Plugins
In reply to: [WooCommerce Blocks] Critical error on “Hand-picked Products” blockHi Giovanni @civgio!
We appreciate you keeping us updated on your issue.
As you’ve narrowed this down to your theme, I’ll go ahead and mark this thread as resolved. However, if you do have any further questions, feel free to start a new thread! 🙂
Forum: Plugins
In reply to: [WooCommerce Blocks] Can not disable Coupon Code option.You’re most welcome, @ebedini!
If it’s alright, I’ll go ahead and mark this thread as resolved since our developers are already actively looking into the issue.
You can continue to monitor the report on GitHub and, of course, if you do have other questions, feel free to start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Major problem with new Woocommerce updateHi, @augustbindery!
This must be really scary, and I hope we can help you narrow this issue down.
From that error message, based on its reference to
advanced-product-fields-for-woocommerce-pro, it looks like the issue may be coming from the Advanced Product Fields (Product Addons) for WooCommerce plugin.Do you perhaps have that on your site? If yes, can you see if disabling it fixes your issue?
I also do see that there is a thread on that plugin’s forum on a similar issue here: https://wordpress.org/support/topic/there-has-been-a-critical-error-on-your-website-87/
In that thread, the issue was with a corrupted WooCommerce update. To help confirm if you’re seeing the same issue or if it’s something else entirely, you may also want to reach out to the Advanced Product Fields developers for confirmation here: https://www.studiowombat.com/request-support/
Forum: Plugins
In reply to: [WooCommerce] Inconsistency on our Woocommerce siteHi, @tayfunkazanci!
On our website, some days our orders are 8 10, some days it is not. After entering, clearing the cache and restarting the server on the whm panel, we start receiving orders.
Can you let us know more about the issue you’re seeing on your site? From your message, it sounds like you’re not getting orders on some days, which can be normal.
However, do you mean that something on your site is preventing orders from being placed on those days? If yes, are you seeing any errors? You can also check under WooCommerce > Status > Logs for any fatal errors logs.
From the System Status Report you’ve shared with us, I do see that some of the values under Server Environment are a bit low. For reference, you can get an idea of what values would be good here: https://documentation.laborator.co/kb/general/recommended-php-configuration-limits/
If you need help with those, I would suggest reaching out to your hosting provider to make the necessary changes.
Forum: Plugins
In reply to: [WooCommerce] Hide empty categoriesI was able to upload the plugin but it’s not working. Perhaps because I’m displaying everything through this shortcode rather than a widget?
[product_categories columns=”3″]
@craigmckee, that would make sense!
I ran some extra tests for you on my site, and I used the same [product_categories] shortcode. I then set up a category, category1, to contain one product that is out of stock.
As you’ll see in this screenshot, category1 shows up in my sidebar, but it is hidden where in the display created by the [product_categories] shortcode:
Link to image: https://d.pr/i/iuT7l8For reference, my site is using the latest versions of both WordPress (5.7.1) and WooCommerce (5.3). So, I’m wondering if that might be the difference between your site and mine.
Can you please check what version of WooCommerce your site is using? You can check that under WooCommerce > Status > System Status or WP Admin > Plugins.
Forum: Plugins
In reply to: [WooCommerce] Search results pageYou’re very welcome, @angieperaza! And thank you for updating us on what the cause of the issue ended up being too. 🙂
As this has now become an Elementor issue, I’ll go ahead and mark this thread as resolved. However, if you do have any further questions, feel free to start a new thread.
I’m still having trouble reproducing the issue you’re both seeing. For reference, this is how the sidebar on my test site appears with version 3.6.0 of Storefront:
Link to image: https://d.pr/i/CbaUHUAre you able to give me more details on how I can reproduce this? For instance, which widgets are you using? Do you have any optimization plugins that minify scripts?
Alternatively, you can open an issue for this in the Storefront GitHub repository here: https://github.com/woocommerce/storefront/issues