/** * 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 field to the checkout page */ add_action('woocommerce_after_order_notes', 'custom_checkout_field'); function custom_checkout_field($checkout) { echo '

' . __('New Heading') . '

'; woocommerce_form_field('custom_field_name', array( 'type' => 'text', 'class' => array( 'my-field-class form-row-wide' ) , 'label' => __('Custom Additional Field') , 'placeholder' => __('New Custom Field') , ) , $checkout->get_value('custom_field_name')); echo '
'; } /** * Checkout Process */ add_action('woocommerce_checkout_process', 'customised_checkout_field_process'); function customised_checkout_field_process() { // Show an error message if the field is not set. if (!$_POST['customised_field_name']) wc_add_notice(__('Please enter value!') , 'error'); } /** * @snippet Print Script @ Checkout Footer - WooCommerce * @how-to Get CustomizeWoo.com FREE * @author Rodolfo Melogli * @testedwith WooCommerce 5 * @donate $9 https://businessbloomer.com/bloomer-armada/ */ //add_action( 'wp_footer', 'bbloomer_add_jscript_checkout', 9999 ); function bbloomer_add_jscript_checkout() { global $wp; if ( is_checkout() && empty( $wp->query_vars['order-pay'] ) && ! isset( $wp->query_vars['order-received'] ) ) { echo''; echo ''; echo"

Daily Wellness Made Simple​

Thoughtfully crafted supplements made to fit your routine​

Build a Better Routine with Purewise​

Purewise creates streamlined supplements designed for real life: simple to take, easy to trust, and built for consistency. We focus on purposeful ingredients, clean formulas, and everyday benefits that support your routine from morning to night.​

Made With Intention. Backed by Standards.​

We’re here to make supplementation feel clear and confident. Purewise is built on simplicity,transparency, and quality-first standards – so you can choose products that align with yourlifestyle and use them consistently.

Supplements That Fit Your Life​

Simple Choices. Stronger Habits.​

You don’t need a perfect routine—you need an easy one. Purewise helps you stay on track with supplements that feel effortless to use and simple to trust, day after day. Our approach is simple: keep what matters, leave out what doesn’t. So you can build steady momentum with products made to fit real life.​

Purposeful Ingredients​

Each ingredient is selected with a clear role in mind, so every serving supports your daily goals. No filler, no clutter – just thoughtful choices you can feel good about.​Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

Clean Formulas​

We keep formulas simple and focused, avoiding unnecessary extras whenever possible. That means fewer distractions and a supplement routine that feels easy to maintain.​

Designed for Consistency​

Wellness works best when it’s repeatable, so our products are made to fit seamlessly into your day. Simple directions and convenient formats help you stay consistent over time.​

Testimonials

Shopping Cart
Scroll to Top