/** * 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 '
'; echo '

Price (excl. VAT): ' . $formatted_price_excl_vat . '

'; echo '

Price (incl. VAT): ' . $formatted_price_incl_vat . '

'; echo '
'; } /** * Display VAT-inclusive and VAT-exclusive prices on WooCommerce archive (category) pages */ add_action('woocommerce_after_shop_loop_item_title', 'display_vat_exclusive_inclusive_prices_on_archive', 9); function display_vat_exclusive_inclusive_prices_on_archive() { 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 the prices $formatted_price_incl_vat = wc_price(round($price_incl_vat, 2)); $formatted_price_excl_vat = wc_price(round($price_excl_vat, 2)); // Display the prices on the archive page echo '
'; echo '

Price (excl. VAT): ' . $formatted_price_excl_vat . '

'; echo '

Price (incl. VAT): ' . $formatted_price_incl_vat . '

'; echo '
'; } /** * Remove "Add to Cart" button from WooCommerce completely */ function remove_add_to_cart_buttons() { // Remove from shop/archive pages remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 ); // Remove from single product pages remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); // Disable AJAX add to cart button for variable products remove_action( 'woocommerce_single_variation', 'woocommerce_single_variation_add_to_cart_button', 20 ); // Filter to remove "Add to Cart" button in quick view add_filter( 'woocommerce_is_purchasable', '__return_false' ); } add_action( 'init', 'remove_add_to_cart_buttons' ); Alex Varga Onassis Notebook & Pen Set – Business Gift

Alex Varga Onassis Notebook & Pen Set

Price range: R373.77 through R383.77 (Exl VAT)

JBAR1138 The Alex Varga Onassis Collection brings you a range of beautiful and useful products, with a touch of glamour added through the choice of materials and designs. Here, the luxurious Alex Varga Onassis Notebook and Pen with Swarovski Crystal create an exciting duo, packaged in a smooth-touch, matte black premium presentation box.   Pen: …

Request Quote

JBAR1138

The Alex Varga Onassis Collection brings you a range of beautiful and useful products, with a touch of glamour added through the choice of materials and designs. Here, the luxurious Alex Varga Onassis Notebook and Pen with Swarovski Crystal create an exciting duo, packaged in a smooth-touch, matte black premium presentation box.
 
Pen: 
  • 13.7 ( l ) cm
  • Iron, chrome, lacquered copper & crystal
  • solid ball pen with a smooth twist mechanism
  • with embedded Swarovski crystal
  • fitted with an Alex Varga metal jumbo metal refill, with black German ink
  • replacement refills available, ref. AV-19019
Notebook:
  • 21.2 ( l ) x 14.5 ( w ) x 1.8 ( h ) cm
  • PU, paper & chrome
  • hardcover notebook with tex-luxe PU cover
  • 192 cream coloured, lined 100g/m2 paper pages (96 sheets)
  • black page edges
  • black satin bookmark ribbon
Presentation Box:
  • 18 ( l ) x 3.8 ( w ) x 3.8 ( h ) cm
  • smooth, matte finish premium board
Color

GOLD, GUN METAL

Size

Default, Default #MWS Options 1

Reviews

There are no reviews yet.

Be the first to review “Alex Varga Onassis Notebook & Pen Set”

Your email address will not be published. Required fields are marked *

Scroll to Top