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
Sale!
Home
/
Books
/ In My Grandmother’s House: Black Women, Faith, and the Stories We Inherit
Books
In My Grandmother’s House: Black Women, Faith, and the Stories We Inherit
$
18.99
Original price was: $18.99.
$
14.61
Current price is: $14.61.
Buy product
Category:
Books
Spread the love
Related products
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
Self-Care for Black Women
$
15.23
Buy product
Buy product
Books
My Music Alphabet 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); } }