Close

Profile: IvanStoyanov

Avatar

User posts

Bugs
11 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
11 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
11 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

11 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.

11 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.


11 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.

11 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

11 years ago

shanexh wrote:
I tried copying the newer resource files over. The only folders I didn't upgrade was Themes and Views.

First Try:

1. I turned off the website in IIS.
2. backed up my database and files.
3. copied the new files to the plugin directory.
4. Restarted my website in IIS.

Result:

errors on pages with jCarousel and errors on the plugin page.

Second Try:

1. uninstalled the plugin.
1. I turned off the website in IIS.
3. copied the new files to the plugin directory.
4. Restarted my website in IIS.

Same result.

I restored everything to what I had previously, but I must be missing a step or something.


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

11 years ago

embryo wrote:
Hello-

I've looked through the megamenu plugin folder and don't see any javascripts controlling the drop down behavior, so I am assuming that it is all done within the dll.

What I'd like to do is cause a delay in the menu drop down so that it requires the cursor be over the menu for at least one second before expanding. If I cannot accomplish that, would it be possible to change to use an onclick type event rather than the onmouseover it does by default?

Thanks,
Steve


Hi Steve,

The MegaMenu is pure css and C#. There is no javascritp. If you want to delay the menu dropdown you can do it by using css e.g:
Add the following code to the droprown class in the css file for the MegaMenu
-moz-transition: display 1s linear;
-webkit-transition: display 1s linear;


Another option is to use javascript. You can write some and include it in the MegaMenu.cshtml view.

Have a great day.

Ivan Stoyanov

pdesignz wrote:
Hello, I am using NopCommerce 2.65 and I have the Ultimate Plugins. I am using the Anywhere Sliders plugin and if I use a one column layout everything works and looks fine, but if I use a two column layout things get shifted and not the way I want them to. What  it looks like is the slider is being called as part of the main body or div/widget within that area. So when I select a two column layout, everything is getting shifted over. What I would like to have is the header section, followed by the mega menu section that I already have in place and then followed by the slider and then the body with a 2 column layout that is after the slider.  I took a look in the admin for the slider and the widget I am using is the home_page_top. Anyway to have the slider spread across the page in a single column or 100% of the page width and then followed by a two column layout would be great!

Any help is much appreciated, thanks!


Hi pdesignz,

Put the slider in the content_before widget zone and everything will be fine.