
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 LemonStand with Post Affiliate Pro for efficient e-commerce tracking. Easily add click and sale tracking codes to your store to monitor customer emails and per product commissions. Start tracking orders and grow your business today!
An ecommerce platform for retailers who want to grow their business.
This is an integration method for LemonStand shopping cart. The integration code is maintained with ‘Partials’ inserted into Templates and Pages.
The first step is the click tracking integration. Here is a description where to insert the click tracking code, which is necessary for sale tracking.
First of all, navigate to your Store Design > Editor > Partials and click the ‘layout-footer‘ partial. Add the click tracking code to the end of the file:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
try {
PostAffTracker.track();
} catch (err) { }
</script>
Save your code.
The sale tracking integration is an easy process as well. Navigate to Store Design > Editor > Pages and click the Receipt page.
Add the following sale tracking code after this line:
{% if invoice %}
<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('{{ invoice.subtotal }}');
sale.setOrderID('{{ invoice.order.number }}');
PostAffTracker.register();
</script>
If you want to track customer email (for Lifetime Commissions) you can use this variable:
{{ customer.email }}
Save your code. If you want to track per product commissions, you should follow the next step instructions.
In case you wanted to track per product information, use this sale tracking code, instead of the one in step 2.
Navigate to Store Design > Editor > Pages and click the** Receipt** page. Add the following sale tracking code after the line:
{% if invoice %}
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var i = 1;
PostAffTracker.setAccountId('Account_ID');
{% for shipment in invoice.shipments %}
{% for item in shipment.shipmentItems %}
var sale = PostAffTracker.createSale();
sale.setTotalCost('{{ (item.quantity * item.pivot.price) }}');
sale.setOrderID('{{ invoice.order.number }}(' + i + ')');
sale.setProductID('{{ item.product.sku }}');
PostAffTracker.register();
i = i + 1;
{% endfor %}
{% endfor %}
</script>
That’s it, save your work and you can start tracking your orders.
LemonStand was a highly customizable cloud-based eCommerce platform designed to give businesses complete control over their online store’s user experience. Unlike many off-the-shelf solutions, LemonStand allowed for full customization, including the checkout process, enabling retailers to tailor every aspect of their storefront to match their brand identity and customer needs. The platform supported a variety of business models, from traditional retail and digital products to subscription services, all while offering robust content management features to streamline operations.
Launched on July 28, 2001, and headquartered in Vancouver, BC, LemonStand embarked on a mission to revolutionize the eCommerce landscape with its flexible platform. In December 2013, the company introduced a SaaS cloud version, expanding its reach to businesses seeking scalable and accessible online solutions. May 2014 saw a strategic partnership with Payfirma, enhancing its payment processing capabilities. Despite securing funding and building a dedicated user base, LemonStand was acquired by Mailchimp in early 2019 and subsequently ceased operations on June 5, 2019.
LemonStand specifically targeted eCommerce businesses that required a flexible and customizable online store solution. Ideal for both standard retail and subscription-based models, it appealed to businesses seeking a platform that could be extensively tailored to their unique requirements. With its comprehensive API and integration capabilities, LemonStand was particularly suited for companies needing deep customization and scalability without compromising on functionality.
LemonStand offered a rich array of features designed to empower online retailers:
LemonStand offered flexible pricing plans ranging from $19 to $199 per month, tailored to suit businesses of different sizes and needs. Features across these plans scaled appropriately, including:
These options allowed businesses to choose a plan that best fit their budget and functional requirements, ensuring access to necessary tools without unnecessary expenditure.
Pros:
Cons:
Overall, users found LemonStand to be particularly beneficial for growing businesses that required deep customizations and had the technical expertise to leverage the platform fully.
For more personal insights and demonstrations of LemonStand’s capabilities, several video reviews are available:
These reviews offer firsthand experiences and can provide additional perspectives on the platform’s strengths and weaknesses.
With LemonStand no longer in operation, businesses seeking similar eCommerce solutions might consider the following alternatives:
LemonStand was a highly customizable cloud-based eCommerce platform designed for businesses seeking complete control over their online store’s user experience. It supported various business models, advanced SEO tools, and was ideal for retailers needing deep customization. LemonStand was acquired by Mailchimp in 2019 and ceased operations on June 5, 2019.
To integrate, insert click tracking code into the 'layout-footer' partial and sale tracking code into the 'Receipt' page in LemonStand’s Store Design Editor. For product-level tracking, use the provided code in the documentation to track per product sales.
The integration supports click tracking, sale tracking, customer email tracking for Lifetime Commissions, and product-level commission tracking.
Alternatives include Shopify, BigCommerce, WooCommerce, Magento, Squarespace, Wix, Ecwid, CS-Cart Multi-Vendor, Yo!Kart, and Shopnix.
LemonStand offered fully customizable storefront design, no transaction fees, support for various business models, advanced SEO and analytics tools, scalable cloud hosting, and multiple language and currency support.
LemonStand was ideal for eCommerce businesses needing a flexible, deeply customizable online store, especially those with technical skills or unique business requirements.
Pros: Highly customizable, active community, rich feature set, personalized support. Cons: Limited out-of-the-box features and potentially high pricing for small businesses.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Integrate LemonStand with Post Affiliate Pro to supercharge your affiliate marketing. Try our 1-month free trial and experience advanced tracking for your e-commerce business.
Would you like to improve your affiliate software even more? Check out the ShopSite integration for Post Affiliate Pro.
Easily integrate InSales with Post Affiliate Pro to create and manage your online store. Enable seamless order and per-product tracking, benefit from lifetime c...
Would you like to improve your affiliate software even more? Check out the Fortune3 integration for Post Affiliate Pro.