Skip to content

Commit

Permalink
customization
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil13x committed Aug 4, 2024
1 parent 98d3e87 commit 2ab7314
Show file tree
Hide file tree
Showing 24 changed files with 51 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1153,32 +1153,32 @@ public static class StandardAdminSiteMap
}
},

new AdminSiteMap {
SystemName = "Help",
ResourceName = "Admin.Help",
IconClass = "icon-question",
DisplayOrder = 11,
ChildNodes = new List<AdminSiteMap> {
new() {
SystemName = "Community forums",
ResourceName = "Admin.Help.Forums",
Url =
"https://grandnode.com/boards?utm_source=web&utm_medium=admin&utm_term=web&utm_campaign=Community",
IconClass = "fa fa-dot-circle-o",
DisplayOrder = 0,
OpenUrlInNewTab = true
},
new() {
SystemName = "Premium support services",
ResourceName = "Admin.Help.SupportServices",
Url =
"https://grandnode.com/premium-support-packages?utm_source=web&utm_medium=admin&utm_term=web&utm_campaign=Support",
IconClass = "fa fa-dot-circle-o",
DisplayOrder = 1,
OpenUrlInNewTab = true
}
}
},
//new AdminSiteMap {
// SystemName = "Help",
// ResourceName = "Admin.Help",
// IconClass = "icon-question",
// DisplayOrder = 11,
// ChildNodes = new List<AdminSiteMap> {
// new() {
// SystemName = "Community forums",
// ResourceName = "Admin.Help.Forums",
// Url =
// "https://grandnode.com/boards?utm_source=web&utm_medium=admin&utm_term=web&utm_campaign=Community",
// IconClass = "fa fa-dot-circle-o",
// DisplayOrder = 0,
// OpenUrlInNewTab = true
// },
// new() {
// SystemName = "Premium support services",
// ResourceName = "Admin.Help.SupportServices",
// Url =
// "https://grandnode.com/premium-support-packages?utm_source=web&utm_medium=admin&utm_term=web&utm_campaign=Support",
// IconClass = "fa fa-dot-circle-o",
// DisplayOrder = 1,
// OpenUrlInNewTab = true
// }
// }
//},

new AdminSiteMap {
SystemName = "Third party plugins",
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/Authentication.Facebook/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Facebook authentication",
Group = "Authentication methods",
SystemName = FacebookAuthenticationDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Authentication.Google/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Google authentication",
Group = "Authentication methods",
SystemName = GoogleAuthenticationDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/DiscountRules.Standard/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
FriendlyName = "Standard discount requirements",
Group = "Discount requirements",
SystemName = "DiscountRules.Standard",
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/ExchangeRate.McExchange/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
FriendlyName = "Money converter exchange rate provider (from EUR: ECB, from PLN: NBP)",
Group = "Exchange rate providers",
SystemName = "CurrencyExchange.MoneyConverter",
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Payments.BrainTree/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "BrainTree",
Group = "Payment methods",
SystemName = BrainTreeDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Payments.CashOnDelivery/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Cash On Delivery (COD)",
Group = "Payment methods",
SystemName = CashOnDeliveryPaymentDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Payments.StripeCheckout/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Stripe Checkout",
Group = "Payment methods",
SystemName = StripeCheckoutDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "1.0.0"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Shipping.ByWeight/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Shipping by weight",
Group = "Shipping rate",
SystemName = ByWeightShippingDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Shipping.FixedRateShipping/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Fixed Rate Shipping",
Group = "Shipping rate",
SystemName = FixedRateShippingDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Shipping.ShippingPoint/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Shipping Point",
Group = "Shipping rate",
SystemName = ShippingPointRateDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Tax.CountryStateZip/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Tax By Country & State & Zip",
Group = "Tax providers",
SystemName = CountryStateZipTaxDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Tax.FixedRate/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Fixed tax rate provider",
Group = "Tax providers",
SystemName = FixedRateTaxDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Theme.Modern/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
FriendlyName = "Modern theme (beta)",
Group = "Themes",
SystemName = "Theme.Modern",
Author = "grandnode team",
Author = "iCuboid team",
Version = "1.0.0"
)]
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<span class="footer-disclaimer">@Html.Raw(Loc["Content.CopyrightNotice", DateTime.Now.Year, Model.StoreName])</span>
</b-col>
<b-col md="6" cols="12" class="pb-1 pt-1 text-center text-lg-right">
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://grandnode.com/">GrandNode</a>™
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://icuboid.com/">iCuboid Pvt Ltd</a>™
</b-col>
</div>
</b-container>
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/Widgets.FacebookPixel/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Facebook Pixel",
Group = "Widgets",
SystemName = FacebookPixelDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Widgets.GoogleAnalytics/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Google Analytics or Universal Analytics",
Group = "Widgets",
SystemName = GoogleAnalyticDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.1"
)]
2 changes: 1 addition & 1 deletion src/Plugins/Widgets.Slider/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
FriendlyName = "Bootstrap Slider",
Group = "Widgets",
SystemName = SliderWidgetDefaults.ProviderSystemName,
Author = "grandnode team",
Author = "iCuboid team",
Version = "2.1.2"
)]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Web/Grand.Web.Admin/Areas/Admin/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div class="clearfix"></div>
</div>
<div class="x_content">
<div class="col-12">
@* <div class="col-12">
<div id="store_news" class="store-news"></div>
<script>
$.getJSON("https://grandnode.com/news.json", function (data) {
Expand All @@ -107,7 +107,7 @@
}).appendTo("#store_news");
});
</script>
</div>
</div> *@
@if (canAccessReports)
{
<div class="col-12 col-sm-12 col-lg-8 col-md-12 whiteBg">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="left_col scroll-view">
<div class="navbar nav_title">
<a href="~/Admin" class="site_title">
<img src="@(Constants.WwwRoot)/administration/build/images/grandLogo.png" width="35" height="35"/> <span>GrandNode</span>
<img src="@(Constants.WwwRoot)/administration/build/images/grandLogo.png" width="35" height="35"/> <span>iCuboid</span>
</a>
</div>
<div class="clearfix"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<i class="icon-home"></i>
</a>
</li>
<li role="presentation" class="dropdown">
@* <li role="presentation" class="dropdown">
<a href="javascript:;" class="dropdown-toggle info-number" data-toggle="dropdown" aria-expanded="false">
<i class="icon-info"></i>
</a>
Expand All @@ -134,7 +134,7 @@
</a>
</li>
</ul>
</li>
</li> *@
@if (canManageSystem)
{
<li role="presentation" class="dropdown">
Expand Down Expand Up @@ -196,7 +196,7 @@
<i class="icon-magnifier"></i>
</span>
</li>
<li class="dropdown version-check" role="presentation" id="version_check">
@* <li class="dropdown version-check" role="presentation" id="version_check">
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="icon-bell"></i>
</a>
Expand All @@ -218,7 +218,7 @@
}).appendTo("#version_check");
});
</script>
</li>
</li> *@
<li role="presentation">
<a>
<div class="custom-control custom-switch light-dark-switch">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<span class="footer-disclaimer">@Html.Raw(Loc["Content.CopyrightNotice", DateTime.Now.Year, Model.StoreName])</span>
</div>
<div class="col-md-6 col-12 pb-1 pt-1 text-center text-lg-right">
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://grandnode.com/">GrandNode</a>™
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://icuboid.com/">iCuboid Pvt Ltd</a>™
</div>
</div>
</div>
Expand Down
Binary file modified src/Web/Grand.Web/wwwroot/favicon.ico
Binary file not shown.

0 comments on commit 2ab7314

Please sign in to comment.