Close

Profile: IvanStoyanov

Avatar

User posts

10 years ago

rscott78 wrote:
I hear rumor that this is coming... very happy about that! :)

Will you post here when it's done or will you introduce it some other way?


Hi rscott78,

Yes we are working on it at the moment. We will be ready in a few days and will post in this topic to inform you.

Ivan Stoyanov

10 years ago

ylechasseur wrote:
Hi Guys,

I am working on the theme to refresh the layout. I am trying few things to move the Megamenu from <WidgetZone>content_before</WidgetZone> by changing the value to  <WidgetZone>header_links_after</WidgetZone> and it never move from Content_before, (In fact what ever the widget zone I put.. it won't move ....

Do I have to change something else in the code ?

Best regards

Yves


Hi Yves,

For the Electronics theme we are overriding the SupportedWidgetZones.xml file. If you want to change the widget zone, you need to go to /Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Electronics and change the widget zone in the SupportedWidgetZones.xml file located there.

After that you should restart the application so that the changed file get loaded.

Ivan Stoyanov

Bugs
10 years ago

luborman wrote:
Hello,

I install version 3.0 of this plugin and have a problem.
I have a selected criteria - Number Of Products for show (for example 10 products)
and in real shop It found me everytime ALL product.


Hi luborman,

Thank you for reporting this problem. It appears that the using of the setting was lost during the upgrade to 3.0. To apply the fix, you need to update your Instant Search plugin. To do this please read the following article: http://www.nop-templates.com/t/How-To-Update-A-NopCommerce-Plugin

Best regards,

Ivan Stoyanov

10 years ago

iojvan wrote:
Hi, TNX for your help!

I try caple of things. The problem hapens only in Chrome when I "restore down" (minimize) chrome window. Then the  plugin get broken and not showing pictures and details.

Tnx for suggestion for left banner!


Hi iojvan,

This is a very strange problem. We managed to reproduce it on your website and we think that the problem comes from the javascript of the JCarousel. We will investigate it further and will inform you as soon as we have found a solution.

We are sorry for your inconvenience.

Ivan Stoyanov

sathish.sunka wrote:
Hi,

we are planning to buy the Nop.Ultimate Package 6.0 version, And we are doing testing.
we had installed the Nop.Ultimate Quicktabs version 6.0.

First i tried with Automatic method, we did not find the any product tabs in the product page.
Then i moved to manual method, and added code in the ProductTemplate.SingleVariant.cshtml ,
as you said in the online documentation i did the same.
http://www.nop-templates.com/Help/NopQuickTabs/Version_2_6/lessons/Integration.html

we had unchecked the Automatic Integration in settings, and when we get into the product page we are getting error message

Server Error in '/' Application.

No parameterless constructor defined for this object.

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.MissingMethodException: No parameterless constructor defined for this object.

Source Error:


Line 92:     
Line 93:               </div>
Line 94:      @Html.Action("ProductTabs", "ProductTab")
Line 95:     
Line 96:

Source File: c:\inetpub\Nop.Web\Views\Catalog\ProductTemplate.SingleVariant.cshtml    Line: 94

Stack Trace:


i had checked in the both themes in Nop Classic and Dark Orange, even i added that code in our Custom theme and checked the same problem.

Thanks in advance.


Hi sathish.sunka,

Please add some spaces in your Global.asax file, save it and hit F5 in your browser.
If this does not help, check if the NopQuickTabs plugin and the Core plugin are installed.
Also you can send us the error message, so that we can investigate the problem.
Please read the following guide, on how to see the error message: http://www.nop-templates.com/t/nopCommerce-Troubleshooting-guide

Ivan Stoyanov

10 years ago

rgujral wrote:
Hi :

I need to know how to change the font size of the list of categories displayed on the left side please ?

As of now, listed category font size is very small and need to increase the same.

Appreciate your help.

Regards,


Hi rgujral,

You need to go to /Themes/ShopAll/Content and open the styles.css file.
Go to line 1625 and find the .block .listbox selector. In it change the font-size property.

Ivan Stoyanov

10 years ago

xtsiliv wrote:
Hi,
I have problem with filter sizes, when i insert the size attribute for a product
(e.g http://www.pentavras.gr/pentavras-79 ) i have 2 box sizes and 2 same number of sizes!!
I have the same problem again and again!! I cant import any product...

http://www.pentavras.gr/flats

Thank you!

ps. I already have sent message to [email protected]


Hi xtsiliv,

I can not see the problem.
On your website, I can see that you have a size attribute group and it is showing only once.
Can you please give us more information about the problem?

Ivan Stoyanov

10 years ago

joster wrote:

Hello again-

I had some trouble getting the theme installed or I'd have been quicker to report that the Forum still has no styling with the version 3.0 Fashion theme...


Hi joster,

We are sorry for your inconvenience. At the moment our front end developers are working on the styling of the forum. It will be ready on Monday.

Best regards,

Ivan Stoyanov

10 years ago

iojvan wrote:
Hi. I have yours electronic theme with all plugins and I have a problem with JCarousel plugin. When scroll come to the end (automatic or manualy) products in it doesn't show until refresh of the page. Circular is on....
My shop is http://www.futsal.hr

Tnx


Hi iojvan,

I do not see any problem with the JCarousel plugin on your website. Have you fixed the problem?

You can set the Number of visible items in the JCarousel of the vertical carousel to 3. I think that it will look better.

Ivan Stoyanov

Bugs
10 years ago

zjerry wrote:
Thanks, now it looks ok.

Can you point me to where I can localize the 'close' tooltip that appears when hoovering over 'X' button in those dialogs?

Also I've found one hard coded string in the:
   \Themes\NeoFashion\Views\ShoppingCart\OrderSummary.cshtml
   at line 96:  title="View details"
which probably should be placed in resources.


Hi zjerry,

The Close tooltip comes from the jQuery-UI and it can not be localized from the administration of nopCommerce. You can check the jQuery-UI website. Maybe there is a solution to this problem.

The resource that is in the  \Themes\NeoFashion\Views\ShoppingCart\OrderSummary.cshtml view is not localized in nopCommerce by default. You can localize it by yourself by creating a custom resource string and adding it to the resource strings in the administration.
Also you can write in the forum of nopCommerce and report this problem.

Best regards,

Ivan Stoyanov