Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Need help with styling product pageMark, you have to wear your bottle cap glasses to read that… 🙂
@molinnov – varktech knows his stuff!
Forum: Plugins
In reply to: [WooCommerce] How to completely disable Reviews Tab@tevya – not true…You can bulk edit products…
Forum: Plugins
In reply to: [WooCommerce] How to completely disable Reviews TabIn case you didn’t know there is already a ON/OFF setting in the products/advance setting to turn off comments/reviews.
Forum: Plugins
In reply to: [WooCommerce] Placeholder image for a specific categoryA little confused. Why would you want to do that? If there is a specific image you want to use, why not just upload that for the category instead of waiting for it to fallback to a placeholder?
Forum: Plugins
In reply to: [WooCommerce] Display a count of total product publishedNot tested…just off the top of my head.
$args = array( 'post_type' => 'product', 'post_status' => 'publish', 'posts_per_page' => -1 ); $products = new WP_Query( $args ); echo $products->found_posts;Forum: Plugins
In reply to: [WooCommerce] Big thumnail on related productsRelated products use the same size image as single product image.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce PaypalSorry to tell you that this is specific to your site. I have no issues in any browsers on my sites…So I suggest you start another test site from scratch without any plugins/3rd party theme and test again.
Forum: Plugins
In reply to: [WooCommerce] Remove or hide WooCommerce widgets from adminYou can try this -> http://codex.wordpress.org/Function_Reference/unregister_widget
Forum: Plugins
In reply to: [WooCommerce] Paypal standard not workingDid you make sure your Paypal settings is not in sandbox mode.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce PaypalTry even switching your theme to 2012 theme.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce PaypalNo you don’t have to. Paypal standard comes by default with WC plugin. I am using latest WC version. I would suggest you turn off all other plugins and re-test.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce PaypalMine looks exactly like that too but I can click in no problem.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce PaypalWhat do you mean by disabled? Can you not click into the input field?
Forum: Plugins
In reply to: [WooCommerce] share this integrationJust stop using it for now by blanking out the publisher ID field…
Forum: Plugins
In reply to: [WooCommerce] Update Cart and Proceed to Checkout won't workYou’re possibly running out of memory…Go to WC settings->status page to see if that is the case.