Mahfuzur Rahman(woo-hc)
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove H3 from additional product informationHi @christian-abu,
Thank you for following up! It seems this query is a duplicate of your other post here: https://www.ads-software.com/support/topic/remove-h2-from-product-reviews-product-related/.
We’ve already addressed your query in that thread. To keep the forum organized and aligned with the guidelines, duplicate topics aren’t allowed. I’ll mark this thread as resolved and continue the discussion on the original post.
Thank you!
- This reply was modified 3 months ago by Mahfuzur Rahman(woo-hc).
- This reply was modified 3 months ago by Mahfuzur Rahman(woo-hc).
Forum: Plugins
In reply to: [WooCommerce] Remove H2 from Product Reviews & Product RelatedHi @christian-abu,
I’ve marked the duplicate topic (https://www.ads-software.com/support/topic/remove-h3-from-additional-product-information/) as resolved. Let’s continue the discussion here to keep everything organized.
- This reply was modified 3 months ago by Mahfuzur Rahman(woo-hc).
Forum: Plugins
In reply to: [WooCommerce] Remove H2 from Product Reviews & Product RelatedHi @christian-abu,
Thanks for the clarification! I understand your concern about the H2 headings in the Reviews and Related Products sections affecting your SEO structure.
The headings are defined in the single-product-reviews.php and related.php template files. To remove the H2 tags:
1. Copy these files to your theme folder at yourtheme/woocommerce/single-product-reviews.php and yourtheme/woocommerce/single-product/related.php.
2. Modify the copied files to replace the H2 tags with a <div> or another non-heading element of your choice.
While we can’t assist with custom code changes as outlined in our Support Policy, if you’d like assistance with this, we recommend reaching out to one of the experts listed on our Customization page.
Let us know if there’s anything else we can guide you with!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Slow, Dashboard Slow, Frontend SlowHi @emilysbf,
Thanks for sharing the details about your WooCommerce dashboard’s performance issue. I understand how frustrating it can be to experience slow loading times despite your efforts to optimize it.
I’ve tested the WooCommerce dashboard on my end, and it’s performing as expected. This suggests the issue might be specific to your site or hosting environment. To help us investigate further, could you please share the following details?
? System Status Report: Go to WooCommerce > Status > Get system report > Copy for support and share it here.
? Fatal Error Logs: If there are any, you can find them under WooCommerce > Status > Logs. Feel free to copy and paste them here or share them via https://gist.github.com/.
Thank you.
Hi @ramy7 ,
Thanks for the details! It’s possible that manually inserting the orders via phpMyAdmin caused a mismatch or missing data in WooCommerce-specific database tables, which may affect Analytics tracking. Here’s what you can check to resolve the issue:
1. Verify Database Tables: Ensure the following tables are updated correctly for the manually added orders:
- wp_wc_order_stats: Stores order details for Analytics.
- wp_wc_order_product_lookup: Tracks product details in orders.
2. Reimport Historical Data: Once you’ve confirmed the database is correctly updated, reimport historical data via Analytics → Settings to regenerate the Analytics reports.
If the issue persists after these steps, we recommend consulting a developer or reaching out to one of the experts listed on our Customization Services page.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce to Woocommerce headless commerceHi there,
Thank you for sharing your idea and the update that the issue is resolved! Running WordPress/WooCommerce as a headless setup with two servers sharing a database is an interesting approach.
Since you’ve installed WooCommerce on the other site and it’s working now, it sounds like you’re on the right track.
Wishing you success with your project!
Forum: Plugins
In reply to: [WooCommerce] Issues with translating checkout fieldsHi @balavander,
Thank you for sharing the detailed information about the issue and your script! I understand how important it is for your site to be fully displayed in Latin text.
Please note that we can’t provide support for custom code as per our support policy. Since this involves custom code, I recommend reaching out to one of the experts listed on our WooCommerce Customization page. They can help refine your script to ensure it translates all fields correctly.
Forum: Plugins
In reply to: [WooCommerce Shipping] Possible conflict with Stripe plugin – CORS errorHi @davidbaranek,
Thank you for the details. I’ve tested your site on the latest Safari browser and couldn’t replicate the CORS error. Here’s a screenshot of what I’m seeing: https://snipboard.io/qufFWU.jpg.Could you please check again and let us know if you still see the console error?
Thank you!Forum: Plugins
In reply to: [WooCommerce] The order box on mobile devices has disappeared.Hi @shakoor99,
Thank you for bringing this up! The table row displaying the order numbers is intentionally hidden on smaller devices to maintain a cleaner layout. However, you can still view the order number by clicking on an individual order.
If you’d prefer to display the order numbers directly on the orders page, you can use the following CSS code:
table.shop_table_responsive tbody th{
display: table-cell !important
}I hope this helps. Thank you!