Skip to content

Instantly share code, notes, and snippets.

@romanpamula
romanpamula / functions.php
Created May 15, 2018 10:46
How to add product's category list on order preview modal window in WooCommerce
<?php
/**
* Adds product's category list on admin order preview modal window in WooCommerce
* @since 3.3.0
* @see https://pamula.sk/woocommerce-ako-zobrazit-kategorie-produktu-v-nahlade-objednavky/
*
* Please REMOVE the opening <?php tag before placing into functions.php
* Prosim ODSTRANTE otvaraciu <?php znacku pred umiestnenim do functions.php
*/
@romanpamula
romanpamula / functions.php
Last active August 8, 2022 07:53
Adds product's stock quantity on admin order detail page
<?php
/**
* Adds product's stock quantity on admin order detail page in WooCommerce
*
* Snippet updated on 18/9/2021 for compatibility with PHP 8
*
* @since 3.0.0
* @see https://pamula.sk/woocommerce-ako-zobrazit-pocet-produktov-na-sklade-v-detaile-objednavky/
*
* Please REMOVE the opening <?php tag before placing into functions.php