Close

Profile: iliyan.tanev

Avatar

User posts

11 years ago

Hi IVANSLATER,

You could change your widget zone but you will have to find one that fits or is close to desired location and style the group panels if needed.

11 years ago

Hi LEEN3O,

We don't support this but I would suggest using css to hide the filter. Every filter option has data-option-id attribute so you could use this to select the filter option you want to hide.

It would look like something like this:

a[data-option-id=14] {
      display: none;
}

Hope this helps!

Regards

Scroll
11 years ago

Hi,

When you click on anything outside of the results box it should disappear.
I suppose by scroll bar you mean search results box scroll bar, it shouldn't disappear when you click on it.
Which browser are you using for testing ?
Which theme are you using ?

Regards,
Iliyan Tanev
Nop-Templates Dev Team

Scroll
11 years ago

Hi IVANSLATER,

You could do something like this by going to Instant Search Administration, chaning the number of products setting to some high number, then you should go to the plugin folder -> Themes -> Your Theme -> Content -> InstantSearch.css, there you should be able to find .instantSearch .k-list-container and replace the styles with the fawoling:

position: static !important;
width: auto !important;
height: 200px !important;
overflow: scroll;
overflow-x: hidden;

You could change the height value as you like.

Hope this helps!

Regards

11 years ago

Hi CHRONI,

About the first question - you could go to some category edit page, there you should see products tab, from there you could manage the display order of the products for the current category. The carousel uses this display order to arrange the products.

About the second question - I was unable to reproduse the problem. By additional tabs I suppose you mean custom tabs, if you set the display order they should be sorted accordingly. Could you describe the steps that lead to this problem ?

Regards

11 years ago

Hi EMOS,

The Resources.xml file is used only during the installation of the plugin. After that you need to change the resources from the administration.
Go to Administration -> Configuration -> Languages, on the row of your working language you should have View string resources link. If you click on it you should see a grid containing all the resources for this language. Search for resource named sevenspikes.nopquicktabs.client.tabs.contactus.tabtitle (you could use the grid filter option to locate the resource faster). When you find it you could update it or delete it and restart the application and the system will automatically load it from the Resources.xml file.

You could see this video as it explains how to search and change resources.

Hope this helps!

Regards

11 years ago

Hi JIANNI,

Could you send a link to your site plus authentication to our support email ?

Regards

11 years ago

Hi FINCOZMOZ,

The checkout button functionality in AjaxCart depends on Nop shoping cart checkout functionality.
In other words if you can check out from shopping cart you would be able to do it from the Ajax Cart as well.
So you don't have the Model.DisplayCheckoutButton option in the ProductAddedToCartPopupDialog view.

If you don't want the checkout button to be shown in AjaxCart you could set the ordersettings.termsofserviceonshoppingcartpage setting to be true so the checkout button would not be shown on Shoping cart as well if you don't accept the terms.

Hope this helps!

Regards

Bugs
11 years ago

Hi,

Could you also check you log for errors associated with the AjaxFilters and could send us a link to your site and credentials ?  

Regards

Bugs
11 years ago

Hi SMITRIK,

Could you check if you have any JavaScript errors in your browser ?
Or could you send as a link to your site ?

Regards