Skip to content
Woe Is Gie: A Place To Exhale
Books
Videos
Health and Wellness
Community and Connection
Culture
Empowerment
Clothing
Home Decor
Search for:
Search
Search
Woe Is Gie: A Place To Exhale
Main Menu
Home
Books
Videos
Health and Wellness
Community and Connection
Home
/
Books
/ Self-Care for Black Women
Books
Self-Care for Black Women
$
15.23
150 Ways to Radically Accept & Prioritize Your Mind, Body, & Soul (Self-Care for Black Women Series)
Buy product
Category:
Books
Spread the love
Related products
Buy product
Books
The Little Black Book of Success: Laws of Leadership for Black
$
14.66
Buy product
Buy product
Books
Black Girls Must Die Exhausted
$
9.63
Buy product
Buy product
Books
My Food Alphabet Coloring Book
$
7.40
Buy product
Buy product
Books
My Spanish Numbers Coloring Book
$
7.40
Buy product
Scroll to Top
add_action('woocommerce_before_single_product', 'add_affiliate_links_to_product_image_and_button', 10);function add_affiliate_links_to_product_image_and_button() { global $product;// Check if the product has an affiliate URL $affiliate_url = get_post_meta($product->get_id(), '_affiliate_url', true); if ($affiliate_url) { // Modify product image link remove_action('woocommerce_before_single_product', 'woocommerce_show_product_images', 20); add_action('woocommerce_before_single_product', function() use ($affiliate_url) { echo '
'; woocommerce_show_product_images(); // Product images echo '
'; }, 20);// Modify Buy button (which is actually "Add to Cart" button in WooCommerce) remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30); add_action('woocommerce_single_product_summary', function() use ($affiliate_url) { echo '
Buy Now
'; }, 30); } }