Close

Profile: iliyan.tanev

Avatar

User posts

10 years ago

Hi,

This won't be straightforward for implementation, but it is an interesting idea. Can you suggest this to our UserVoice portal

Hi,

Yes, we reproduce the problem on your site, but we are unable to reproduce it on locally runned nopCommerce. That is why we think the problem could be from your set up. 

10 years ago

Hi,

Can you go to one of the missing images, inspect it and see if the link is valid ? 

It will be best to provide as with a link to your website.

Hi,

We were unable to reproduce this behaviour locally. Can you raise a ticket with admin credentials so we check your setup ? 

Thanks!

10 years ago

Hi,

By different cart do you mean different store ?

10 years ago

Hi,

You will need to go to Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab, open the _ProductTabsWithAjax.cshtml or _ProductTabsWithoutAjax.cshtml, depending if you are using the tabs with or without ajax, there you will find a foreach loop with the following content:


<li>
      <a href="#[email protected]">@tabInfo.Title</a>
</li>


Place the h2 tag around the anchor tag.

Hope this helps!

10 years ago

Hi,

Unfortunately, we can not provide you with version of the plugin for 3.50. 
We have asked nopCommerce team to add a few things in 3.60 that are not present in 3.50, but needed by the plugin. Hope you understand.

10 years ago

Hi,

You need to resolve it.

There are two possible approaches here. 

1. You can resolve through the constructor of the class - like this:

private readonly ILogger _logger;
public CustomerContactTypeConverter(ILogger logger)
{
     _logger = logger;
}


2. You can resolve it through the EngineContext - like this:

var logger = EngineContext.Current.Resolve<ILogger>();


I think it will be more clean to do it using the constructor.

Hope this helps!

10 years ago

Hi,

Can we get a link to your site so we can see the problem ? 

Thanks!

10 years ago

Hi,

There is no option for this, currently.
However you can suggest this to our UserVoice portal.