Hi EHUBCAP,
I don't think that what you are trying is even possible. You can't have one form element inside another one. On the product page you already have a form element and you can add any other form elements. The contact us form will not work by just coping it there. You need to use Ajax to submit some additional information. Please take a look at the product reviews tab where we have use Ajax to submit data to the server. You might also need to create a new action to any of the nopCommerce controllers, which will get the submitted information and process it.
I hope this information is useful!
Best Regards,
Nop-Templates.com Support Team
Hi Matt,
You can remove the default styling for the Alicante theme from this file:
SevenSpikes.Nop.Plugins.ProductRibbons\Themes\Alicante\Content\Ribbons.css
Simply delete or modify the .product-ribbon class definition.
Best Regards,
Nop-Templates.com Support Team
Hi REHOORN,
Which version of nopCommerce do you use? Do you use the official nopCommerce 3.1 version or the work in progress one from codeplex?
When exactly do you get this error?
Best Regards,
Nop-Templates.com Support Team
Hi,
As you have uninstalled the Ajax Filters you can install them again and see what the error is.
Please refer to this article to know what the error is.
Thanks