// ---- SHOP PAGE ----
// Remove default Add to Cart button on shop page
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
// Add custom Add to Cart button (shop/category pages)
add_action( 'woocommerce_after_shop_loop_item', 'custom_shop_add_to_cart_button', 10 );
add_action( 'woocommerce_after_shop_loop_item_title', 'custom_shop_add_to_cart_button', 15 ); // fallback
function custom_shop_add_to_cart_button() {
global $product;
echo 'Add to Cart';
}
// ---- SINGLE PRODUCT PAGE ----
// Remove default Add to Cart button
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
// Add Buy Now button
add_action( 'woocommerce_single_product_summary', 'custom_single_buy_now_button', 30 );
function custom_single_buy_now_button() {
global $product;
echo 'Buy Now';
}
Earrings - Lindo Theme
Shop
- Home
- Products tagged “Earrings”
It takes two to start a perfect ring stack. Tame the fates with two good luck charms handcrafted in 14k solid gold and one set with pavé diamonds.
SOLD OUT

It takes two to start a perfect ring stack. Tame the fates with two good luck charms handcrafted in 14k solid gold and one set with pavé diamonds.

-21%
It takes two to start a perfect ring stack. Tame the fates with two good luck charms handcrafted in 14k solid gold and one set with pavé diamonds.
$125.00 Original price was: $125.00.$99.00Current price is: $99.00.
Click outside to hide the comparison bar