Abiola Ogodo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce adding noindex tagCould 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.
Forum: Plugins
In reply to: [WooCommerce] PHP Fatal error: Woocommerce blocks packageCan you update your WordPress and WooCommerce to the latest version to see if it fixes the issue?
You can set up a staging site for this test using the guide below:
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/I look forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce] Hide Shipping Based on AttributeI understand you want to hide shipping based on the selected attribute.
You may want to try this plugin: https://woocommerce.com/products/hide-shipping-methods-for-woocommerce/. It has a 30-day refund policy in case it’s not suitable for your goals.
Otherwise, this is a feature that needs some custom development. I’m going to leave it open for a bit to see if anyone is able to 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.Forum: Plugins
In reply to: [WooCommerce] Disable forced critical updatesI understand you want to disable automatic core updates. I found a guide that could help here: https://wpengine.com/resources/disable-auto-update/#:~:text=Step%201%3A%20Add%20Code%20to,(%20’WP_AUTO_UPDATE_CORE’%2C%20false%20)%3B
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Restrict To PostCodeForum: Plugins
In reply to: [WooCommerce] Hiding Price on Product BundleUsing the page id, you can hide the pricing element with CSS:
#products-page bdi{
display:none;
}Forum: Plugins
In reply to: [WooCommerce] WC-Admin filter by category is not showing productsThanks for getting back to us.
In the same tools, can you
regenerate
the product lookup tables?
I look forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce] [dokan-dashboard]I found a link that could help below:
https://organicthemes.com/contact/I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Dashboard showing errorThanks for getting back to us.
Regarding the accounts, check if your WordPress files have correct permissions using the guide below:
I hope this helps! Let me know if you have further questions or if you need further assistance.
Forum: Plugins
In reply to: [WooCommerce] List Items With Flat Rate DeliveryThanks for letting us know!
If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] woocommerce variable product inventory questionWe understand you want to know how to get all stock quantities for a variation.
There’s no default feature for this. On the brighter side, WooCommerce has an extension for this in the link below:
https://woocommerce.com/products/variation-shared-inventory-for-woocommerce/For free alternatives, you can check https://wordpress.org/plugins/
I hope this helps! Let me know if you have further questions or if you need further assistance.
Forum: Plugins
In reply to: [WooCommerce] CSV Importer stallsI understand your importer is stalling.
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.
Forum: Plugins
In reply to: [WooCommerce] language of order notification mailI understand your WooCommerce order emails are not being translated by Polylang.
I found a guide that could help here: https://polylang.pro/doc/translating-woocommerce-urls-and-strings/
Otherwise, reach out to their support on why the plugin isn’t translating as 3rd-party plugins are not covered in our support scope
Forum: Plugins
In reply to: [WooCommerce] Filter by Attributes not workingI understand your filter by attribute does not work.
Kindly go to WooCommerce -> Status -> Tools then regenerate the
Product lookup tables.Let us know how it goes, I look forward to hearing from you.