diff --git a/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/Configure.cshtml b/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/Configure.cshtml deleted file mode 100644 index a3699ccece8..00000000000 --- a/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/Configure.cshtml +++ /dev/null @@ -1,147 +0,0 @@ -@{ - Layout = "_ConfigurePlugin"; -} - -@using Nop.Plugin.Shipping.ShipStation -@model Nop.Plugin.Shipping.ShipStation.Models.ShipStationModel - -@await Component.InvokeAsync("StoreScopeConfiguration") - -
-
-
-
- -

Setup Instructions

-
    -
  • Register or login on the ShipStation site
  • -
  • Go to the "Settings » API Settings" page and get the API Key and the API Secret and copy them on the plugin settings
  • -
  • Select Selling Channels from the left-hand sidebar, then choose Store Setup.
  • -
  • Click + Connect a Store or Marketplace.
  • -
  • Choose the Custom Store option
  • -
  • Enter the "@Model.WebhookURL" to the URL to Custom XML Page setting
  • -
  • Create a Username and Password, enter them into the settings forms (the ShipStation form and the nopCommerce form). Do not use the ShipStation or nopCommerce user credentials for this.
  • -
  • Don't change the Statuses section
  • -
  • Save the nopCommerce settings by pressing the Save button.
  • -
  • On the ShipStation form press Test your connection using the Test Connection button
  • -
  • Save the settings using the Connect button
  • -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
- -
-
- - -
-
- -
-
- -
-
- - -
-
- - -
-
-
-
-
-
-   -
-
- -
-
- -
-
-
-
- - diff --git a/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/_ViewImports.cshtml b/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/_ViewImports.cshtml deleted file mode 100644 index 2d4ad97e079..00000000000 --- a/src/Plugins/Nop.Plugin.Shipping.ShipStation/Views/_ViewImports.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework - -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Nop.Web.Framework.UI -@using Nop.Web.Framework.Extensions -@using System.Text.Encodings.Web \ No newline at end of file diff --git a/src/Plugins/Nop.Plugin.Shipping.ShipStation/plugin.json b/src/Plugins/Nop.Plugin.Shipping.ShipStation/plugin.json deleted file mode 100644 index 8c47d097a67..00000000000 --- a/src/Plugins/Nop.Plugin.Shipping.ShipStation/plugin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Group": "Shipping rate computation", - "FriendlyName": "ShipStation", - "SystemName": "Shipping.ShipStation", - "Version": "1.24", - "SupportedVersions": [ "4.50" ], - "Author": "nopCommerce team", - "DisplayOrder": 1, - "FileName": "Nop.Plugin.Shipping.ShipStation.dll", - "Description": "This plugin offers shipping rates with ShipStation" -} \ No newline at end of file