Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

Reply To: Replace “Add to Cart” / category loop

$
0
0

Hello,

Try to replace the function that displays new button with this one

function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '<a href="'. esc_attr($link) .'" class="button">Read more</a>';
}

Regards


Viewing all articles
Browse latest Browse all 38962

Trending Articles