JBAR1270
- plunger: 16 ( h )
- glass, PP & stainless steel • 0.35L
- mug: 9.6 ( h )
- AB grade ceramic • 0.33L
- 18.3 ( l ) x 9.5 ( w ) x 22 ( h )
/** * Astra Child Theme functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Astra Child * @since 1.0.0 */ /** * Define Constants */ define( 'CHILD_THEME_ASTRA_CHILD_VERSION', '1.0.0' ); /** * Enqueue styles */ function child_enqueue_styles() { wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), CHILD_THEME_ASTRA_CHILD_VERSION, 'all' ); } add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 ); /** * Add custom text to the WooCommerce shop page footer */ add_action( 'woocommerce_after_main_content', 'add_text_to_shop_page' ); function add_text_to_shop_page() { if ( is_shop() ) { echo '
'; } } /** * Display VAT-inclusive and VAT-exclusive prices on WooCommerce single product pages */ add_action('woocommerce_single_product_summary', 'display_vat_and_excl_vat_prices', 11); function display_vat_and_excl_vat_prices() { global $product; // Get the price excluding VAT $price_excl_vat = wc_get_price_excluding_tax($product); // Calculate VAT amount at 15% $vat_amount = $price_excl_vat * 0.15; // Calculate inclusive price by adding VAT $price_incl_vat = $price_excl_vat + $vat_amount; // Format prices $formatted_price_incl_vat = wc_price(round($price_incl_vat, 2)); $formatted_price_excl_vat = wc_price(round($price_excl_vat, 2)); // Display formatted prices echo 'Price (excl. VAT): ' . $formatted_price_excl_vat . '
'; echo 'Price (incl. VAT): ' . $formatted_price_incl_vat . '
'; echo 'Price (excl. VAT): ' . $formatted_price_excl_vat . '
'; echo 'Price (incl. VAT): ' . $formatted_price_incl_vat . '
'; echo 'R152.05 (Exl VAT)
JBAR1270 Make yourself a well-deserved cup of coffee with this 350ml plunger and 330ml ceramic mug gift set. plunger: 16 ( h ) glass, PP & stainless steel • 0.35L mug: 9.6 ( h ) AB grade ceramic • 0.33L presentation box: 18.3 ( l ) x 9.5 ( w ) x 22 (…
| Color | BLACK, CYAN, NAVY, RED, YELLOW |
|---|---|
| Size | Default |
Reviews
There are no reviews yet.