28 May 2020

How to add button next to add button in shop page in woo-commerce?

Add button next to add button in shop page in woo-commerce.


add_action( 'woocommerce_after_shop_loop_item', 'view_product_button_shop', 10 );

 

function view_product_button_shop() {

global $product;

$link = $product->get_permalink();

echo '<a href="' . $link . '" class="button addtocartbutton">View Product</a>';

}

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...