LemonStand integration
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.
How to integrate PostAffiliatePro with LemonStand
Click tracking
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.
Sale tracking
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.
Product Id matching
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.

What is LemonStand?
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.
Main Features of LemonStand
LemonStand offered a rich array of features designed to empower online retailers:
- Fully Customizable Design: Complete control over the look and feel of the storefront, including the checkout process.
- No Transaction Fees: Allowed businesses to maximize profits without additional fees cutting into margins.
- Supports Various Business Models: Accommodated digital products, subscriptions, and multiple payment methods.
- Advanced SEO and Analytics Tools: Equipped businesses with tools to improve search engine rankings and gain insights into customer behavior.
- Cloud-Based and Scalable Hosting: Provided reliable performance and scalability to grow with the business.
- Multiple Language and Currency Support: Enabled international sales by supporting various languages and currencies.
LemonStand Pricing Options
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:
- Content Management System (CMS) Integration
- Advanced SEO Tools
- Customizable Checkout Processes
- Free Responsive Themes
These options allowed businesses to choose a plan that best fit their budget and functional requirements, ensuring access to necessary tools without unnecessary expenditure.
User Insights on LemonStand: Pros and Cons
Pros:
- Highly Customizable: Users appreciated the ability to tailor every aspect of their online store.
- Active Community: A supportive user base and community resources enhanced the overall experience.
- Rich Feature Set: Comprehensive tools met a wide range of eCommerce needs.
- Personalized Support: Responsive customer service provided assistance when needed.
Cons:
- Limited Out-of-the-Box Features: Some users found that additional development was necessary to unlock full functionality.
- Potentially High Pricing for Small Businesses: The cost could be a barrier for startups or smaller enterprises.
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.
Video Reviews of LemonStand
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.
Alternatives to LemonStand
With LemonStand no longer in operation, businesses seeking similar eCommerce solutions might consider the following alternatives:
- Shopify
- BigCommerce
- WooCommerce
- Magento
- Squarespace
- Wix
- Ecwid
- CS-Cart Multi-Vendor
- Yo!Kart
- Shopnix
Discover Post Affiliate Pro's flexible pricing plans tailored to fit your business needs, with options for Pro, Ultimate, and Network packages. Enjoy a free trial with no credit card required, no setup fees, and the freedom to cancel anytime. Benefit from features like unlimited affiliates, advanced reporting, customizable interfaces, and lifetime support. Save up to 20% with annual billing and take advantage of more than 220 integrations. Perfect for businesses seeking to enhance their affiliate marketing efforts. Visit now to find the ideal plan for you!
Discover the essentials of clicks (referrals) tracking with our comprehensive guide. Learn about the importance of click tracking code, explore various code examples including simple, asynchronous, and PHP versions, and dive into advanced tracking options. Optimize your affiliate marketing strategy with expert tips on setting account IDs, managing cookies, and customizing tracking parameters. Visit now to enhance your click tracking implementation!
Discover the power of the Lifetime Commissions plugin! Ensure lifetime referral tracking with unique customer identifiers, allowing affiliates to earn commissions on future sales without repeated clicks. Easily manage customer-affiliate relations and configure settings to suit your needs. Boost your affiliate program's efficiency with customizable options and ensure commissions for affiliates, even across different devices or channels. Explore seamless integration with eCommerce systems and enhance your marketing strategy today!