Een gebruiksvriendelijke, bekroonde winkelwagen voor kleine en middelgrote bedrijven.
Integratie met ShopSite wordt gemaakt door een script voor het volgen van de verkoop op de orderbevestigingspagina te plaatsen.
Navigatie naar bedankpaginacode
Per bestelling trackingcode
Als u 1 commissie per bestelling wilt creëren, zodat u geen verschillende commissiewaarden voor verschillende producten wilt hebben, gebruik dan deze code:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost(ss_subtotal);
sale.setOrderID(ss_ordernum);
sale.setProductID(ss_sku.join(', '));
if (typeof ss_coupon_name !== 'undefined') {
sale.setCoupon(ss_coupon_name);
}
sale.setData1(ss_email);
PostAffTracker.register();
</script>
Per producttrackingcode
Als u verschillende commissies voor verschillende producten wilt definiëren, gebruik dan deze code:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = [];
var discountPercentage = 1;
if (typeof ss_coupon_discount !== 'undefined') {
var discountValue = Math.abs(Number(ss_coupon_discount));
discountPercentage = 1 - (discountValue / (Number(ss_subtotal) + discountValue));
}
for (i = 0; i < ss_sku.length; i++) {
sale[i] = PostAffTracker.createSale();
sale[i].setTotalCost(ss_price[i] * ss_quantity[i] * discountPercentage);
sale[i].setOrderID(ss_ordernum + '(' + i + ')');
sale[i].setProductID(ss_sku[i]);
sale[i].setData1(ss_email);
if (typeof ss_coupon_name !== 'undefined') {
sale[i].setCoupon(ss_coupon_name);
}
if (i != ss_sku.length) {
sale[i].doNotDeleteCookies();
}
}
PostAffTracker.register();
</script>
Integratie van kliktracking
Dit is alles wat nodig is. Wanneer er nu een uitverkoop is, roept ShopSite ons script voor het volgen van de verkoop aan, en het systeem genereert commissie voor de partner.
Post Affiliate Pro offers integrations with ecommerce platforms such as InSales, Shopware, and Mal's ecommerce, allowing for easy creation of webshops without the need for developers. Tracking per product and lifetime commissions are available with code provided. Instructions are given for integrating with CommerceGate, and a free trial is available. The article also discusses shadow domains, press releases, and blogs for affiliate marketing. Contact information, product descriptions, and support resources are included for interested parties.
Post Affiliate Pro is a multi-language affiliate marketing software with integrations, powerful reporting capabilities, and 2-step verification for extra security with Google Authenticator App. It provides customized marketing tools and reports to identify and motivate top partners for market success. It can also be integrated with Affilimate for revenue collection and analysis of partners, offering a free trial period of 14 days. The article focuses on the need for an alternative to Affise and introduces Post Affiliate Pro as a potential alternative. The company offers sales contacts, product pricing, features, integrations, alternatives, and support including a knowledge base, log changes, and performance status.
The given text discusses the integration of Post Affiliate Pro with various e-commerce solutions such as Volusion, ViArt, ShopSite, and Wholesale2b. It provides instructions on how to enter and edit tracking script code, find article IDs, and use general tracking codes to track sales on thank-you pages. The text also offers related resources and explains how only order ID and total cost can be used for tracking because there is no product information available. Additionally, the text mentions the availability of a Post Affiliate Pro-partner and provides details about their reputation, free account sign-up, and integration with different shopping carts. It also mentions the absence of product information on Wholesale2b and provides related resources.
This text provides instructions for integrating various payment services with Post Affiliate Pro 4. It includes steps for integrating with RBS WorldPay, Instamojo, and PaySimple, as well as tips for setting up payment response URLs and adding integration code to forms. It also offers an example PHP code for Paymate Express. Overall, this text serves as a helpful guide for businesses looking to streamline their payment processing.