Un logiciel de commerce électronique facile à utiliser, convivial pour les développeurs et riche en fonctionnalités.
Asp.NET solution de panier d’achat en ligne
1. Créez un widget
Créez un fichier texte et renommez-le en PostAffiliateProWidget.ascx. Utilisez n’importe quel éditeur de texte pour l’ouvrir et y insérer ce code :
<%@ Control Language="C#" ClassName="PostAffiliateProWidget" %>
<script runat="server">
private Order _Order;
private int _OrderId;
protected void Page_Load(object sender, EventArgs e)
{
_OrderId = PageHelper.GetOrderId();
_Order = OrderDataSource.Load(_OrderId);
string image = "<script id=\"pap_x2s6df8d\" src=\"https://URL_TO_PostAffiliatePro/scripts/salejs.php\" type=\"text/javascript\">\n </";
image += "script><script type=\"text/javascript\">\n";
LSDecimal i;
i = 1;
foreach (OrderItem item in _Order.Items) {
if (item.OrderItemType == OrderItemType.Product) {
image += "var sale" + i + " = PostAffTracker.createSale();\n sale" + i + ".setTotalCost(" + item.ExtendedPrice + ");\n sale" + i + ".setOrderID(" + _OrderId + "(" + i + ")");\n sale" + i + ".setProductID(" + item.ProductId + ");\n";
i = i + 1;
}
}
image += "\nPostAffTracker.register();\n </";
image += "script>";
PostAffiliateProScriptHolder.Controls.Add(new LiteralControl(image));
}
</script>
<asp:PlaceHolder ID="PostAffiliateProScriptHolder" runat="server">
</asp:PlaceHolder>
Maintenant, enregistrez le fichier et téléchargez-le dans les fichiers de votre serveur pour AbleCommerce – ConLib\Custom.
2. Configurez l’interface pour utiliser le widget
Connectez-vous à votre panneau d’administration d’AbleCommerce et naviguez vers Administration > Website> Content and Layout. Localisez RecieptPage et modifiez-le. Modifiez ensuite le code [[ConLib:Custom/ReceiptPage HandleFailedPayments=”true”]] en ceci :
[[ConLib:Custom\PostAffiliateProWidget]]
[[ConLib:ReceiptPage]]
Enregistrez vos modifications et maintenant, tout est intégré.
The text provides detailed instructions for integrating tracking scripts into a Volusion online store and adding tracking codes for sales. It also mentions the option to create a free account with Post Affiliate Pro for commission management. Additionally, it discusses the integration of Shopware, a comprehensive eCommerce solution, through a plugin for tracking clicks and sales. The text also mentions Miva 9 and osCommerce as options for improving affiliate software and provides contact information for support.
The text discusses the Post Affiliate Pro tool for tracking sales and creating free subdomains for businesses. It can be integrated with various point of sale systems, including LightSpeed, with instructions provided for adding tracking code to your website. The text also covers integrating with PaySimple and creating a unique URL with sales tracking code. The article ends with information on integrating with PayWhirl and Shopify, as well as Squarespace and its available variables for tracking sales.
The text presents a website that offers resources, blog, glossary, and affiliate program directory. The user is informed about the creation of their affiliate program and the process of accessing their account. The website uses cookies, and the user is invited to schedule a call to learn about how Post Affiliate Pro can benefit their business. Contact options are also provided.
Le texte contient des informations sur la création et l'intégration d'un formulaire de paiement en ligne. Il explique comment ajouter du code HTML pour suivre les transactions et enregistrer les commissions. Le texte est également axé sur la promotion du logiciel d'affiliation Post Affiliate Pro et fournit des informations sur ses fonctionnalités.