Affiliate Links

Posted in: Newspaper
Post count: 122

How can I get an affiliate product “buy now” button to go to the product page rather than the affiliate link. I want people to be able to read the product description before being directed off my site. The only way to get to the product page is to click the image and no one does that.

I tried using this code: https://www.pootlepress.com/2014/10/replace-add-to-cart-button-woocommerce-shop-page/ via someone on the WooCommerce forum but it breaks the beautiful Newspaper stylized button. Using the code above breaks the button linking too. I am excited to finally get a shop up using your theme!

Thank you.

Post count: 20688

Hi,

I tried that plugin seems to replace the buttons, but causes a bit of a problem with the design of the button.
It could be fixed with some CSS – https://www.screencast.com/t/mcA9ryitArN
You could give it a try, here is the code

a.vc_btn {
color: #fff;
background: none #222;
font-size: 11px;
padding: 5px;
font-weight: 700;
}
a.vc_btn:hover {
color: #fff;
}

Thanks

Post count: 20688

Hi,

I tried that plugin seems to replace the buttons, but causes a bit of a problem with the design of the button.
It could be fixed with some CSS – https://www.screencast.com/t/mcA9ryitArN
You could give it a try, here is the code

a.vc_btn {
color: #fff;
background: none #222;
font-size: 11px;
padding: 5px;
font-weight: 700;
}
a.vc_btn:hover {
color: #fff;
}

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.