Editing Template links

Posted by Community Admin on 04-Aug-2018 17:54

Editing Template links

All Replies

Posted by Community Admin on 31-Jul-2013 00:00

I am working on changing some of the templates such as the Shopping cart Widget Template. I want to add an image things like the Update button and the Wishlist button. And i want to change the Checkout button to just a Hyperlink. Also while doing this i was curious where one might edit the hyperlinks that the items go to or if that is possible.

Posted by Community Admin on 31-Jul-2013 00:00

Chances are you might not be able to switch the Checkout button to a hyperlink as it probably needs to invoke a post to something.  I would add images as style the checkout button to look like a link.

.checkOutBtnborder:none; outline:none; color:blue; background-color:none;
.checkOutBtn:hovertext-decoration:underline;
Something like able where .checkOutBtn is the class that sitefinity generates

This thread is closed