Close

Bugs

flimflap
one year ago
#21986 Quote
Avatar
  • 1
Found a small seo bug. In Themes\Emporium\Views\Shared\Components\Footer\Default.cshtml line 130 there is this:
<h3 class="title">@T("SevenSpikes.Themes.Emporium.Common.PaymentOptions")</h3>
It should be:
<div class="title"><strong>@T("SevenSpikes.Themes.Emporium.Common.PaymentOptions")</strong></div>

You dont want the payment options name to be a H3 ^^
hristo
one year ago
#21992 Quote
Avatar
  • Moderator
  • 172
flimflap, yes, you are right, thanks for reporting it. It is now fixed, so you can update your theme (version 4.5 only), or you can change it manually in your Footer template file if you prefer (Themes\Emporium\Views\Shared\Components\Footer\Default.cshtml)
Regards,
Hristo Gospodinov
Nop-Templates.com
Arun
one year ago
#22023 Quote
Avatar
  • 2
Hi, I am facing an issue after publishing to the server. Raised a ticket too but there is no response. Reposting here for better reach.

Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.AggregateException: One or more errors occurred. (An exception was thrown while activating Nop.Services.Plugins.PluginService -> Nop.Data.Migrations.MigrationManager -> ?: System.Lazy`1[[FluentMigrator.Runner.IVersionLoader, FluentMigrator.Runner, Version=3.3.2.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05]] -> ?:FluentMigrator.Runner.IVersionLoader -> Nop.Services.Media.PictureService -> Nop.Services.Catalog.ProductAttributeParser -> Nop.Services.Directory.CurrencyService -> Nop.Services.Directory.ExchangeRatePluginManager -> Nop.Services.Plugins.PluginService -> Nop.Data.Migrations.MigrationManager -> ?:System.Lazy`1[[FluentMigrator.Runner.IVersionLoader, FluentMigrator.Runner, Version=3.3.2.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05]] -> ?:FluentMigrator.Runner.IVersionLoader.)
---> Autofac.Core.DependencyResolutionException: An exception was thrown while activating Nop.Services.Plugins.PluginService -> Nop.Data.Migrations.MigrationManager -> ?:System.Lazy`1[[FluentMigrator.Runner.IVersionLoader, FluentMigrator.Runner, Version=3.3.2.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05]] -> ?:FluentMigrator.Runner.IVersionLoader -> Nop.Services.Media.PictureService -> Nop.Services.Catalog.ProductAttributeParser -> Nop.Services.Directory.CurrencyService -> Nop.Services.Directory.ExchangeRatePluginManager -> Nop.Services.Plugins.PluginService -> Nop.Data.Migrations.MigrationManager -> ?:System.Lazy`1[[FluentMigrator.Runner.IVersionLoader, FluentMigrator.Runner, Version=3.3.2.0, Culture=neutral, PublicKeyToken=aacfc7de5acabf05]] -> ?:FluentMigrator.Runner.IVersionLoader.
---> FluentMigrator.Runner.Exceptions.MissingMigrationsException: Exception of type 'FluentMigrator.Runner.Exceptions.MissingMigrationsException' was thrown.
   at FluentMigrator.Runner.DefaultMigrationInformationLoader.LoadMigrations()
   at FluentMigrator.Runner.ConnectionlessVersionLoader.LoadVersionInfo()
   at FluentMigrator.Runner.ConnectionlessVersionLoader..ctor(IProcessorAccessor processorAccessor, IMigrationRunnerConventions conventions, IOptions`1 runnerOptions, IMigrationInformationLoader migrationInformationLoader, IVersionTableMetaData versionTableMetaData)
   at InvokeStub_ConnectionlessVersionLoader..ctor(Object, Object, IntPtr*)
   at System.Reflection.ConstructorInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
   at System.Reflection.RuntimeConstructorInfo.InvokeWithManyArguments(RuntimeConstructorInfo ci, Int32 argCount, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(IServiceProvider provider, Type instanceType, Object[] parameters)
   at Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance[T](IServiceProvider provider, Object[] parameters)
   at Microsoft.Extensions.DependencyInjection.FluentMigratorServiceCollectionExtensions.<>c.<AddFluentMigratorCore>b__0_6(IServiceProvider sp)
   at Autofac.Extensions.DependencyInjection.AutofacRegistration.<>c__DisplayClass3_0.<Register>b__0(IComponentContext context, IEnumerable`1 parameters)
   at Autofac.Core.Activators.Delegate.DelegateActivator.ActivateInstance(IComponentContext context, IEnumerable`1 parameters)
   at Autofac.Core.Activators.Delegate.DelegateActivator.<ConfigurePipeline>b__2_0(ResolveRequestContext ctxt, Action`1 next)
   at Autofac.Core.Resolving.Middleware.Delegate
atiqur.foyshal
one year ago
#22025 Quote
Avatar
  • 1
Hi, we are facing an issue. We have created a discount (10%) assigned with products. Added a new Sale of the day with condition(please add multiple), but it is not appearing on the public site.

Please follow screenshots from the link to regenerate the issue.

***Tested with default nopCommerce (no custom modification/plugin)

https://drive.google.com/drive/folders/1yyPynwgdcpQgtSxsRHESzAsGn7XNvcta?usp=sharing

hkreklame
one year ago
#22034 Quote
Avatar
  • 34
Hello.

We have a clean nop install of 4.60.1 and have copied in all nop-template plugins from NopCompletePluginCollection (4.6.75.35269).

When building with dotnet build or in rider we get a lot of errors with _ViewImports.cshtml