aetta
Forum Replies Created
-
Hey @divorcetheworld!
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.
My very best!
Forum: Plugins
In reply to: [WooCommerce] Как убрать детали оплатаHi @denly1
If I’m following it correctly, what you’re trying to do is:
- Disable all payment methods except for Check Payment (Formerly called Cheque now) or BACs
- Ask the user to upload a receipt and then, manually, process the order.
If it’s correct, you can disable all other available payment methods through:
WordPress Dashboard > WooCommerce > Settings > Payments
And then, you can use a plugin like the one below, that allows you to upload a receipt for any payment method.
https://wordpress.org/plugins/pepro-bacs-receipt-upload-for-woocommerce/
Let us know how it goes! Thanks
Forum: Plugins
In reply to: [WooCommerce] Incompatible with WordPress 5.9 (?)Hi @kailyard!
Fantastic! I’m happy to hear that it’s working now and thank you for sharing it with the community!
Feel free to reach out again, opening a new topic, if you have other issues going on with WooCommerce! 🙂
My very best!
Forum: Plugins
In reply to: [WooCommerce] “@graph” wrapping error in Structured DataHi @jonaho
Just to clarify it a bit more, are you adding Schema through the YOAST SEO plugin?
I am asking this because I didn’t find any Schema on your site using the Google Structured Data testing tool
Can you double-check if everything is set as stated on their documentation?
https://developer.yoast.com/features/schema/plugins/woocommerce-seo/
You can also try different plugins for that searching for “WooCommerce Schema” on the plugins repo.
Additionally, I’d recommend checking if it isn’t been overwritten, by your theme or any other plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Try do add your Schema markups using a plugin or custom codes and check it again.
A staging site would be a good idea at this point. If your host doesn’t offer that option, we recommend WP Staging for quickly spinning up a new test site.
Let us know how it goes! Thanks
Forum: Plugins
In reply to: [WooCommerce] Taxes Not CalculatingHi @jimrhines
Yes! Basically, when enabling the Automated Taxes it takes care of the taxes for you.
If you’ve additional nexus locations, you can use TaxJar!
Take a look at the article below for more detailed information:
I hope that helps! All the best!
Forum: Plugins
In reply to: [WooCommerce] Not able to change the shop page title “Products”Hi @chanhope
In this scenario, you can change the title by using a custom code, discussed here:
https://stackoverflow.com/questions/36494520/changing-title-in-woocommerce-page/60097604#60097604
Also, as mentioned in one of the replies there, you can use a plugin like YOAST SEO to do that too.
Let us know how it goes! Thank you!
Hi @djkimmel! Thanks for reaching out to us!
As you mentioned, a conflict test can point out a few things when done. Since it seems to be an issue with a third-party theme or plugin is hard for us to help you out, but we’ll try out best! 🙂
That being said, the problem itself is that the title filter needs 2 arguments to be passed, according to the codex they are: $title and $id
You may need to find it and pass the correct number of arguments.
Also, it sounds like a staging site would be a good idea. If your host doesn’t offer that option, we recommend WP Staging for quickly spinning up a new test site.
You can then make a few tweaks, disable plugins, change your theme without affecting your live site.
Additionally, there are a few resources that you can look for help with customizations, here they are:
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.And the WooCommerce Customizations Page
We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
Let us know how it goes! My very best!
Forum: Plugins
In reply to: [WooCommerce] Show Quantity of a Product on HomepageHi @mannyme80
Since it’s a third-party plugin, you’ll need to check out directly with the plugin developer for this option.
However, if you look at the plugin site demo, there are a few options already set as examples.
Also, additionally of my colleagues reply, you can also display your stock status by navigating to: WooCommerce > Settings > Products > Inventory.
Check the available Display Stock formats on the bottom of the page.
All the best!
Forum: Plugins
In reply to: [WooCommerce] Change shipping methodHi @cochii
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.
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.
All the best!
Hi @alex19977!
Thanks for letting us know! We’ll follow up from there! Thank you.
Forum: Plugins
In reply to: [WooCommerce] ‘Related Products’ text is between the product photo and titleHi @nanfischer
This is what I see when accessing your site:
https://snipboard.io/n7JNbk.jpg
Have you figured it out?
If you’re still having issues with that, I’d recommend, temporarily, changing your theme to the Storefront theme, and also sharing with us a full and uncropped screenshot of what you’re seeing.
You can use this tool to share the screenshot with us: https://snipboard.io/
Let us know how it goes! Thank you!
- This reply was modified 4 years, 4 months ago by aetta.
Forum: Plugins
In reply to: [WooCommerce] Admin configuration seems randomly brokenHey @tornevall!
Awesome! I’m happy to hear that! Feel free to reach out again to us if you have questions!
All the best!
Forum: Plugins
In reply to: [WooCommerce] “@graph” wrapping error in Structured DataHi @jonaho
I’ve checked the debug tool from Facebook, and it seems to be working fine with your site.
You can also try to use this Chrome extension created by Facebook will verify that your Facebook pixel is working properly.
If you’re still having issues with that, 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.
Also, the woocommerce_structured_data_product controls the full set of data for the product, it passes an array and can be used to add/change values to your structured data.
What’s the priority of execution of this filter on your code?
I hope to hear from you soon! My very best!
Forum: Plugins
In reply to: [WooCommerce] PHP Deprecated: WC_Abstract_Legacy_Order::get_product_from_itemHi @nemrio
It looks like your site is calling a function that was deprecated in WooCommerce 4.4.0.
This can be from a plugin or your theme, so I’d recommend doing a conflict test.
The best way to do this is:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated.
To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict.
You can find a more detailed explanation on how to do a conflict test here.
My very best!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce featured category blockHi @vickylbh!
Thanks for clarifying it! You can use CSS codes to make some tweaks to your site!
Here’s an example!
You can also use a plugin to achieve that, like this one!
All the best!