Shop-Script 5 (Webasyst) integration
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.
How to integrate PostAffiliatePro with Shop-Script 5 (Webasyst)
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.
per order tracking
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.
per product tracking
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.
What is Shop-Script 5 (Webasyst)?
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.
Key Features of Shop-Script 5
- Customizable Store Settings: Personalize your online store’s appearance and functionality with flexible design themes and settings.
- Comprehensive Product and Customer Management: Easily manage your product catalog and customer information within a centralized system.
- SEO and Marketing Tools: Boost your store’s visibility with built-in search engine optimization tools and marketing features.
- Multiple Payment Options: Offer your customers a variety of payment methods for convenience and increased sales potential.
- Flexible Shipping and Taxation: Configure shipping options and tax calculations to suit your business needs and comply with regulations.
- Analytics and Reporting: Gain insights into your store’s performance with detailed analytics and reporting tools.
- Responsive Design Themes: Ensure a seamless shopping experience for customers on all devices with responsive templates.
Pricing Plans for Shop-Script 5
Shop-Script 5 offers several pricing options to accommodate different business needs:
- Free Plan: Access to one app at no cost, ideal for trying out basic features.
- Subscription Plan: For $29.99 per month, you can use Shop-Script on your server.
- Essentials Plan: At $35.99 per month (billed annually), this plan includes multiple business applications for a comprehensive solution.
- Custom and Ultimate Plans: These offer varying levels of app access and user capacities for larger businesses or those needing more flexibility.
- Lifetime License Options: For businesses preferring a one-time purchase, lifetime licenses are available.
User Experience with Shop-Script 5
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.
Alternatives to Shop-Script 5
If you’re exploring other options besides Shop-Script 5 (Webasyst), consider these alternatives:
- Cahoot: A peer-to-peer order fulfillment network that streamlines shipping. Visit Cahoot
- Rebuy: An upsell solution aimed at boosting conversions and average order value. Visit Rebuy
- Poptin: A platform for creating engaging lead capture forms and pop-ups. Visit Poptin
- Other Alternatives: Options like Optilead, Nanacast, and 1AutomationWiz also offer eCommerce solutions worth exploring.
Integrate Post Affiliate Pro with ShopSite effortlessly! Our guide provides step-by-step instructions for implementing sale and click tracking codes to boost your affiliate marketing. Perfect for small and medium-sized businesses aiming to enhance their e-commerce capabilities. Visit now and start maximizing your affiliate commissions!
Discover seamless SunShop integration with Post Affiliate Pro, a flexible e-commerce solution designed to enhance your business operations. Easily integrate directly from the SunShop admin panel and boost your online store's capabilities. Start your free trial today and revolutionize your e-commerce experience!