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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Can I have multiple sites linking all to one orders page?](https://wordpress.org/support/topic/can-i-have-multiple-sites-linking-all-to-one-orders-page/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/can-i-have-multiple-sites-linking-all-to-one-orders-page/#post-3948620)
 * More detail from you is needed. Such as are all the sites identical in design
   and just different domain names? If so, that is easy as you can simply point 
   the domain to resolve to one setup. On the other hand if they are all different
   designs and different domains, it will be a bit trickier to pull off but still
   can be done.
 * You can probably setup a site ONLY for checkout purposes which will handle incoming
   purchase requests from your other sites. You can either choose to use parameters
   via URL on a GET method or use POST method ( preferred ). This data will be captured
   on your checkout site and add those items to the cart.
 * The only thing you may have to do is have the same products created on each site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding image to attribute in woocommerce](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/#post-3947421)
 * I don’t recall if WC already has a template tag for you to output this but you
   can do this yourself. So assuming “collecties” is a normal WP page, you can create
   a file named “page-collecties.php” in your theme folder and this file will be
   loaded whenever someone visits that page. So in that file, you can first copy
   the default loop from say the normal page.php file of your theme. Then utilize
   WP_Query to generate a new terms object of the brands you would like to show.
   The object will contain all the information you need including title/description/
   thumbnails…etc.
 * Again, there may be already functions that do this by WC but I don’t remember.
   I usually build my own custom loops as this gives me full control of the output.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Items only 10px wide?!?](https://wordpress.org/support/topic/items-only-10px-wide/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/items-only-10px-wide/#post-3947391)
 * No it is not generated by WC. It is most likely your theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Items only 10px wide?!?](https://wordpress.org/support/topic/items-only-10px-wide/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/items-only-10px-wide/#post-3947379)
 * Because your CSS is set to 8px wide. Look for yourself using firebug.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Trying to Override WC css – Not Working](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/#post-3947339)
 * Yes. Also note that you should use a “less” compiler and generate a non-minified
   version of the WC styles less file so that way you can read the CSS and change
   as needed. Because if you copy the file with CSS extension, that file is already
   minified and is not easily readable.
 * So those are your two options. Copy the minified css into your theme’s styles
   and then write CSS below that to override the style you want. OR the better way
   is what I have mentioned about compiling the less as non-minified version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding image to attribute in woocommerce](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/#post-3947329)
 * Why do you need attributes to setup that page when that page can be create via
   categories in which does have images…?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Trying to Override WC css – Not Working](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/#post-3947326)
 * Every theme is different so you have to first determine what styles file you 
   can use which won’t be erased on the theme update. Good themes will have a way
   for you to do that.
 * Then you would paste the WC styles into that file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Adding image to attribute in woocommerce](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-image-to-attribute-in-woocommerce/#post-3947304)
 * Images are added to the variation, not attribute itself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Trying to Override WC css – Not Working](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/trying-to-override-wc-css-not-working/#post-3947299)
 * The best way in my opinion is to disable the WC styles. And then copy all the
   styles into your theme styles so that only one copy is loaded and it will be 
   update friendly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Fatal error, out of memory when using a WooCommerce theme](https://wordpress.org/support/topic/wc-not-working-with-wc-themes/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wc-not-working-with-wc-themes/#post-3945767)
 * Usually 64m would be OK but it doesn’t hurt to have more…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Fatal error, out of memory when using a WooCommerce theme](https://wordpress.org/support/topic/wc-not-working-with-wc-themes/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wc-not-working-with-wc-themes/#post-3945743)
 * I think your title is misleading as your issue has nothing to do with WC not 
   working or Mystile theme not working. Your issue is already clearly stated that
   you’re running out of memory.
 * Some hosts have no affect when you declare the memory in the wp_config. You have
   to do it in the PHP.ini which you need to ask your host to do for you if you 
   don’t have access to that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce set-up Question](https://wordpress.org/support/topic/woocommerce-set-up-question/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-set-up-question/#post-3945153)
 * Yes, the setting should be in your woocommerce settings->catalog tab if I remember
   correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] categories and subcategories on dropdown menu](https://wordpress.org/support/topic/categories-and-subcategories-on-dropdown-menu/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/categories-and-subcategories-on-dropdown-menu/#post-3943137)
 * appearance->menus. If you don’t see them, pull down the tab that says “screen
   options” on the top right corner of your screen and checked them off.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937801)
 * Ok so in your function that you’re adding to the wp_head hook, you can try dumping
   the variables from the woocommerce global to see what info is in there when it
   reaches the thankyou page.
 *     ```
       global $woocommerce;
   
       var_dump( $woocommerce );
       ```
   
 * Based on the info from that global see if anything is of use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] how to retrieve product details for wp_head?](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-retrieve-product-details-for-wp_head/#post-3937793)
 * Ok so I am assuming ONLY on the thankyou page is where you want to track the 
   order info? So in your code you’re probably using is_page function to check if
   it is on thank you page?

Viewing 15 replies - 586 through 600 (of 1,437 total)

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