Hi,
Maybe our Customer Reminders Documentation will be of help to your.
Hi,
We have fixed this problem in 3.4 and we've merged them to 3.2, as well.
The fix is just a setting - Highlight first element, which you could select if you want to highlight the first element or deselect if you don't.
If you update your theme package you will be able to use it.
Hi,
Yes, the New Products use special views but they are embedded thats's why you can not find them in the Traction Plugin folder.
They shouldn't be embedded, it is our mistake. Thanks for your feedback we will fix it and you will be able to update after we deploy.
Hi,
Thank you for reporting this!
Could you tell as which version of the NopCommerce are you using ?
P.S.
It would be better to submit a ticket about the problem.
Hi,
It would be best to submit a ticket so we could send you the packages while we are investigating the problem.
Hi,
Attachments plugin by itself does not restrict the file size, but the IIS server does. Its default max file size is 4 MB if you want to increase it you will have to go to the primary web config and set this two settings in it.
<system.web>
.....
<httpRuntime targetFramework="4.5.1" maxRequestLength="30000" />
.....
</system.web>
and
<system.webServer>
....
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="3840000" />
</requestFiltering>
</security>
....
</system.webServer>
Note that if you have those items (system.web, system.webServer) already defined (by default you do) you will have to set the security and httpRuntime (by default you have httpRuntime but without maxRequestLength) in them. If you dublicate them it will throw an error which tells you that your configuration is invalid.
Hope this helps!
Hi,
We have replied to your ticket.
Hi,
Could you give as FTP access, so we could check your Nop settings and maybe some third party plugins that could cause this ?
Create ticket with your information.
Thanks
Hi DESELT,
Have you try to restart your application before installing the plugins ?
If this does not work try to restart your server.
Let me know if this helps!