- 8
Hi,
I am currently using the trial of ajax filters to see if it is exactly what we want for our website. As soon as I can see that it does the job we want we will be buying the plugin and probably the complete noptemplates plugin package. The problem that I have at the moment however is that when going through the instructions on manual integration our web developer has I believe created a new ProductBox.cshtml file called ProductBoxRabart.cshtml (rabart being the company name). When I cut out the line of code that resembles the one we are guided to replace with the ajax filters code I get a string of errors and the page doesn't load.
Below is the code in the web developers version of that file which I have been replacing.
<input type="button" value="@T("Products.Details")" onclick="setLocation('@Url.RouteUrl("Product", new { SeName = Model.SeName })')" />
I would be grateful if someone could tell me if I am doing this correctly as I because of the customization of the site I need the plugin to sit in the main body rather than in the widget areas.
Thanks
Matt
I am currently using the trial of ajax filters to see if it is exactly what we want for our website. As soon as I can see that it does the job we want we will be buying the plugin and probably the complete noptemplates plugin package. The problem that I have at the moment however is that when going through the instructions on manual integration our web developer has I believe created a new ProductBox.cshtml file called ProductBoxRabart.cshtml (rabart being the company name). When I cut out the line of code that resembles the one we are guided to replace with the ajax filters code I get a string of errors and the page doesn't load.
Below is the code in the web developers version of that file which I have been replacing.
<input type="button" value="@T("Products.Details")" onclick="setLocation('@Url.RouteUrl("Product", new { SeName = Model.SeName })')" />
I would be grateful if someone could tell me if I am doing this correctly as I because of the customization of the site I need the plugin to sit in the main body rather than in the widget areas.
Thanks
Matt