Close

Profile: IvanStoyanov

Avatar

User posts

11 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

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

11 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

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

11 years ago

LesMc wrote:
I see how to arrange the tab order for custom tabs, but is there a way to re-order the default tabs too? I want my custom tabs to the left of the default tabs.


Hi LesMc,

To display your custom tab on the left of the default tabs you need to open the _ProductTabs.cshtml view located in Plugins/SevenSpikes.Nop.Plugins.NopQuickTabs/Views/ProductTab.
Go to line 198 and find the following code:
 @foreach (var tab in Model.Tabs)
                {
                    divs.Add(new KeyValuePair<string, string>("tabs-" + tab.Id.ToString(), tab.Description));
                    <li><a href="#[email protected]">@tab.DisplayName</a> </li>                
                }


Cut it and paste it after the  
<ul>
ul on line 174.

NOTE: This will work only when the Enable Ajax setting for the tabs is not checked.

Ivan Stoyanov

11 years ago

fermium wrote:
Hi,
When i try to have 2 Jcarousels on the same page only one will work and the other dosen't rended correctly. Does anyone seem to have a fix for this? i'm using the version for nop 2.7
Thanks


Hi fermium,

Can you give us a link to your website so that we can investigate the issue.
The JCarousel plugin is created so that many JCarousels can be displayed on one page even one JCarousel can be displayed many times on one page.

Ivan Stoyanov

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

Tabs work fine in the UI, but I get an error from the screen:
Admin / Plugins / Nop Quick Tabs / Manage Products and Tabs. In the resulting table of products, when I click the "Edit" link in the far right "Edit" column for any product, I get the following 404 error:

Server Error in '/' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /Admin/ProductTabAdmin/Edit

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17[/code]929


Hi LesMc,

Thank you for considering our products and reporting this problem. There was a problem with the "Edit" link, that we fixed. To apply the changes please go to our website, download the package and replace the Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs folder with the folder in the package.

Thanks again and have a nice evening.

Ivan Stoyanov