Title: Roy Ho's Replies - page 45 | 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 - 661 through 675 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/44/?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)…
[44](https://wordpress.org/support/users/splashingpixelscom/replies/page/44/?output_format=md)
45 [46](https://wordpress.org/support/users/splashingpixelscom/replies/page/46/?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/46/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Gallery changed behavior](https://wordpress.org/support/topic/product-gallery-changed-behavior/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/product-gallery-changed-behavior/#post-3912078)
 * What you described usually means you have some JS issues. Post a URL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Custom attributes on catalog page?](https://wordpress.org/support/topic/custom-attributes-on-catalog-page/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-attributes-on-catalog-page/#post-3911536)
 * has_attributes method returns a boolean true or false…So if your new class is
   called $_product assuming you used the abstract method of $_product = get_product(
   $id ); then your code would look something like this:
 *     ```
       if ( $_product->has_attributes() ) {
            echo $_product->get_attribute( 'tagline' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Custom attributes on catalog page?](https://wordpress.org/support/topic/custom-attributes-on-catalog-page/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-attributes-on-catalog-page/#post-3911529)
 * Yes the product class has a method called “has_attributes” which you can use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] View Cart on single product page](https://wordpress.org/support/topic/view-cart-on-single-product-page/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/view-cart-on-single-product-page/#post-3911076)
 * This requires quite a bit of coding as what you want is “ajax add to cart” on
   single products page. I have already mentioned this to the developers and they
   welcome me to do a pull request for them but I currently just don’t have the 
   time to do so. When I do free up, I will definitely submit my pull request for
   this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Finding or Setting ID number](https://wordpress.org/support/topic/finding-or-setting-id-number/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/finding-or-setting-id-number/#post-3910225)
 * If you look at the backend products listing, you can see the ID of each one. 
   Just hover your mouse over the product name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change add to cart label after click](https://wordpress.org/support/topic/change-add-to-cart-label-after-click-1/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/change-add-to-cart-label-after-click-1/#post-3905979)
 * You can still do it but would probably require you to customize the template 
   view in question and add a check for what is in the cart at the time if in the
   cart, add CSS class or change the text completely.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Automatically add product categories to custom menus](https://wordpress.org/support/topic/automatically-add-product-categories-to-custom-menus/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/automatically-add-product-categories-to-custom-menus/#post-3907702)
 * No, if you want to retain the ability to use the backend wp menus, you need to
   use a custom walker class…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Use PayPal to take cards without a PP account](https://wordpress.org/support/topic/use-paypal-to-take-cards-without-a-pp-account/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/use-paypal-to-take-cards-without-a-pp-account/#post-3908048)
 * As stated here -> [https://www.paypal.com/cgi-bin/webscr?cmd=p/mer/WAX_landing-outside](https://www.paypal.com/cgi-bin/webscr?cmd=p/mer/WAX_landing-outside)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Automatically add product categories to custom menus](https://wordpress.org/support/topic/automatically-add-product-categories-to-custom-menus/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/automatically-add-product-categories-to-custom-menus/#post-3907681)
 * You can probably do this by extending the walker menu class.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to Cart Missing for Product Variations](https://wordpress.org/support/topic/add-to-cart-missing-for-product-variations/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-to-cart-missing-for-product-variations/page/2/#post-3428836)
 * Trans4: this is not a WC plugin issue. It is with your theme. Ask them to update
   their theme to be compatible with the latest WC plugin version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to Cart Missing for Product Variations](https://wordpress.org/support/topic/add-to-cart-missing-for-product-variations/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-to-cart-missing-for-product-variations/#post-3428834)
 * Trans4: if you go to the demo page of your theme, you can see it works fine. 
   Hence I asked if you were sure you’re using the latest build of your theme. Have
   you tried contacting them?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change add to cart label after click](https://wordpress.org/support/topic/change-add-to-cart-label-after-click-1/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/change-add-to-cart-label-after-click-1/#post-3905805)
 * If you use ajax add to cart in category view, it does that already. It adds a
   class of “added” to the button. So using that class you can manipulate it…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] I want to add an extra box for customers to type specific info with a my product](https://wordpress.org/support/topic/i-want-to-add-an-extra-box-for-customers-to-type-specific-info-with-a-my-product/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/i-want-to-add-an-extra-box-for-customers-to-type-specific-info-with-a-my-product/#post-3902739)
 * The link works for me…try again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] I want to add an extra box for customers to type specific info with a my product](https://wordpress.org/support/topic/i-want-to-add-an-extra-box-for-customers-to-type-specific-info-with-a-my-product/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/i-want-to-add-an-extra-box-for-customers-to-type-specific-info-with-a-my-product/#post-3902718)
 * I believe you can use the Gravity Forms Product Add-on plugin.
 * [http://www.woothemes.com/products/gravity-forms-add-ons/](http://www.woothemes.com/products/gravity-forms-add-ons/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add to Cart missing on variations product](https://wordpress.org/support/topic/add-to-cart-missing-on-variations-product/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/add-to-cart-missing-on-variations-product/#post-3902308)
 * You posted this on another thread and I asked you if you’re using the latest 
   theme version.

Viewing 15 replies - 661 through 675 (of 1,437 total)

[←](https://wordpress.org/support/users/splashingpixelscom/replies/page/44/?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)…
[44](https://wordpress.org/support/users/splashingpixelscom/replies/page/44/?output_format=md)
45 [46](https://wordpress.org/support/users/splashingpixelscom/replies/page/46/?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/46/?output_format=md)