Egy következő generációs CMS, amely egyesíti a webes közzétételi eszközöket, a blogírást és az e-kereskedelmet a vállalati együttműködési platformmal.
Feltörekvő PHP e-kereskedelmi keretrendszer, amely segít növelni az eladásokat. Funkciókban gazdag PHP bevásárlókosár-megoldás és e-kereskedelmi keretrendszer, amelyet 2013-2014 között fejlesztettek ki. Oroszország egyik vezető bevásárlókosár megoldása.
Az integrációt egy nyomkövető szkript végzi, amelyet közvetlenül az üzlettervezési szakaszba helyeztek el. Nyomon követheti a teljes költséget, a rendelési azonosítót, termékenként és pénznemenként.
rendelésenkénti követés
Jelentkezzen be a Shop-Script 5 adminisztrációs területére, és lépjen a Shop (felső ikon), majd a Storefronts fülre.
A fájlok listájában keresse meg a checkout.success.html fájlt, és helyezze el a követőkódot a következő sor fölé: ‘{if !empty($payment)}’:
<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('{$order.total}');
sale.setOrderID('{$order.id}');
sale.setCurrency('{$order.currency}');
{if empty($payment_success)}
sale{$smarty.foreach.pap.iteration}.setStatus('P');
{/if}
PostAffTracker.register();
</script>
Mentse el a munkáját, és kész. A rendelést most nyomon követjük.
termékenkénti követés
Abban az esetben, ha termékenként (különböző kampányokba) szeretné nyomon követni a rendeléseket, akkor az első lépés kódja helyett a következő kódot kell használnia.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
{foreach $order.items as $item name=pap}
var sale{$smarty.foreach.pap.iteration} = PostAffTracker.createSale();
sale{$smarty.foreach.pap.iteration}.setTotalCost('{$item.price * $item.quantity}');
sale{$smarty.foreach.pap.iteration}.setOrderID('{$order.id}({$smarty.foreach.pap.iteration})');
sale{$smarty.foreach.pap.iteration}.setProductID('{$item.product_id}');
sale{$smarty.foreach.pap.iteration}.setCurrency('{$order.currency}');
{if empty($payment_success)}
sale{$smarty.foreach.pap.iteration}.setStatus('P');
{/if}
PostAffTracker.register();
{/foreach}
</script>
Ennyi. Az üzletét integráltuk.
Ne felejtse el integrálni kosarát a kattintáskövető kóddal – újra használhatja a tervezési részt, helyezze el a kattintáskövető kódot az index.html fájlba.
This text discusses the various features and integrations offered by Post Affiliate Pro and Quality Unit LLC for affiliate marketing. It mentions the customizable one-click upsell feature for Shopify stores through CartHook integration. It also talks about integrations with SquirrelCart and ZOHO subscriptions, as well as providing guidance on integrating with RoboKassa payment system.
The article discusses integrations with the Post Affiliate Pro platform, which allows for tracking of affiliate marketing sales. It mentions various integrations available and provides a sample code for tracking sales. The article also mentions the benefits of using the Post Affiliate Pro and how it can be integrated into different platforms such as Windows-based shopping carts and membership systems. It emphasizes the importance of using JavaScript for tracking and provides instructions for setting up the integration.
The text discusses various methods of integrating the Post Affiliate Pro tracking system into e-commerce websites. It also highlights the benefits of using Iono and eCartSoft for customer service and billing, and mentions integrations with other platforms such as Cart66 and SquirrelCart. The ViArt CMS is also discussed as an option for tracking sales using specific variables. The text provides instructions for adding the tracking code to a website's checkout page and encourages readers to create a free account with Post Affiliate Pro.