Close

Profile: iliyan.tanev

Avatar

User posts

9 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
9 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
9 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

9 years ago

Hi Rob,

The UrlRecord helper needs valid route name to work. The "Topic" route name is not valid in this case, the example comment is not updated, sorry for that.

The simplest thing you could do in this case is to write something like:
<li><a href="/Search engine friendly page name">@T("Some resource")</a></li>

Hope this helps!

Regards

Hi TOMSUOYAI,

By master page I suppose you mean the Layout.
For example if you go to the TopicDetails view in Nop.Web on top you will see the Layout variable.
Maybe this is the view you are looking for.

Hope this helps!

Regards

9 years ago

Hi SHELLYSHAO,

Ajax Filters work with feature products. All you need to do in order to enable the functionality is to set the includefeaturedproductsinnormallists setting to true from the administration.

Here you can see a video of how to modify settings.

Hope this helps!

Regards

Hi CWJACKSON,

I was unable to reproduce the problem on clean instalation.
I suppose you are using the Nop-Commerce (Source code) version. Could you make sure you are copying the plugin folders to \Presentation\Nop.Web\Plugins ?

Regards

asanaiqcamp wrote:

"Nop Ajax Filters".

Section: "Unit Price Range Filter".
The filter uses in his work base prices. After registration, the customer on the web site, he/she assigned rates from the "Tier prices" (they are respectively displayed on the website, that open access to ACL), but "Price Range Filter" continues to operate basic prices.


Hi ASANAIQCAMP,

Unfortunately the "Price Range Filter" takes only the basic and special price of the product and ignores the other prices applied to it, except the taxes. This will complicate the plugin a lot and it will, probably slow it down, thats why it is not supported. But if you want you could suggest this to our User voice portal.

Regards

Hi ASWAAQ,

For the moment our filters does not support this as nopCommerce doesn't support any kind of paging or filtering on all manufacturers page.
Maybe it will be best to suggest it to NopCommerce team.

Regards

Hi ASWAAQ,

Currently this functionality is not supported.

I suppose you mean the View as, Sort by and Display per page filters.
Could you discribe in more detail why do you want this ? Maybe it will be a gread feature to be added to filters in the future.

Regards