Abiola Ogodo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Admin page – doesn’t show pricesI checked that link and noticed it’s showing out-of-stock.
Based on https://www.hummel.lt/en/product/actus-trainer-2036619001/, some variations are active.
On the admin page, can you check if the variations are enabled and see if it has stocks? See screenshot
I hope this helps! Let me know if you have further questions or if you need further assistance.
Forum: Plugins
In reply to: [WooCommerce] Radio buttons line out on Checkout pageAs highlighted by Naz and Igor, we need the checkout link to recommend CSS adjustments. I look forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce] Orders with invalid emails rejected even they are validThe error is shown in the error log. There seem to be a file not found based on the error below:
CRITICAL Uncaught Error: Class ‘WbsVendors\Dgm\Shengine\Migrations\Storage\WordpressOptions’ not found in /home/meisolle/domains/meisolle.dk/public_html/wp-content/plugins/weight-based-shipping-for-woocommerce/server/src/Plugin.php:178Kindly reach out to their support to address that using the link below:
https://wordpress.org/support/plugin/weight-based-shipping-for-woocommerce/Forum: Plugins
In reply to: [WooCommerce] WooCommerce crashes my siteIf you’re still having memory exhaustion errors, kindly reach out to your host on why the database can’t be connected
Forum: Plugins
In reply to: [WooCommerce] Recalling customer shipping address without them being a user?Can you share the differences between the two sites since both does not work the same way?
I look forward to hearing from you.
I understand you want to hide variations from the frontend without CSS, plugin, or custom code.
You can disable a variation by un-marking the “enabled” option. See this screenshot and guide below:
https://woocommerce.com/document/variable-product/#adding-variation-dataForum: Plugins
In reply to: [WooCommerce] AVOID! Payments disappearing, no supportWe’re sorry to hear about your experience.
First of all, WooCommerce does not receive your payments even though we have some default integrations like Paypal/Stripe. All payments go to the payment gateway you set up.
You mentioned funds disappearing:
Can you provide more information on that? Were some orders deleted?
I look forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce] E-mail notification when order change statusI found a thread that could help below:
https://wordpress.org/support/topic/send-email-to-admin-when-order-status-change/I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce shipping recommendationsThis is a fairly complex development topic. 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] Fatal error during PHP command executionForum: Plugins
In reply to: [WooCommerce] Shipping fees based on product locationI understand you want to calculate shipping based on the product location. Customer location is one of the built-in parameters for WooCommerce.
So, this is a fairly complex development topic. 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] Shop Manager image upload error.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] Hide price only on product-category pagesYou can manually turn off the code snippets plugin using the guide below:
https://kinsta.com/knowledgebase/disable-wordpress-plugins/Once, you’re able to get back in WP-admin, you can change the theme to Storefront, reactivate the code snippets plugin and check if the code above works.
I look forward to hearing from you.
Forum: Plugins
In reply to: [WooCommerce] cant re sort/re order products through pagesGlad to hear it – thanks for letting us know!
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] No title or description in receipt, just a random order numberHey there!
The plugin doesn’t send individual items to stripe, it submits the order total for the order and processes payments for the order that way. It doesn’t see the items, only orders.
I hope that provides some clarity