Close

Nop 4.3

jonnyaeast
3 years ago
#21120 Quote
Avatar
  • 3
Hi,

Do you know when the plugins/themes will be upgraded to be compatible with 4.3?

The release candidate is available: https://github.com/nopSolutions/nopCommerce/releases/tag/release-4.30-release-candicate

It would be great if we could get access even to a beta version or something from you guys.

We are developing some new sites and we have decided to target 4.3 to take advantage of dotnet core 3.1, but we are also using your theme & plugins so this is currently a blocker.

Many thanks!
Boyko
3 years ago
#21122 Quote
Avatar
  • Moderator
  • 1570
Hi,

We are still upgrading all our products for nopCommerce 4.30 so we can't provide a beta version of our products as there are still some bugs that need to be fixed in nopCommerce 4.30 in order for all the plugins to work properly.

We plan to release all our products no later than a week after the official nopCommerce 4.30 release.
Regards,
Nop-Templates.com Team
jonnyaeast
3 years ago
#21141 Quote
Avatar
  • 3
Hi Boyko,

Do you have an update on when the 4.3 themes will be available?

Many thanks
Boyko
3 years ago
#21142 Quote
Avatar
  • Moderator
  • 1570
jonnyaeast wrote:
Hi Boyko,

Do you have an update on when the 4.3 themes will be available?

Many thanks


Hi jonnyaeast,

Our products are already upgraded and ready for 4.30.
We do our final testing and if all is good you will be able to download them later today.
Regards,
Nop-Templates.com Team
jonnyaeast
3 years ago
#21143 Quote
Avatar
  • 3
Excellent, thanks for letting me know
[email protected]
3 years ago
#21331 Quote
Avatar
  • 1
having issues updating my nop plugins 

I ran the nopcommerce 4.30 update scripts and the 7Spike update scripts but issues still persist.

I have existing 4.20 plugins that I wanted to update here is my plugins.json file



{
  "InstalledPluginNames": [
    "Obsolete field, using only for compatibility"
  ],
  "InstalledPlugins": [
    {
      "SystemName": "DiscountRequirement.HadSpentAmount",
      "Version": "1.24"
    },
    {
      "SystemName": "SevenSpikes.Core",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Theme.Venture",
      "Version": "4.2"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.AnywhereSliders",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.CloudZoom",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.FacebookShop",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.InstantSearch",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.JCarousel",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.MegaMenu",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.NopQuickTabs",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.ProductRibbons",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.QuickView",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.RichBlog",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.SaleOfTheDay",
      "Version": "4.3"
    },
    {
      "SystemName": "SevenSpikes.Nop.Plugins.SmartProductCollections",
      "Version": "4.3"
    }
  ],
  "PluginNamesToUninstall": [],
  "PluginNamesToDelete": [],
  "PluginNamesToInstall": []
}



When running the project i get this error



$exception  {"Duplicate migration version 637323000551687541."}  FluentMigrator.Exceptions.DuplicateMigrationException


Was following along some forums https://github.com/cakephp/phinx/issues/1256 could this be a solution? or did I miss an update step?


Expected solution: I want to see my plugins from 4.2 updated to 4.3 and have existing data preserved and not overwritten.