How to create button with link similar to nopcommerce marketplace "get extension" button

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,

I want to create a button on product page. I want to add link to that button. Each product button has different unique url, works exactly like the "get extension" button on nopcommerce plugin marketplace. How do I achieve this? Thank you and much appreciated. My site is running on version 4.0
5 years ago
You need to do some customisation. The problem is where to store the link for a product. You can make a new product attribute type/control then display it as a link button.
The product page template is ProductTemplate.Simple.cshtml. You can copy this one and create a new template that has the link button attribute displayed using the new attribute control.
5 years ago
Yidna wrote:
You need to do some customisation. The problem is where to store the link for a product. You can make a new product attribute type/control then display it as a link button.
The product page template is ProductTemplate.Simple.cshtml. You can copy this one and create a new template that has the link button attribute displayed using the new attribute control.


Thanks, I will try that
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.