Close

Profile: IvanStoyanov

Avatar

User posts

12 years ago

hideme wrote:
Hello, Ok, thank you.

Could you give me the LocaleStringResource.resourcename of the token, because searching in the admin for that token is realy difficult, so i prefere changing in the database directly.

Thank you .


Hi hideme,

The resource name is "search".

12 years ago

sadecechvy wrote:
Hi,

I have nop 2.60 installed and have the same error. Whenever I put the plugin folders in the /Plugins folder, I get this error. I have tried so many solutions or workaround you mentioned before but I can't get rid off this error.

I followed the instructions in the link (http://www.nopcommerce.com/boards/t/17455/load-plugins-based-on-their-displayorder-on-startup.aspx)

and I tried copying SevenSpikes.Nop.Core.dll, SevenSpikes.Nop.Framework.dll, SevenSpikes.Nop.Services.dll into the "SevenSpikes.Nop.Plugins.CategoriesHeaderMenu" folder (this folder throws exception as others do)

Can you suggest me another solution ?


Hi sadecechvy,

First delete all folders that begin with SevenSpikes from your plugins folder.
After that go to our website and download the package, extract it in the Plugins folder if your website is live or you are using the (no source code) version of nopCommerce. If you are using the source code version and making changes to nopCommerce you need to extract the package in the Presentation/Nop.Web/Plugins folder.
NOTE: Make sure that the extracted plugin folders are on the same level as the other plugin folders. For example in the [b]Plugins folder our plugins folders names need to start with SevenSpikes and not be in another Plugins folder.[/b]

Go to the Global.asax file, open it, add some spaces after the code (this is needed in order to restart your website) and save the file.

After that go to the administration of your website Configuration=>Plugins click on the Reload list of plugins button and install first the Core plugin and after that the Categories Header Menu plugin.

12 years ago

garrie007 wrote:
Hi,

Just purchased your NopMegaMenu for NopCommerce 2.65 after giving it a trial and really like it, got it set nicely but what i a m trying to acheive, dont know if possiable out of the box or not? but this is what i am trying to do:


Categories:

A                  B                   C                       D                       E                         F
                                          |
                                          |
                                          Sub A              Sub B             Sub C                             Manufact List
                                          list item1          list item1         list item1                         list item1
                                          list item2          list item2         list item2                         list item2
                                          list item3          list item3
                                                                  list item4
                                                                  list item5





how do i do this?

Kind regards

Garrie

ps. if you require any info like order number etc let me know.





          


Hi garrie007,

To do this you need to edit the CategoryMenuTemplate.WithoutPictures.cshtml view located at /Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu.

The MegaMenuCategoriesModels that is used in it contains a
IList<MegaMenuCategoryModel>
  The MegaMenuCategoryModel contains:
public CategoryModel CategoryModel

        public IList<MegaMenuCategoryModel> SubCategories

        public IList<ManufacturerModel> CategoryManufacturers

        public IEnumerable<ProductOverviewModel> BestSellerProducts


You can use the model in the view to display as many categories and sub-categories as you want.

Ivan Stoyanov

12 years ago

hideme wrote:
Hi, we need some changes in the electronics theme (we have the 2.6 version), we need to translate the "search" button of the header to another language.

And we want to change all the green base colors to blue.

Could you give us some tips where to change?.

thank you.


Hi hideme,

Go to the administration of your website => Configuration => Languages click View string resources next to your language and filter for the search resource name. Change the value and you are ready.

To change the color from green to blue you need to go to /Themes/Electronics/Content/ and edit the styles.css file.

Ivan Stoyanov

12 years ago

tbazick wrote:
Change Category Default Display:

How can I change the Categories “View as” Default view from Grid to List.

I looked in the advanced store settings and didn’t see a default setting for category.

Is there a file that I can modify in the Electronics Theme?

Thanks,
Tim


Hi Tim,

Go to the Advanced settings and search for catalogsettings.defaultviewmode. Change it to list and you are good to go.

Ivan Stoyanov

version 2.80
12 years ago

shayt wrote:
when Quick Tabs will support version 2.80 ?

Thanks,
Shay


Hi Shay,

We are happy to announce that we have just released our plugins for 2.8. You can get the new version by downloading the package from our website.

Ivan Stoyanov

Version 2.80
12 years ago

shayt wrote:
when JCarousel will support version 2.80 ?

Thanks,
Shay


Hi Shay,

We are happy to announce that we have just released our plugins for 2.8. You can get the new version by downloading the package from our website.

Ivan Stoyanov

12 years ago

cyrusj wrote:
Hi

Is there any news on when the ultimate plugin collection update will  be released to support 2.80?

thanks
Cyrus


Hi Cyrus,

We are happy to announce that we have just released our plugins for 2.8. You can get the new version by downloading the package from our website.

Ivan Stoyanov

12 years ago

fermium wrote:
Here is a link to the page that has two on it. the top header one works but the one on the bottom right doesn't render correctly for featured products.

http://boxplosion.com/box8/shirts



Hi fermium,

We have already fixed this bug.
You need to update the JCarousel plugin in order to apply the fix.

Please download the package from our website, go to the Plugins folder and delete the SevenSpikes.Nop.Plugins.JCarousel folder. After that paste the same folder from the package to the Plugins folder.

Best wishes.

Ivan Stoyanov

Bugs
12 years ago

LesMc wrote:
I am running nopCommerce 2.7. On 1/6/2013 I downloaded a trail version of Nop Quick Tabs. I installed using the Manual approach.

On the admin page "Admin / Plugins / Nop Quick Tabs / Settings", when I deselect the checkboxes for BOTH the default items:
- Enable Product Full Description Tab:
- Enable Product Specifications Tab:

and then run the UI page for product details, I get the following error:

Server Error in '/' Application.

The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

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: The parameters dictionary contains a null entry for parameter 'id' of non-nullable type 'System.Int32' for method 'System.Web.Mvc.ActionResult ProductReviewsTab(Int32)' in 'SevenSpikes.Nop.Plugins.NopQuickTabs.Controllers.ProductTabController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter.
Parameter name: parameters

Source Error:


Line 94:                         {
Line 95:                             defaultTabTitle = T("SevenSpikes.NopQuickTabs.Client.Tabs.Reviews").ToString();
Line 96:                             defaultTabContent = Html.Action("ProductReviewsTab", "ProductTab", new { productId = Model.ProductId });
Line 97:                             showReviews = false;
Line 98:                         }

Source File: i:\Les Docs\WebSites\nopCommerce\nopCommerce700s\Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml    Line: 96


Hi LesMc,

Thank you for reporting this problem. We fixed it.

Ivan Stoyanov