Close

Profile: Boyko

Avatar

User posts

[email protected] wrote:
I should add we're using version 4.2.575.31113 of Nop Ajax Filters for nop 4.20.


Here is how we get the category id:

if (_requestContext.RouteData.Values.Keys.Contains("categoryid"))
            {
                filtersPageParameters.CategoryId = int.Parse(_requestContext.RouteData.Values["categoryid"].ToString());
            }


where _requestContext is Url.ActionContext and Url is a property of the ViewComponent class.

So you can create a widget plugin and make sure it is integrated in one of the supported widget zone i.e left_side_column_before (also make sure you have these widget zones in your custom category page) and you can debug the code to see what could be wrong.

[email protected] wrote:
Is there logic inside the widget component to only render if the slug matches a category slug? We have a custom route like "/my-route" that is configured to go to the Category action in the Catalog controller, but with some extra route values as well. When this page is rendered, the filters don't show up, but they work fine on regular category pages. Just wondering if it's because the widget doesn't recognize that it's on a category page. Any ideas to make that work?


Hi,

We do check for categoryid in the route data so if you don't have it then the Filters will not be shown.

5 years ago

michael.lemke wrote:
I have NopCommerce running on an Azure VM. After unzipping NopPavilionTheme_4.3.360.32357, I placed the Plugins into wwwroot\Plugins, and I placed Pavilion folder wwwroot\Themes.

Everything seems to be working fine, except for when I view the site on the largest possible screen size the CSS styling seems to disappear and the home page looks incorrect. For example, the home page displays the text "SEVENSPIKES.THEMES.PAVILION..." for all the links. Had anyone seen this before after installing a theme?


Hi,

"SEVENSPIKES.THEMES.PAVILION..." these are the keys of the theme resources so it means that they are missing for some reason (it should not depend on the screen size).
It seems like they have not been imported during the installation of the theme.
Please submit a ticket and provide access to your store so that we can check for any errors in the Log and see why the resources are missing.

5 years ago

chrisod wrote:
I installed the free trial, and it's configured exactly like the demo,  BUT for addresses, all I get is first name, last and email address. Even when I specify that I want a new address.

Is this a limitation of the free trial?


Hi chrisod,

I don't think this is an issue with the trial version. The trial has other limitations but this one is not from the trial.
Please submit a ticket and provide access to your store so that we can check it and advise!

5 years ago

Hi,

Could you please submit a ticket providing access to your store so that we can check your setup and investigate it?

5 years ago

Hi guys,

We will upgrade the API plugin to nopCommerce 4.30 as soon as we have the time to do so.
Since it is a free plugin that we have contributed to the community you have the full source code of the plugin and you can try upgrading it.
Actually there is already a version of the plugin that has removed the OAuth 2 part of the plugin со you can give it a try.
Please see this issue for more information.
If this version is good then we can merge it to the official plugin for 4.30 and build on top of it.

5 years ago

yys5 wrote:
sqlserver ? mysql ? how to use NopEmporiumMegastore_4.3.bak ?


All demo databases are available only for MSSQL Server.
Here you can find instructions how to use it (for demo purposes):
https://www.nop-templates.com/how-to-install-a-nopcommerce-theme#how-to-use-theme-demo-data

5 years ago

[email protected] wrote:
Hi

We have Nop Emporium 4.0 and we are planning to upgrade directly with 4.3.
Does it create any issue?  
Does dB upgrade script will work?.
Do you have any guidelines for the upgrade?

Regards
Bhavik  


Hi Bhavik,

Sure you can upgrade without any problems by following the instructions in our online documentation.
Simply run the upgrade scripts one after another starting from the ones for 4.10 and till 4.30 in the order they are found in the article.
And then use nopCommerce 4.30 with the Emporium theme for 4.30 pointing to your upgraded database.

Madhukar wrote:
Hi,

I am trying add the themes to my code base so that i can work on my local machine with the same theme and do customization and changes as per my requirement and check it out immidetly how it looks in my UI. But so far i couldn't able to figure out how to add them to my code base and use it using Visual studio.

Thanks


Hi Madhukar,

Nothing has changed in 4.30. You still need to add the Pavilion theme in the Presentation\Nop.Web\Themes folder and the plugins in the Presentation\Nop.Web\Plugins folder.

oboboy wrote:
Is this theme still available for Version 3.90 Nopcommerce


Hi oboboy,

Yes, the Jewelry theme is available for nopCommerce 3.90.