Close

Profile: IvanStoyanov

Avatar

User posts

mrbombay wrote:
I am using nopcommerce 2.80 and Nop Ajax Filters 2.81. I've changed the global.asax and the same error keep popping up. I've changed the view - CategoryTemplate.ProductsInGridOrLines -  a little bit. The category-navigation looks like this. Could i be this change?


@section left {

    @*--------------------------------------------------------------------*@
    @*subcategories*@
    @*--------------------------------------------------------------------*@
    @{
        //current category ID
        int currentCategoryId = 0;
        if (Url.RequestContext.RouteData.Values["controller"].ToString().Equals("catalog", StringComparison.InvariantCultureIgnoreCase) &&
            Url.RequestContext.RouteData.Values["action"].ToString().Equals("category", StringComparison.InvariantCultureIgnoreCase))
        {
            currentCategoryId = Convert.ToInt32(Url.RequestContext.RouteData.Values["categoryId"].ToString());
        }

    }

    @Html.Widget("categorydetails_before_subcategories")

    @if (Model.SubCategories.Count > 0)
    {
        <div class="sidebar-block">
            <h5>@T("Categories")</h5>

            <ul class="sidebar-navigation">
                @foreach (var item in Model.SubCategories)
                {
                    <li>
                        <a href="@Url.RouteUrl("Category", new { SeName = item.SeName })">@item.Name</a>
                    </li>

                }
            </ul>
        </div>

    }
    else
    {
        if (Model.ParentCategories.Count > 0)
        {

        <div class="sidebar-block">
            <h5>@T("Categories")</h5>

            <ul class="sidebar-navigation">
                @foreach (var item in Model.ParentCategories)
                {
                    <li>
                        @if (currentCategoryId == item.Id)
                        {
                            <a href="@Url.RouteUrl("Category", new { SeName = item.SeName })" class="active">@item.Name</a>
                        }
                        else
                        {
                            <a href="@Url.RouteUrl("Category", new { SeName = item.SeName })">@item.Name</a>
                        }
                    </li>

                }
            </ul>
        </div>

        }

    }
}



Hi

Can you send us FTP and admin credentials to your website at support (at) nop-templates.com, so that we can investigate your issue.

mrbombay wrote:
Hi Nop-Templates,

I'm trying to configure the latest version of ajax filters on my website, but i get an error on the parent category page. I use the option - Include Products From Subcategories. On a child category it works fine. This is the error i'm getting:

POST http://localhost:60000/Catalog7Spikes/GetFilteredProducts 500 (Internal Server Error)


The parameters dictionary contains a null entry for parameter 'categoryId' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult GetFilteredProducts(Int32, SevenSpikes.Nop.AjaxFilters.Models.PriceRangeFilterSlider.PriceRangeFilterModel7Spikes, SevenSpikes.Nop.AjaxFilters.Models.SpecificationFilter.SpecificationFilterModel7Spikes, SevenSpikes.Nop.AjaxFilters.Models.AttributeFilter.AttributeFilterModel7Spikes, SevenSpikes.Nop.AjaxFilters.Models.ManufacturerFilter.ManufacturerFilterModel7Spikes, Nop.Web.Models.Catalog.CatalogPagingFilteringModel, System.String)' in 'SevenSpikes.Nop.AjaxFilters.Controllers.Catalog7SpikesController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameternaam: parameters


Hi mrbombay

Thank you for choosing our products.
You can see that this feature of the Nop Ajax Filters plugin works fine on our demo website http://demos.nop-templates.com/computers
Can you tell us what version of nopCommerse you are using? Also can you try and restart the your application by changing the Global.asax file? What version of the Nop Ajax Filters plugin are you using (you can check this in the Description.txt file in the Nop Ajax Filters  folder)?

I will be waiting for your reply.

Ivan Stoyanov

THenrich wrote:
I installed Mega Menu and configured it. I checked the checkboxes, saved, cleared nopCommerce cache and restarted the app. Refresh the page and restarted the browser but when I hover over the menu, I don't see any changes. It's still the same original menu.

What am I missing?

http://i45.tinypic.com/a27uye.jpg


Hi THenrich,

What version of nopCommerce are you using?

Also did you enabled the widget of the Mega Menu plugin? To do so go to Content Management => Widgets and enable the Mega Menu plugin.

Also you can try to uninstall and install the plugin. I can see that you are missing the resources.

I will be waiting for your reply.

Ivan Stoyanov

violabg wrote:
Nop Ajax Cart on Product Page, always start with quantity set to 1, and when you click the add to cart button it does not honor the product with minimum quantity.
This is true for single variant product and for multi variant products where the first variant get 1 has quantity.


Hi violabg,

Thank you choosing our products and reporting this problem.
We are going to investigate it and get back to you.

Ivan Stoyanov

11 years ago

Maxine_K83 wrote:
Hi Ivan,

I don't want to remove it, i want to keep it but call it Specification instead. I don't want to use another tab for specification as our are listed more like bullet points rather than in boxes tied to specific things.


Hi,

If you want to rename it to "Specification" go to Configuration => Languages click View string resources next to your language. Find the resource SevenSpikes.NopQuickTabs.Client.Tabs.Description and set its value to Specification.

Ivan Stoyanov

11 years ago

Maxine_K83 wrote:
Hi Ivan, thank you for coming back to me. I have now done this and can see them - yay!

Another question for you though.

I want to have the description of the product up in the "Short Description" box, no long description, but then on the Quick Tabs I want to change Overview to be called Specification.

How do i do this?

It seems we still have the trial version so maybe this is only something you can do when it is on the full version?

many thanks


Hi Maxine_K83,

Go to the Administration of your website Plugins => Nop Quick Tabs => Settings and uncheck the Enable Product Full Description Tab check box. This will remove the Full Description tab from the Nop Quick Tabs.

Ivan Stoyanov

11 years ago

Maxine_K83 wrote:
Hi there, we have installed the plug in for Quick Tabs and have gone through the integration but they are not showing on the site. is this because we've got the trial version? So it shows you it in the administration side but not on the site unless you buy the full version?

I'm not sure if that can be right because it's not really trying it if it doesn't show on the site because you don't get to see what you're doing. At the moment we have it on the automatic. it will need to be manual but for now we just have it on this so we can see it on the products.

please help

thanks


Hi Maxine_K83,

The Automatic integration of the Nop Quick Tabs plugin only works when you are using the Dark Orange, Default Clean or nopClassic themes.
If you are using a custom theme it will not work and you need to integrate the plugin manually.
When you are using a trial version the plugin will work normally, but on every 4-5 reloads of the page a trial message will appear instead of the plugin.

Please try to integrate the plugin manually and tell us what happened.
Also can you tell us what version of nopCommerce you are using.

Best wishes,

Ivan Stoyanov

11 years ago

jmbusquets wrote:
Is possible stop the carousel when mouse is over it?


Hi jmbusquets,

We have added this functionality to the Nop JCarousel plugin. To update your plugin to use this functionality, please read the following article: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Plugin.

NOTE: We have added this functionality only for nopCommerce 2.8

Ivan Stoyanov

11 years ago

busybird wrote:
I installed the plug in and activated it in admin. When I go to the HOME PAGE I get the error page and this in the logs: The controller for path '/admin/NopAjaxFiltersAdmin/Settings' was not found or does not implement IController.

I cannot see a directory corresponding to the path above. Any ideas? (this is a trial version on 2.8).


Hi busybird,

It seems like you need to do the following fix:

1. Open the Global.asax file of your nopCommerce website.
2. Add some spaces after the code inside the file.
3. Save the file, upload it to your ftp, replacing the old Global.asax file.

Everything should be OK now. This is a well known issue for nopCommerce websites.

Ivan Stoyanov

castironcook wrote:
BIG THANKS!
I've been desperate to make this fix, too.  Can I just download the theme and replace a few files, too?   I've tried to keep my theme modifications to a minimum, but there are always some.
I am also using nop 2.7 and the Fashion theme 2.70.


Hi castironcook,

Yes, of course you can.
Just use the following instructions:

Support wrote:
Hi milo,

You should also use the new registerUrl when the Register button is clicked on the Login page.

So to do that open the ~/Themes/Fashion/Views/Customer/Login.cshtml file and update the following two:

line 116: <input type="submit" class="registerbutton button-oval gray" onclick="location.href='@registerUrl'" value="@T("Account.Register")" />

and the following line:

line 139: <input type="submit" value="@T("Account.Register")" class="registerbutton button-oval gray" onclick="location.href='@registerUrl'" />

The text in bold is the new one that should be changed. So use the registerUrl variable instead of Url.RouteUrl("Register")

Hope that helps!