Title: liborg's Replies | WordPress.org

---

# liborg

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPify Woo - Withdrawal, CRN/VAT, QR payments, Heureka and more for WooCommerce] Změna hmotnosti](https://wordpress.org/support/topic/zmena-hmotnosti/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/zmena-hmotnosti/#post-14839132)
 * Po aktualizaci pluginu se dá hmotnost upravit přímo v objednávkách, takže je 
   můj problém vyřešen.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Cart icon not showing](https://wordpress.org/support/topic/cart-icon-not-showing-8/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/cart-icon-not-showing-8/#post-14785416)
 * It’s working. Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide weight and SKU](https://wordpress.org/support/topic/hide-weight-and-sku/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-weight-and-sku/#post-14735916)
 * Finally it is working. It had collision with another code.
    Thank you very much.
    -  This reply was modified 4 years, 10 months ago by [liborg](https://wordpress.org/support/users/liborg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide weight and SKU](https://wordpress.org/support/topic/hide-weight-and-sku/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-weight-and-sku/#post-14735313)
 * I have similar code there, isn’t problem in it?
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 );
       function wpo_wcpdf_custom_styles ( $document_type, $document ) {
       	?>
       	.order-number, .order-date {
       		display: none;}
   
       	<?php
       }
       ```
   
 * I tried to insert new code into my old code:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles', 10, 2 );
       function wpo_wcpdf_custom_styles ( $document_type, $document ) {
       	?>
       	.order-number, .order-date {
       		display: none;}
               .weight, .sku { display: none; }
   
       	<?php
       }
       ```
   
 * Order number and order date are gone, but weight and sku still are there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide weight and SKU](https://wordpress.org/support/topic/hide-weight-and-sku/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-weight-and-sku/#post-14735161)
 * The same problem. I tried both.
    Code Snippets state:
 * “This snippet has been disabled due to an error on line 3:
 * Cannot declare wpo_wcpdf_custom_styles function.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide weight and SKU](https://wordpress.org/support/topic/hide-weight-and-sku/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-weight-and-sku/#post-14734948)
 * No, I gave code over FTP. I will try it.
    -  This reply was modified 4 years, 10 months ago by [liborg](https://wordpress.org/support/users/liborg/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide weight and SKU](https://wordpress.org/support/topic/hide-weight-and-sku/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hide-weight-and-sku/#post-14734378)
 * If I put entire code into functions.php (at the end of code, according to “How
   to use filters”), the webpage views “Fatal error: Cannot redeclare….”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Hide order number](https://wordpress.org/support/topic/hide-order-number/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [5 years ago](https://wordpress.org/support/topic/hide-order-number/#post-14517731)
 * Thank you very much. It works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FOX - Currency Switcher Professional for WooCommerce] Wrong price for payment by check](https://wordpress.org/support/topic/wrong-price-for-payment-by-check/)
 *  Thread Starter [liborg](https://wordpress.org/support/users/liborg/)
 * (@liborg)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/wrong-price-for-payment-by-check/#post-14288606)
 * Hello,
    It is standard payment method. You can see: [https://ibb.co/10W7CD9](https://ibb.co/10W7CD9)
 * Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)