Close

Profile: iliyan.tanev

Avatar

User posts

10 years ago

Hi GNIKSPAM,

Probably the problem is caused by left over tables in the database that reference the tab Id from the 'SS_QT_Tab' table.

I suppose you have upgraded from 3.2 to 3.3.
Have you run the upgrade script and did it finish withouth errors ?

If everything went ok, posible solution would be to go to your database and delete each table with 'SS_QT' prefix.

Let me know if this helps.

Regards

Hi OAKSTONE,

Could you tell me whitch version of the plugin are you using ?

The best solution would be to upgrade the Core plugin, the Filters and The Theme.

Please let me know if this helps.

Regards

10 years ago

Hi ASWAAQ,

This happens on default clean too, so I guess this is some kind of nop issue.

Posible fix would be to capture the click event of the buttons and to use something like this to fix the scroll to top.

Hope this helps!

Bugs
10 years ago

Hi, [email protected]

We have tested it locally and it seems to work fine.
I guess it is a problem with theme update. Could you download the theme again and replace your version with the new one ?

Don't hesitate to contact us if you have more issues.

Regards

10 years ago

HI JESSEM,

Our CloudZoom is not designed for custom templates, however we are using jquery cloud zoom plugin you could read more about it here.

Hope this helps!

Hi,

This works fine with me.
Can you describe your steps ?

Regards.

Hi PVINIT,

If you disable it you are left with only one option in "page size" field and this is the default one for the specific category and it will determined the number of products that would be displayed in any case.

If you want your customers to have the option to chose page size you could set the large page size value you are using in the link on first place. It will not work in all cases!

For the JS logic I would suggest to take a look at LocalStorage and SessionStorage.

Hope this helps.

Regards.

Hi,

I would suggest after you disable "Allow customers to select page size" to give it a "Page size" that would be the default page size and it will be used in all cases, with or without filter.

You could hide "view all" link by imlementing some kind of custom JavaScript logic applied to the click event handler.

Regards

Hi PVINIT,

You could pass it using something like: http://yourStoreUrl.com/Category#/pageSize=1000&viewMode=grid&orderBy=10&pageNumber=1

You need to give it a viewMode, orderBy and pageNumber parameters so it could work properly.

Hope this helps.

Regards

10 years ago

Hi JOSTER,

You can not do this.

NopCommerce does not allow it, because it associates every order with the specific customer who made it, so only him would have access to it after the current session expires.

One possibility would be to edit the email template and remove the link.

Hope this helps.

Regards