Close

Profile: iliyan.tanev

Avatar

User posts

10 years ago

Hi,

Maybe our Customer Reminders Documentation will be of help to your.

10 years ago

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.

11 years ago

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.

11 years ago

Hi,

It would be best to submit a ticket so we could send you the packages while we are investigating the problem.

Bugs
11 years ago

Hi,

We've deployed a new version of InstantSearch in which the issue is fixed. You should update - here is our plugin update guide and this is our theme update guide.

11 years ago

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!

11 years ago

Hi,

We have replied to your ticket.

11 years ago

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

11 years ago

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!