Title: Roy Ho's Replies - page 8 | WordPress.org

---

# Roy Ho

  [  ](https://wordpress.org/support/users/splashingpixelscom/)

 *   [Profile](https://wordpress.org/support/users/splashingpixelscom/)
 *   [Topics Started](https://wordpress.org/support/users/splashingpixelscom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/splashingpixelscom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/splashingpixelscom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/splashingpixelscom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/splashingpixelscom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/splashingpixelscom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 106 through 120 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/splashingpixelscom/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/splashingpixelscom/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/splashingpixelscom/replies/page/9/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/9/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer comment option gone since upgrade to 2.1.2](https://wordpress.org/support/topic/customer-comment-option-gone-since-upgrade-to-212/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/customer-comment-option-gone-since-upgrade-to-212/#post-4653298)
 * Not too sure what you mean. The order notes field is in the checkout and customers
   type in their message there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Integration Settings gone](https://wordpress.org/support/topic/integration-settings-gone/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/integration-settings-gone/#post-4653297)
 * Yes we have removed them and they are now all separate plugins. To download them,
   you can deactivate WooCommerce plugin and reactivate again so you will see the
   WooCommerce welcome screen. On that page, there are links to download these plugins.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Customer comment option gone since upgrade to 2.1.2](https://wordpress.org/support/topic/customer-comment-option-gone-since-upgrade-to-212/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/customer-comment-option-gone-since-upgrade-to-212/#post-4653295)
 * Do you mean order notes? If so, it is still there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Questionaire and Product](https://wordpress.org/support/topic/questionaire-and-product/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/questionaire-and-product/#post-4650506)
 * There are no current solutions for this however this can definitely be done.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Different Image Gallery for Each Product Variation](https://wordpress.org/support/topic/different-image-gallery-for-each-product-variation/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/different-image-gallery-for-each-product-variation/#post-3578485)
 * This forum is for WooCommerce. Please ask your commercial plugin question on 
   the plugin’s support forum.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to change Add to Cart button to a Read More button?](https://wordpress.org/support/topic/how-to-change-add-to-cart-button-to-a-read-more-button/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-change-add-to-cart-button-to-a-read-more-button/#post-3752341)
 * This is all you need:
 *     ```
       add_filter( 'woocommerce_loop_add_to_cart_link', 'change_add_to_cart_loop' );
   
       function change_add_to_cart_loop( $product ) {
           global $product; // this may not be necessary as it should have pulled the object in already
   
           return '<a href="' . esc_url( $product->get_permalink( $product->id ) ) . '">READ MORE</a>';
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Unable to search orders since 2.1 update](https://wordpress.org/support/topic/unable-to-search-orders-since-21-update/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/unable-to-search-orders-since-21-update/#post-4649134)
 * Version 2.1.3 will fix this issue. Should be out soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to disable css styles of WooCommerce](https://wordpress.org/support/topic/how-to-disable-css-styles-of-woocommerce/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-disable-css-styles-of-woocommerce/#post-4646080)
 * While the user interface option is gone, you can still do this easily with filters.
   See [http://docs.woothemes.com/document/disable-the-default-stylesheet/](http://docs.woothemes.com/document/disable-the-default-stylesheet/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Blank homepage after update](https://wordpress.org/support/topic/blank-homepage-after-update/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/blank-homepage-after-update/#post-4642870)
 * Blank page usually means a PHP error. I would suggest you check your PHP error
   logs to find out what they are. It could be a simple out of memory error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to disable cart-fragments.min.js?ver=2.0.20?](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/#post-4641880)
 * Actually the quotes are not correct from copying and pasting. Try this:
 *     ```
       add_action( 'wp_print_scripts', 'de_script', 100 );
   
       function de_script() {
           wp_dequeue_script( 'wc-cart-fragments' );
   
           return true;
       }
       ```
   
 * I’ve tested this and it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to disable cart-fragments.min.js?ver=2.0.20?](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/#post-4641876)
 * Well you need to put it into an action and put it inside your theme’s functions.
   php file like this.
 *     ```
       add_action( ‘wp_print_scripts’, ‘de_script’, 100 );
   
       function de_script() {
           wp_dequeue_script( 'wc-cart-fragments' );
   
           return true;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to disable cart-fragments.min.js?ver=2.0.20?](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-disable-cart-fragmentsminjsver2020/#post-4641842)
 * Put this in your theme’s functions.php file.
 *     ```
       wp_dequeue_script( 'wc-cart-fragments' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product pages misalligned](https://wordpress.org/support/topic/product-pages-misalligned/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/product-pages-misalligned/#post-4641841)
 * First thing to try is update your theme to the latest version and go from there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] After Updating The Plugin My Shop Page Is Not Showing any Products](https://wordpress.org/support/topic/after-updating-the-plugin-my-shop-page-is-not-showing-any-products/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/after-updating-the-plugin-my-shop-page-is-not-showing-any-products/#post-4640340)
 * Some things to try, go to settings->permalinks and click on save. If that doesn’t
   work you can test if you have any template overrides that could cause issues 
   by going to WooCommerce->system status and click on the TOOLS tab and on that
   page, check the box for the template debug thing and save. Re-test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Custom Individual Product Template](https://wordpress.org/support/topic/custom-individual-product-template/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-individual-product-template/#post-4640339)
 * You can certainly put in a condition in that template file to filter out what
   you want.
 * Something like this:
 *     ```
       if ( $product->id == 2449 ) {
            // do this style
       } else {
            // do other style
       }
       ```
   

Viewing 15 replies - 106 through 120 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/splashingpixelscom/replies/?output_format=md)
[2](https://wordpress.org/support/users/splashingpixelscom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/splashingpixelscom/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/splashingpixelscom/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/splashingpixelscom/replies/page/9/?output_format=md)…
[94](https://wordpress.org/support/users/splashingpixelscom/replies/page/94/?output_format=md)
[95](https://wordpress.org/support/users/splashingpixelscom/replies/page/95/?output_format=md)
[96](https://wordpress.org/support/users/splashingpixelscom/replies/page/96/?output_format=md)
[→](https://wordpress.org/support/users/splashingpixelscom/replies/page/9/?output_format=md)