royho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal error EmailsHi there,
I would suggest to first contact the developer of the checkout field editor plugin you’re using. I believe they’re over here https://www.themehigh.com/product/woocommerce-checkout-field-editor-pro/
Forum: Plugins
In reply to: [WooCommerce] Product single page refreshes after Add to cart is pressedHi there,
Yes that is the default behavior for single product page. If you want an AJAX experience here is an article I found that might help you achieve this. https://avada.io/woocommerce/docs/ajax-add-to-cart-button.html
Hi folks,
This should be fixed in WooCommerce 8.0.
Forum: Plugins
In reply to: [WooCommerce] Display long description on shop pageHi @ridersjin,
You can give this a try:
add_action( 'woocommerce_after_shop_loop_item_title', 'wc_add_long_description' ); function wc_add_long_description() { global $product; ?> <div itemprop="description" style="clear:both;"> <?php echo apply_filters( 'the_content', $product->get_description() ) ?> </div> <?php }
Forum: Plugins
In reply to: [WooCommerce] Depreciated: is_admin_page is depreciated since version 6.3!Hi @wanderer0621 – thanks for reporting. This issue is confirmed and being tracked here https://github.com/woocommerce/woocommerce/issues/32934
We’ll resolve this soon.
Forum: Plugins
In reply to: [WooCommerce] Changelog not usableI apologize. The changelog is in pending review. Meanwhile, you can see the 6.3.0 changelog here https://github.com/woocommerce/woocommerce/blob/release/6.3/changelog.txt
Forum: Plugins
In reply to: [WooCommerce] changelog not updatedI apologize. The changelog is in pending review. Meanwhile, you can see the 6.3.0 changelog here https://github.com/woocommerce/woocommerce/blob/release/6.3/changelog.txt
Forum: Plugins
In reply to: [WooCommerce] Download links not ShowingHi there, please update your WooCommerce version to the latest 5.7.1 and this issue should be resolved.
Forum: Plugins
In reply to: [WooCommerce] Orders mistakenly linking to customersHi there,
Are we sure these are legitimate orders?
- This reply was modified 3 years, 6 months ago by royho.
Forum: Plugins
In reply to: [WooCommerce] Dashboard widget gone even after 5.7.1 updateOk thanks for figuring that out. This leads me to think you had a plugin that blocked Analytics to begin with and hence didn’t track your orders.
Forum: Plugins
In reply to: [WooCommerce] Dashboard widget gone even after 5.7.1 updateCan you please try going to WooCommerce->Status->Tools scroll down to “Clear Analytics Cache” and click on the “Clear” button next to it on the right. Then load the Analytics->Overview page again and see if that clear things up.
Forum: Plugins
In reply to: [WooCommerce] Dashboard widget gone even after 5.7.1 updateIf you go to Analytics->Overview do you see your sales?
Forum: Plugins
In reply to: [WooCommerce] Dashboard widget gone even after 5.7.1 updateCould 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] Reset popularity sortHi @melebius – there is also the
wc_product_meta_lookup
table wheretotal_sales
lives. Try looking through that.Forum: Plugins
In reply to: [WooCommerce] Dashboard widget gone even after 5.7.1 updateHi there @amandabandb – Try going to WooCommerce->Home and on that empty widget box top right click on the 3 dots and click on “hide”. Then go back to your main Dashboard and see if that fixed the issue.