Close

Profile: IvanStoyanov

Avatar

User posts

pdesignz wrote:
Is there a way not to show a category in the Mega Menu Products DropDown, but instead have this new category as main category that I can manually add to the menu. So essentially, I want to hide a category from displaying in the drop down menu, but still have the other categories display and then manually add this category as a main category header to menu.

Thanks


Hi pdesignz,

Yes you can.
Please see the following topic http://www.nop-templates.com/boards/topic/339/2-different-product-buttons-in-megamenu#1738
The customizations are in the same views but a little different.

Ivan Stoyanov

12 years ago

xtsiliv wrote:
Hi!

i want to have two 2 different buttons each with different product items in nopshopAllTheme
i add this code in MegaMenu.cshtml

@Html.Raw(Model.CategoriesHtml) and i had 2 same buttons

i cant put other product categories in the second button. is it possible alla this? im new!!

Thanks!


Hi xtsiliv,

It is possible but it needs a lot of customization. You need to customize the CategoryMenuTemplate.WithoutPictures.cshtml and CategoryMenuTemplate.WithPictures.cshtml views. The customization is quite hard to do and error prompt. The views are located in Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu

PS: There is a setting for the Mega Menu Show categories in a single menu. If you uncheck it the Mega Menu will show a menu item for each top level category.

Ivan Stoyanov

12 years ago

RJM wrote:
Hello,

I am getting a slew of 'A public action method 'ProductReviewsTabAddNew' was not found on controller 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController' errors logged on the system log. We are running nopC2.65. I have read the thread http://www.nop-templates.com/boards/topic/11/bugs/page/2 where it was suggested to just reinstall the whole plugin and update the core too.

While that's a nice easy fix from the support side, I have done a reasonable amount of mods with moving tabs around, etc. and I really don't feel like comparing every file against the update to see what I have to change. So my question is - what files(s) are absolutely necessary to change in order to rid myself of all these logged errors?

Thanks in advance.


Hi RJM,

Go to our website and download the package again.
In order for to add the new changes you need to merge the Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml view with the one that you already have.
You also need to copy the Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Scripts from the Quick Tabs that you downloaded to the one that you already have.

Have a great day.

Ivan Stoyanov

Bugs
12 years ago

activeforever wrote:
Okay, re-downloaded and installed the core/ajax cart plug-ins and same issue. The website is not live so I cannot give you an admin log in. I am running it on my local dev box.


Please integrate the plugin on the product page and try to add the product to the cart.
I assume that the problem appears when you try to add a product to the cart.

I will be waiting for your reply.

Bugs
12 years ago

activeforever wrote:
I have not made any modifications to the plug-in and can verify that those files are being loaded correctly (including Kendo).


Can you please try and delete the SevenSpikes.Core and SevenSpikes.Nop.Plugins.AjaxCart folders from your Plugins folder, download the package from our website and copy the SevenSpikes.Core and SevenSpikes.Nop.Plugins.AjaxCart folders again to the Plugins folder. Also please check that you have integrated correctly the Ajax Cart plugin from out online documentation.

Also if this does not work can you please send us admin credentials to your website on support at nop-templates.com

Ivan Stoyanov

Bugs
12 years ago

activeforever wrote:
I have Nop 2.70. Please note that I do have 'Enable Automatic Integration' disabled. I cleared the log and tried running but nothing showed up there. Just the same JS error in Firebug.


Hi activeforever,

Have you changed anything in the views or .js file of the Ajax Cart plugin?

Have you changed anything in the Core plugin? For example the kendo.all.min.js file.
Please check that the file is located in Plugins\SevenSpikes.Core\Scripts.

Ivan Stoyanov

12 years ago

chvi wrote:
I have the carousel set for default 3 but appears 4?


Hi chvi,

The idea behind the skins is to style the carousel for the different layouts of nopCommerce (ColumnsThree, ColumnsTwo and ColumnsOne). The default 3 items skin is styled for ColumnsThree layout e.g. on the HomePage between the right column and left column. The default 4 items skin is styled for ColumnsTwo layout e.g. no the product page. The default 5 items skin is styled for the ColumnsOne layout e.g in the content_before widget zone or our Fashion, ShopAll, Jewelry, Beauty themes.

If you want to display only three items in the JCarousel, you need to change the styling for a certain skin, or place the JCarousel in a ColumnThree layout.

12 years ago

hanz wrote:
Hi, Thanks for your reply. If I understand well, I need to pass the id's of the products I'd like to show in the JCaroussel to the ProductOverviewModel.

So I tried:

@Html.Action("JCarousel", "JCarousel", new {carouselName = "Winter 2012", productModels = "1667,1668,1669"})

where `Winter 2012` is the caroussel name and the id`s are the product is`s I`d like to show in the caroussel. This gives no errors, but nothing happens.

I also tried like:  productModels = 1667,1668,1669 and 1667;1668;1669 etc but receive errors then.

Can you please tell me in detail what to do when I want to show the product id's 1667,1668,1669 in the custom data source caroussel ?

Thanks!


IvanStoyanov wrote:

You need to pass IEnumerable<ProductOverviewModel> as a data source.


12 years ago

shanexh wrote:

Hi shanexh,

You need to copy the Core and JCarousel folders. Also you need to update the view of the JCarousel, because we made some modifications for better performance and more readable code. The JCarousel contains only one view so it will not be hard, even if you have changed it.

After you update the plugins you can change the Global.asax file. Just download it from your website, add a space after the code, save it and upload it again.
I will be waiting for your update on this problem.

Best wishes.

Ivan Stoyanov

I just tried this, and I also used the the new views. The only folder I used from the previous release is my modified themes folder. I copied the contents of the new core folder as well. After that I added a space to the global asax and restarted the website in IIS.

Still getting errors, this time right when I go to the home page.

Regards,

Shane


Hi Shane,

Can you please send us your FTP and admin credentials to your website at support at nop-templates.com. We will try and fix the problem for you.

12 years ago

shvager87 wrote:
There is an error when the Plugin is added to any widgetZone.
Nop 2.7
Server Error in '/' Application.

Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.

Source Error:


Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }

Source File: d:\WebSites\27\Views\Widget\WidgetsByZone.cshtml    Line: 5

Stack Trace:


[ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.]
   System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) +0
   System.Collections.Generic.List`1.set_Capacity(Int32 value) +101
   System.Collections.Generic.List`1.EnsureCapacity(Int32 min) +43.....


Hi shvager87,

There is no problem on our end. We tested the plugin and it works fine with widget zones.
Can you please answer the following questions, so that we will be able to investigate your problem:
Have you updated the plugin from 2.65 to 2.7?
Have you updated the Core plugin?
Have you made any changes to nopCommerce code?

Please try to change the Global.asax file, as I described in the post above.

I will be waiting for your reply.

Best wishes.

Ivan Stoyanov