How to affiliate other website product in NopCommerce and redirect it to their website on BuyNow ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello !!

I am developing a website based on online printing solution. I want to get products from other website in my website and when a user click on BuyNow link, it redirects to main website and user can order from their.

Is this possible in NopCommerce ? If Yes, please tell me how.

Thank you.
6 years ago
You can't change the default behavior of the Buy Now button, but you can completely hide the button in the admin for the product and just add your own button code to the long description/overview:
<a href="http://some.other.site.com/some-page.htm><img src="/path/to/your/image/button.jpg"></a>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.