';
}
}
/**
* Add Rainwear Details to a WooCommerce page (for example after the main content)
*/
add_action('woocommerce_after_main_content', 'add_rainwear_details');
function add_rainwear_details() {
if ( is_shop() ) {
echo '
Why Choose Waterproof Rainwear?
Whether you\'re battling a brewing storm in Cape Town or a blustery day in Johannesburg, our Protective Workwear has got you covered. This rainwear is an essential armour against water, wind, and cold, ensuring productivity isn\'t hampered by Mother Nature\'s whims. Stay on task and protect your health and comfort no matter the weather.
Benefits
Our rainwear excels with its superior Waterproof Material that keeps the rain out while maintaining breathability—so you won\'t feel clammy or overheated. Beyond just waterproofing, the fabric is wind-resistant, offering an extra layer of protection against the relentless South African gales. Designed for durability, this gear is built to withstand the toughest conditions, ensuring you get exceptional longevity and performance.
Customisation Options
Branding Options:
Custom Logos on Rain Jackets: Elevate your corporate identity with custom logos on rain jackets. These jackets not only provide protection from the elements but also ensure that your brand is visible even in the harshest weather conditions.
Embroidered Branding: Our embroidered branding option adds a touch of sophistication to your corporate identity. This technique allows for intricate designs and high-quality finishes, making your logo stand out.
Sublimated Logos: For a vibrant and eye-catching representation of your brand, consider sublimated logos. Sublimation allows for unlimited color options, making it ideal for businesses looking to showcase a dynamic corporate identity.
Reflective Branding: Enhance safety and visibility with reflective branding. By integrating reflective materials into your logo, you ensure that your brand stands out even in low-light conditions.
Frequently Asked Questions about Rainwear
How do I choose the right size for my rainwear? To select the correct size, refer to our detailed size chart available on our website. Measure your chest, waist, and hips, and find the corresponding size.
Is the rainwear suitable for all seasons? Yes, our rainwear is designed to provide protection across different seasons. Its breathable fabric prevents overheating, making it suitable for use in various climates.
How do I care for and maintain my rainwear? Machine wash on a gentle cycle with cold water and a mild detergent. Avoid fabric softeners and bleach, and hang dry or tumble dry on a low setting to maintain its protective qualities.
Can the rainwear be customised with my company logo? Yes! We offer multiple branding options including custom logos, embroidery, sublimation, and reflective branding to help you showcase your corporate identity.
What materials are used in the rainwear? Our rainwear is constructed from high-quality waterproof fabric that balances durability with breathability, ensuring long-lasting performance.
Quality rainwear is about more than just keeping dry—it\'s about ensuring that workers remain comfortable and efficient, whatever the weather throws their way. Invest in our Waterproof Jacket and experience the blend of practicality and resilience that will keep you dry and on the move.
';
}
}
/**
* 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 '
In the event that the Customer utilizes the services of the Company to deliver the goods at the address as specified by the Customer, the Customer will hold the Company free from any claim of damages or liability that might result from the Company or its employees or any agent delivering the product to the Customer.
The Customer will ensure that the required persons are available to accept delivery at the agreed time and place of the delivery. In the event that the driver has to wait for more than 30 minutes for an authorised person to accept the delivery the Company may levy additional standing time charges for such a delivery.
In the event that the place of delivery is not at the ground floor, alternatively not easily accessible, the Customer will ensure that the required assistance and guidance will be provided for the delivery. In the event that the delivery takes longer than 30 minutes to complete the Company may levy additional charges in relation to additional services and/or standing time.
In the event that the Customer elects to use the of services of a third party, the Customer will ensure that the goods are transported free on board and further fully ensured by the Customer. The Company will not be held liable for any claim of the Customer, and the Customer indemnifies the Company for any claim be it from the Customer or from any third party transporter or any other third party that might result in damages or destruction from the product from any act or omission from the Company in transferring the product for the collecting and/or delivery of the product.
Proof of delivery setting out the product and quantity will be a signed delivery note by the Customer, its agent, or any third party acting on the instruction of the Customer.
The Customer is responsible for the counting and verification of the quality and quantity of the products at the delivery thereof. In the absence of any written notification, any consignment of product will be will be deemed to be correct and in good order in accordance with the product and quantity as set out in the delivery note after 24 hours after delivery.
In the event that the Customer, any of its employees or agents do not sign the delivery note, the deliver note is deemed to be signed after 24 hours of the delivery and that the order is correct in quantity and quality.
In the event that the Customer for any reason whatsoever, refuses to take possession of the products, alternatively refuses to collect the products-, after being duly notified of the need to do so within 30 days by the Company, the Company is entitled to sell any portion of any consignment of products in order to recoup any loss or damages that might be suffered by the Company after 30 days have elapsed from said notice.