Hi,
Unfortunately the MiniShoppingCartModel does not have any custom properties, but if you want you can add CustomeProperties in it and populate it with your information in the ShoppingCartController.
If you go to the ShoppingCartController in Nop.Web, you will find the prepare method for the mini shopping cart and a method colled AddProductToCart_Catalog, which renders the FlyoutShoppingCart view and uses the PrepareMiniShoppingCartModel to prepare a MiniShoppingCartModel that the view uses to display the information that you see in the mini shopping cart.
Hope this helps!
Hi,
Can we ask you to elaborate more on this ? Do you need to show all the products that have certain discounts applied to them or all the discounted products ?
In the Sales Campaigns plugin we have an option to map all the products from a campaign to certain category by using the Category setting in Sales Campaign Settings tab. Maybe this setting will help you achieve what you need.
Hi,
Can we get a link to your site ?
We have tried this locally and it seems there is no problem with opening the reviews tab from link looking like this:
http://siteDomain/someProduct#quickTab-reviews
Note: You need to disable Ajax from Plugin -> Nop Quick Tabs -> Settings -> Ajax Settings
Hi,
You can disable it from the administration -> Configuration -> Settings -> Order Settings -> Disable Billing Address Step.
Note: This does not work for guest customers. If some of your customers attempt to checkout as guests they will see the billing address form, because of the way the disabling of the billing address works.
We always set some billing address, although the customer may not be required to fill it. Because the guest customers does not have addresses, there is nothing we can set for default billing address and that is why the billing form is required when the customer that is attempting to checkout is guest.
Hope this helps!
Hi,
Can you submit a ticket with your site url and admin credentials so we can check your settings ?
Hi,
You can set the following styles in Nop Motion Theme -> Settings -> Custom Head Styles:
.picture-thumbs {
display: none;
}
Hi,
You can disable the AjaxFilters on search page form plugin settings. This way the default search won't be overridden by the plugin and your modification should work.
Hi,
What are you getting as a result in the price range filter ?
Did you clear your Cache ?
Can we get a link to your website ?
Thanks!
Hi,
We do not have such rule, but you can implement your own. Take a look at this forum thread.
Hi,
Can you elaborate more on this ? We have tested the display order in category and we didn't find any problems.
Keep in mind that in order to control the display order of articles in specific category you should change the display order in the article tab in the corresponding category. The one that is set to every article is responsible for their ordering in the menu.
Hope this helps!