
Integrate ShopSite with affiliate software
Would you like to improve your affiliate software even more? Check out the ShopSite integration for Post Affiliate Pro.
Integrate Shop-Script 5 with Post Affiliate Pro using tracking scripts for order and per-product tracking. Enhance your PHP e-commerce framework by easily embedding code in the store’s design section to track sales and increase revenue.
A next generation CMS which combines web publishing tools, blogging, and ecommerce with enterprise collaboration platform.
Emerging PHP ecommerce framework that helps you increase sales. Feature-rich PHP shopping cart solution & ecommerce framework developed in 2013—2014. One of the leading shopping cart solutions of Russia.
The integration is done by a tracking script directly placed into the store design section. You can track total cost, order ID, per product items and currency.
Login to your admin area of Shop-Script 5 and navigate to Shop (the top icon) and then to Storefronts tab.
In the list of files find checkout.success.html and place the tracking code above this line ‘{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>
Save your work and you are done. Order will be tracked now.
In case you want to track orders per product (into different campaigns) you have to use the following code instead of the one from the first step.
<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>
That’s it. Your store has been integrated.
Do not forget to integrate your cart with the click tracking code – you can use the design section again, place the click tracking code to the index.html file.
Shop-Script 5 by Webasyst is a powerful, open-source eCommerce platform designed to empower businesses in creating and managing their online stores with ease. As part of the comprehensive Webasyst framework, it offers an array of tools to handle everything from product listings and customer data to order processing, payments, and shipping logistics.
Launched as a significant upgrade in the Shop-Script series, Shop-Script 5 made its developer debut on February 12, 2013, with a public release following a month later. By February 2015, it had undergone extensive enhancements, boasting 61 updates, 80 plugins, and 25 design themes. Its popularity is marked by over 5,107 licenses issued, reflecting its growing influence in the eCommerce industry.
Shop-Script 5 (Webasyst) is tailored for small to medium-sized enterprises and entrepreneurs eager to establish or expand their online presence. Whether you’re a startup venturing into eCommerce or an existing business aiming to enhance your digital storefront, Shop-Script 5 provides user-friendly tools and features that simplify online selling.
Shop-Script 5 offers several pricing options to accommodate different business needs:
While specific user reviews and detailed insights are limited at this time, Shop-Script 5 is known for its robust features and ease of use, making it a favorable choice for many businesses entering the eCommerce space.
If you’re exploring other options besides Shop-Script 5 (Webasyst), consider these alternatives:
Shop-Script 5 by Webasyst is a powerful, open-source eCommerce platform for creating and managing online stores, providing tools for product listings, customer data, order processing, payments, and shipping logistics. It's ideal for small to medium-sized businesses looking to establish or expand their digital storefront.
Integration is done by placing a tracking script into your store's checkout.success.html template. You can track total cost, order ID, currency, and even track sales per product using the provided code snippets.
Yes, Shop-Script 5 integration with Post Affiliate Pro allows you to track sales per product, making it easy to assign sales to different campaigns and gain detailed analytics.
Shop-Script 5 offers a Free Plan, Subscription Plan ($29.99/month), Essentials Plan ($35.99/month billed annually), Custom and Ultimate Plans, and Lifetime License options to suit different business needs.
Yes, alternatives include Cahoot, Rebuy, Poptin, Optilead, Nanacast, and 1AutomationWiz, each offering various eCommerce and marketing solutions.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Boost your e-commerce success by integrating Post Affiliate Pro with Shop-Script 5. Enjoy per-order and per-product tracking, easy setup, and powerful affiliate analytics.
Would you like to improve your affiliate software even more? Check out the ShopSite integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the CS-Cart for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the WooCommerce (WP module) integration for Post Affiliate Pro.