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.
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!
Hi,
By different cart do you mean different store ?
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>
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.
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;
}
var logger = EngineContext.Current.Resolve<ILogger>();
Hi,
Can we get a link to your site so we can see the problem ?
Thanks!
Hi,
There is no option for this, currently.
However you can suggest this to our UserVoice portal.