Title: doggytech's Replies | WordPress.org

---

# doggytech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Stock level](https://wordpress.org/support/topic/stock-level/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/stock-level/#post-18464796)
 * Hi, 
   VitePos is only used on that website. Manage stock was already enabled, 
   and it happens from time to time not everyday so it is very hard to track. After
   it happens, we have to re-stock it manually.[WordPress is not updated yet, however
   it has been going on through previous versions as well][https://pastebin.com/mNWYzY27](https://pastebin.com/mNWYzY27)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] US format date at packing slip](https://wordpress.org/support/topic/us-format-date-at-packing-slip/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/us-format-date-at-packing-slip/#post-15135880)
 * Thanks, just in case if som1 else need that you’ve misspelled deliverynote:
 * $template_type ==’deliverynote’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] US format date at packing slip](https://wordpress.org/support/topic/us-format-date-at-packing-slip/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/us-format-date-at-packing-slip/#post-15135819)
 * Good afternoon, it works thanks, also last thing i need to do same with Delivery
   note and is the last one wrong.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Edit price from number to text at cardealer](https://wordpress.org/support/topic/edit-price-from-number-to-text-at-cardealer/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/edit-price-from-number-to-text-at-cardealer/#post-15056761)
 * I found this bit of code which allows me to change for text, it allow me also
   to add text in vehicle page however its do not display when i add text
 * $vehicle_acf_price_fieds = apply_filters(
    ‘cardealer_acf_vehicle_price_fieds’,
   array( array( ‘key’ => ‘field_588f1fd05c12e’, ‘label’ => esc_html__( ‘Regular
   price’, ‘cardealer-helper’ ), ‘name’ => ”, ‘type’ => ‘tab’, ‘instructions’ =>”,‘
   required’ => 0, ‘conditional_logic’ => 0, ‘wrapper’ => array( ‘width’ => ”, ‘
   class’ => ‘acf_field_name-regular-price’, ‘id’ => ”, ), ‘placement’ => ‘left’,‘
   endpoint’ => 0, ), array( ‘key’ => ‘field_588f20535c12f’, ‘label’ => esc_html__(‘
   Regular price’, ‘cardealer-helper’ ), ‘name’ => ‘regular_price’, ‘type’ => ‘number’,‘
   instructions’ => ”, ‘required’ => 0, ‘conditional_logic’ => 0, ‘wrapper’ => array(‘
   width’ => ”, ‘class’ => ‘acf_field_name-regular_price’, ‘id’ => ”, ), ‘default_value’
   => ”, ‘min’ => ”, ‘max’ => ”, ‘step’ => ”, ‘placeholder’ => ”, ‘prepend’ => ”,‘
   append’ => ”, ), `
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Ex/Inc Tax Price in Product Category Page](https://wordpress.org/support/topic/ex-inc-tax-price-in-product-category-page/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/ex-inc-tax-price-in-product-category-page/#post-14431286)
 * But it does not changing category page prices.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Ex/Inc Tax Price in Product Category Page](https://wordpress.org/support/topic/ex-inc-tax-price-in-product-category-page/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/ex-inc-tax-price-in-product-category-page/#post-14421544)
 * I’ve been able to change it already in product page, i just can’t find where 
   is located on categories, this how it looks like in prices.php
 *     ```
       if ( ! defined( ‘ABSPATH’ ) ) {
       exit; // Exit if accessed directly
   
       }
   
       global $product;
   
       $classes = array();
   
       if($product->is_on_sale()) $classes = ‘price-on-sale’;
   
       if(!$product->is_in_stock()) $classes = ‘price-not-in-stock’; ?>
   
       <?php echo wc_price( wc_get_price_including_tax( $product ) ); ?>
   
       <?php echo wc_price( wc_get_price_excluding_tax( $product ) ); ?> ex. VAT
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] eBay Bundle Woocommerce Stock](https://wordpress.org/support/topic/ebay-bundle-woocommerce-stock/)
 *  Thread Starter [doggytech](https://wordpress.org/support/users/doggytech/)
 * (@doggytech)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/ebay-bundle-woocommerce-stock/#post-14365552)
 * I found one solution here:
    [https://jilt.com/blog/selling-woocommerce-product-packages-from-the-same-inventory/](https://jilt.com/blog/selling-woocommerce-product-packages-from-the-same-inventory/)
 * but I don’t want sell bundle on my website (woocommerce), bundle is available
   only on eBay.

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