A customizable hosted shopping cart system, which specialises in marketing features to help merchants attract more customers.
Integration with RomanCart is done by inserting some special data into RomanCart shop settings. It integrates Thank you page generated by RomanCart.
Navigation (old versions)
Log into your RomanCart admin panel and choose “Enhance your website” then “Configure Sales Tracking Scripts” then “Configure Sales Tracking Scripts” again.
Navigation (new versions of RomanCart)
In latest versions of RomanCart, you have to navigate from top menu Marketing to External Sales Tracking > Sales Tracking Scripts.
Possible variables
Now you can insert tracking code. RomanCart allows you to use these variables:
<storeid>
<orderid>
<totalminusshipping>
<passthru>
The passthru parameter is passed through the cart unchanged and can be used in sales tracking scripts configured in RomanCart. This integration method use it for sending affiliate cookies.
Tracking code insertion
Now, when you know the variables, you can choose which to use. The tracking code for tracking total cost and order ID should look like this:
<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('<totalminusshipping>');
sale.setOrderID('<orderid>');
PostAffTracker.setVisitorId('<passthru>');
PostAffTracker.register();
</script>
Finalization
Do not forget to press Save button so your settings will be applied.
To make the integration work properly, each button/form you will use has to contain these lines of code:
<input type="hidden" name="passthru" value="" id="pap_dx8vc2s5" />
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
Now, your shop is integrated. Do not forget to insert click tracking code to your landing pages and if the landing page contains also Romancart button, click tracking code has to be over the Romancart button code.
This integrates your Thank you page generated by RomanCart. If you are using your custom Thank you page then this integration will not work for you.
The given text is mostly related to the Post Affiliate Pro, a subscription management system for startups. The text includes steps for integrating the system with CheddarGetter payment forms to track commissions and recurring payments. It also provides guidelines for modifying customer data and enabling the CheddarGetter plugin in Post Affiliate Pro. Additionally, the text includes a Privacy Policy, GDPR, and social media and newsletter subscription options.
The given text discusses various integration options available for Foxy Cart, including login integration, coupon tracking, and tracking each product as a separate transaction. These options can be integrated with PostAffiliate Pro to track transactions and sales data. The text provides step-by-step instructions for each integration option, including the necessary code to be inserted. The article also mentions that a free account can be created on PostAffiliate Pro to start using these integrations.