This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<paymentProcessorConfig xmlns:config="urn:telerik:sitefinity:configuration" xmlns:type="urn:telerik:sitefinity:configuration:type" config:version="5.1.3270.0"> | |
<PaymentProcessorProviders> | |
<add id="325B43F7-F6AA-424E-ACED-9C33947C7D70" title="Stripe" description="Stripe Provider" isActive="True" enablelogging="False" sectionName="StripeSettingsSection" sectioncssClass="sf_paymentSettingsField sf_stripePaymentSettingsField sfSectionInSection" settingstype="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeSettings" viewprovidertype="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeSettingsField" type="Telerik.Sitefinity.Samples.Ecommerce.Payment.Processors.Stripe.StripeProvider" name="STRIPE" /> | |
</PaymentProcessorProviders> | |
</paymentProcessorConfig> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Control Language="C#" %> | |
<%@ Import Namespace="System.ComponentModel" %> | |
<%@ Import Namespace="Telerik.Sitefinity.Ecommerce.Catalog.Model" %> | |
<%@ Register Assembly="Telerik.Sitefinity.Ecommerce" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Orders.Web.UI" | |
TagPrefix="sfOrders" %> | |
<%@ Register Assembly="Telerik.Sitefinity.Ecommerce" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Catalog.Web.UI.Fields" | |
TagPrefix="sfCatalog" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI.ContentUI" Assembly="Telerik.Sitefinity" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI" Assembly="Telerik.Sitefinity" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI.PublicControls.BrowseAndEdit" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProductDetailViewCustom.ascx.cs" Inherits="SitefinityWebApp.ControlTemplates.ProductDetailViewCustom" %> | |
<%@ Import Namespace="System.ComponentModel" %> | |
<%@ Import Namespace="Telerik.Sitefinity.Ecommerce.Catalog.Model" %> | |
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Orders.Web.UI" | |
TagPrefix="sfOrders" %> | |
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Catalog.Web.UI.Fields" | |
TagPrefix="sfCatalog" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI.ContentUI" Assembly="Telerik.Sitefinity" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI" Assembly="Telerik.Sitefinity" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI.PublicControls.BrowseAndEdit" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ProductDetailViewCustom.ascx.cs" | |
Inherits="SitefinityWebApp.ControlTemplates.ProductDetailViewCustom" %> | |
<%@ Import Namespace="System.ComponentModel" %> | |
<%@ Import Namespace="Telerik.Sitefinity.Ecommerce.Catalog.Model" %> | |
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Orders.Web.UI" | |
TagPrefix="sfOrders" %> | |
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Modules.Ecommerce.Catalog.Web.UI.Fields" | |
TagPrefix="sfCatalog" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI.ContentUI" Assembly="Telerik.Sitefinity" %> | |
<%@ Register TagPrefix="sf" Namespace="Telerik.Sitefinity.Web.UI" Assembly="Telerik.Sitefinity" %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; | |
using System.Web.UI; | |
using System.Web.UI.WebControls; | |
using Telerik.Sitefinity.Modules.Ecommerce.Catalog; | |
using Telerik.Sitefinity.Ecommerce.Catalog.Model; | |
using Telerik.Sitefinity.Model; | |
using Telerik.OpenAccess; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sfPublicWrapper | |
{ | |
width: 300px !important; | |
} | |
body | |
{ | |
min-width: 400px !important; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.open("/online-shop/shop/survey","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400"); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Telerik.Sitefinity.Abstractions; | |
using Telerik.Sitefinity.Modules.Ecommerce; | |
namespace SitefinityWebApp | |
{ | |
public class Global : System.Web.HttpApplication | |
{ | |
protected void Application_Start(object sender, EventArgs e) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ control language="C#" autoeventwireup="true" codebehind="CsvUploader.ascx.cs" | |
inherits="SitefinityWebApp.ProductsUpload.CsvUploader" %> | |
<h1 class="sfBreadCrumb" id="sfToMainContent"> | |
<span>Product Upload:</span></h1> | |
<div class="sfMain sfClearfix"> | |
<div class="sfContent"> | |
<div class="sfAllToolsWrapper"> | |
<div class="sfAllTools"> | |
<%--<ul id="commandButtons" class="sfActions"> | |
<li class="sfMainAction"></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Telerik.Sitefinity.GenericContent.Model; | |
using Telerik.Sitefinity.Modules.Ecommerce.Catalog.Data; | |
namespace SitefinityWebApp | |
{ | |
public class CustomProductRouteHandler : OpenAccessCatalogDataProvider | |
{ | |
public override string GetUrlFormat(ILocatable item) | |
{ | |
return "/[DetailRouteKey]/[UrlName]"; | |
} |
NewerOlder