Close

Profile: Boyko

Avatar

User posts

Forgot to answer your question.

You can get the category id from the route data in the view like this:

Url.RequestContext.RouteData.Values["categoryId"]


But I am not sure if the category id will be available in the route data when the ajax requests are made.
You can give it a try and let me know.

It would be best to change/swap the picture when you prepare the model but you can also do this in the _ProductBox.cshtml. Simply call you function in the view and change the picture there.

10 years ago

nitagale wrote:
this is the error message: The model item passed into the dictionary is of type 'SevenSpikes.Nop.Plugins.QuickView.Models.QuickViewProductPageModel', but this dictionary requires a model item of type 'Nop.Web.Models.Catalog.ProductDetailsModel'.


Hi nitagale,

I guess you are using a different product template for this specific product where you get this error.
Check the name of your product template i.e ProductTemplate.XXX.cshtml.
You need to have a template with the same name in this folder:
Plugins\SevenSpikes.Nop.Plugins.QuickView\Views\QuickViewCatalog

You can just copy one of the existing templates i.e ProductTemplate.Simple.cshtml and rename it as your template i.e ProductTemplate.XXX.cshtml.
This way the Quick View will find the correct template and load it.

10 years ago

menaledezma wrote:
Hello

Styles for the functionality of "facebook shop"?

Can create as part of the theme?


Best regards


Hi menaledezma,

Please suggest your idea in our UserVoice portal.

10 years ago

nitagale wrote:
Quick View for Grouped Products displays an error page. How can this feature be turned off for Grouped products?


There is no such a setting to disable the Quick View for grouped products.
You can check the error in System -> Log, to see what is wrong and then we can advice.

10 years ago

mail2mhm wrote:
Hello
I have tried to install new version of plugins that u have published and all of the plugins have installed correctly and without problem but "Product Ribbon", when I want to install it, it says that your file is corrupted or there is a PNG file that is larger that 56536 MB.
Any solutions?
Regards


Hi mail2mhm,

There is no way to have a PNG file that is larger than 56GB in plugin package.
But please submit a ticket with the exact product package you have and we will double check it.

10 years ago

ActionVictoria wrote:
Hi,

I want to add the Blog to the main menu.
How do I do that?

I'd also like to put a link to the Home page on there too..


Thanks


Hi ActionVictoria,

You can do both from the Mega Menu plugin settings in the administration as you can see in our admin demo here. Click on the Mega Menu Items Settings panel and check the Include "Blog" link: and Include "Home Page" link: checkboxes and save the settings.

Bugs
10 years ago

Lucrasoft wrote:


That is 3.4.374.12766 (version from dll).


I am asking as I wonder how do you have AjaxFilters.js file as we supply only the AjaxFilters.min.js file with the plugin package?

Bugs
10 years ago

Lucrasoft wrote:
The JSON returned has some null values: the 'NopAjaxFilterSettings' field and the 'Name' fields of the 'AttributeFilterGroups' items. I don't know if that's normal?

Also: This only happens when using Filters.min.js. Replacing its code with code from Filters.js works.

My guesses are, 1: the minified code differs from the non-minified code or 2: the minification cripples the functionality.

I hope this helps, maybe for other users too.


Hi Lucrasoft,

That is strange. Which version of the Ajax Filters are you using?

10 years ago

linkxperts wrote:
Hi,
Does anyone know how to hide the ribbons in the JCarousel?
Regards,
Marcel


Hi Marcel,

You can hide them via css and display:none. All carousels have this class nop-jcarousel and the ribbons have a class ribbon-wrapper.