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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] PayPal sandbox](https://wordpress.org/support/topic/paypal-sandbox-2/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/paypal-sandbox-2/#post-3968620)
 * That is not possible. If your account settings was indeed on sandbox, no real
   account can even get to the payment page on Paypal side.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Enable Add To Cart for specific products Not for all.](https://wordpress.org/support/topic/enable-add-to-cart-for-specific-products-not-for-all/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/enable-add-to-cart-for-specific-products-not-for-all/#post-3967556)
 * Can you not just use the stock option on your products? The ones in stock enable
   it as in stock and vice versa?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Allow purchase of out of stock products](https://wordpress.org/support/topic/allow-purchase-of-out-of-stock-products/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/allow-purchase-of-out-of-stock-products/#post-3967555)
 * I don’t think it makes too much sense to have a product to be out of stock but
   yet allow purchases on it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Hey guys I have a problem with woocomerce email notifications](https://wordpress.org/support/topic/hey-guys-i-have-a-problem-with-woocomerce-email-notifications/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/hey-guys-i-have-a-problem-with-woocomerce-email-notifications/#post-3966415)
 * In your WC settings under emails tabs, you can turn off emails for new order 
   and processing order and leave only “completed order” to on.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How do I remove Woo-commerce Navigation ?](https://wordpress.org/support/topic/how-do-i-remove-woo-commerce-navigation/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-remove-woo-commerce-navigation/#post-3965992)
 * Put this in your theme’s functions.php file
 *     ```
       remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add Text After Price](https://wordpress.org/support/topic/add-text-after-price/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-text-after-price/#post-3916250)
 * [@evanspj](https://wordpress.org/support/users/evanspj/) – [http://codex.wordpress.org/Function_Reference/add_filter](http://codex.wordpress.org/Function_Reference/add_filter)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Add "return to Shop" or "continute shopping" button to Shopping Cart page](https://wordpress.org/support/topic/add-return-to-shop-or-continute-shopping-button-to-shopping-cart-page/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-return-to-shop-or-continute-shopping-button-to-shopping-cart-page/#post-3965129)
 * Hmmm from what I know the page already shows a return to shop link when the cart
   is empty. Are you not seeing that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error when going to the cart (possible Woocommerce & Wordcurrency conflict)](https://wordpress.org/support/topic/error-when-going-to-the-cart-possible-woocommerse-wordcurrency-conflict/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/error-when-going-to-the-cart-possible-woocommerse-wordcurrency-conflict/#post-3965612)
 * Yes most likely it is your plugin that is causing this…You can see your pages
   throwing JS errors on load…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Code to output price?](https://wordpress.org/support/topic/code-to-output-price/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/code-to-output-price/#post-3961400)
 * Also you might want to add a conditional check as I don’t think you want that
   to be outputed on every page…
 *     ```
       if ( is_product() ) {
       // do your code here
       }
       ```
   
 * This will make sure the page is on single product page…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Code to output price?](https://wordpress.org/support/topic/code-to-output-price/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/code-to-output-price/#post-3961398)
 * If you’re doing it in the header, I am not sure if product has been globalized
   yet…
 * So the other thing you can do is use $post global and create a new product object
   like so:
 *     ```
       global $post;
   
       $product = get_product( $post->ID );
   
       echo $product->get_price();
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Code to output price?](https://wordpress.org/support/topic/code-to-output-price/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/code-to-output-price/#post-3961392)
 * You need to globalize the variable on that page for you to access its methods.
 *     ```
       global $product;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Theme alignment with sidebars](https://wordpress.org/support/topic/theme-alignment-with-sidebars/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/theme-alignment-with-sidebars/#post-3964572)
 * Your 20px isn’t working because else where on your site has 210 set that is more
   specific than your 20.. meaning it comes after your 20px thus overriding your
   settings.
 * So you can put margin-left: 20px !important; margin-right:20px !important; to
   override that..
 * But this is a workaround. You should really look into what is setting that 210px…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Theme alignment with sidebars](https://wordpress.org/support/topic/theme-alignment-with-sidebars/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/theme-alignment-with-sidebars/#post-3964562)
 * Trust me it works. Just put this.
 * float:left,
    margin-left:20px; // instead of your 210 margin-right:20px; // instead
   of your 210
 * This will put your content box inbetween.
 * The reason why it didn’t work for you is you had 210 and your screen resolution
   is small…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Theme alignment with sidebars](https://wordpress.org/support/topic/theme-alignment-with-sidebars/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/theme-alignment-with-sidebars/#post-3964550)
 * And you have way too much margin on the contentbox…
 * Change them to 20px each.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Theme alignment with sidebars](https://wordpress.org/support/topic/theme-alignment-with-sidebars/)
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/theme-alignment-with-sidebars/#post-3964547)
 * What do you mean it doesn’t work… I just look at your site, now your content 
   is between the sidebars…

Viewing 15 replies - 556 through 570 (of 1,437 total)

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