Title: slow's Replies | WordPress.org

---

# slow

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Debug Bar Slow Actions] WooCommerce showing warning messages](https://wordpress.org/support/topic/woocommerce-showing-warning-messages/)
 *  [slow](https://wordpress.org/support/users/slowrush/)
 * (@slowrush)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/woocommerce-showing-warning-messages/#post-10128202)
 * Having the same issue as [@pirenko](https://wordpress.org/support/users/pirenko/)
   ^
 * `wc_cart_fragments_params is deprecated since version 3.3.4! Use woocommerce_get_script_data
   instead.`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ATUM WooCommerce Inventory Management and Stock Tracking] Woocommerce Cost of Goods Compatibility](https://wordpress.org/support/topic/woocommerce-cost-of-goods-compatibility/)
 *  Thread Starter [slow](https://wordpress.org/support/users/slowrush/)
 * (@slowrush)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-cost-of-goods-compatibility/#post-9619866)
 * Thanks for the quick response Pavel, I’d happily switch to the addon you guys
   develop in the future when available.
 * For the time being, I can duplicate / sync these values, but it’d be great if
   you guys could check for either post meta field that’s set: `_wc_cog_cost` / `
   _purchase_price`. But I understand if it’s not a priority.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Cost of goods displaying on Invoice / delivery note](https://wordpress.org/support/topic/cost-of-goods-displaying-on-invoice-delivery-note/)
 *  [slow](https://wordpress.org/support/users/slowrush/)
 * (@slowrush)
 * [9 years ago](https://wordpress.org/support/topic/cost-of-goods-displaying-on-invoice-delivery-note/#post-9476443)
 * [@wildandwoolly](https://wordpress.org/support/users/wildandwoolly/) & [@gilesytheking](https://wordpress.org/support/users/gilesytheking/)
   wouldn’t normally recommend a rubbish & hacky fix like this but invoices sometimes
   can’t wait! Hopefully [@tychesoftwares](https://wordpress.org/support/users/tychesoftwares/)
   will provide a hook to exlcude fields in the near future. For the time being 
   you can try this.
 * Add these 2 lines inside the foreach loop on line 116 in woocommerce-delivery-
   notes/templates/print-order/print-content.php
 *     ```
       foreach ($item['item_meta'] as $key => $value) {												
           $excluded_fields = ['_wc_cog_item_cost', '_wc_cog_item_total_cost'];													
           if (in_array($key, $excluded_fields)) continue;														
           ...
       ```
   
 * Hope it helps while we wait for a proper fix!

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