Een alles-in-één winkelwagenoplossing.
Deze integratiemethode integreert Post Affiliate Pro met Gambio online winkeloplossing (v 2.5 en hoger).
U kunt het subtotaal, de bestel-ID en de valuta volgen. Het ondersteunt ook Lifetime Commissions.
Bewerk controllerbestand
Probeer de tekst te vinden die zegt:
select orders_id, orders_status, payment_method from
en voeg ‘, currency‘ na ‘payment_method‘ toe.
Nu is de laatste stap om de regel te vinden:
$coo_checkout_success_content_view->set_content_data('extender_html_array', $coo_checkout_success_extender_component->get_html_output_array());
Voeg de volgende verkooptrackingcode toe boven die regel:
/* Post Affiliate Pro integration snippet */
$papOrderTotals = xtc_db_query("select value from ".TABLE_ORDERS_TOTAL." where orders_id = '".$last_order."'");
$papOrders = xtc_db_fetch_array($papOrderTotals);
$papTrackingCode = '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();'."
sale.setTotalCost('".$papOrders['value']."');
sale.setOrderID('".$last_order."');
sale.setData1('".$_SESSION['customer_id']."');
sale.setCurrency('".$orders['currency']."');
PostAffTracker.register();
</script>";
$coo_checkout_success_content_view->set_content_data('papTrackingCode', $papTrackingCode);
/* /Post Affiliate Pro integration snippet */
Sla uw wijzigingen op en ga verder met de volgende stap.
Sjabloon bewerken
<!-- Post Affiliate Pro integration snippet -->
{$papTrackingCode}
<!-- /Post Affiliate Pro integration snippet -->
Sla uw wijziging op. Navigeer naar het beheerderspaneel Toolbox> Cache en maak de Output cache leeg met de knop voor: ‘Leeg pagina output cache’
Dat is alles, u bent klaar!
Het artikel beschrijft hoe Post Affiliate Pro geïntegreerd kan worden met ZOHO-abonnementen om de factureringslevenscyclus van klanten te beheren. Het proces omvat het inschakelen van plug-ins, het toevoegen van webhooks en het integreren van bestel- of registratieformulieren. Het artikel biedt ook gerelateerde bronnen en moedigt lezers aan om een gratis account aan te maken bij Post Affiliate Pro.
Post Affiliate Pro biedt de mogelijkheid om uw ProStore-winkelwagentje te integreren en verkoop-trackingcodes toe te voegen. Door het Checkout Bestelling Bevestigingsjabloonbestand te bewerken en de juiste code toe te voegen, kunt u de verkoop bijhouden. Het wordt aanbevolen om SSL te gebruiken voor uw installatie, anders werkt de tracking niet. Gratis account aanmaken beschikbaar.
The text is about Post Affiliate Pro, a product that offers support, knowledge base, pricing, features, integrations, and alternatives. The company behind the product is introduced, along with its awards, customer reviews, and partner program. The text also mentions learning resources such as blogs, templates, and an academy. Users can sign up for a newsletter or follow the company on social media. A brief message about building the user's Post Affiliate Pro dashboard is repeated several times. Finally, the text offers options for contacting the company via chat or a contact form, but users must accept cookies to use these features.
This article discusses various integrations with Post Affiliate Pro, including with eCartSoft, Shopware, CommerceGate, and Ecwid. It explains how to add code to checkout templates or integrate with payment gateways to track sales and provide lifetime commissions. The article also offers related resources and a free account to try out the service. Overall, Post Affiliate Pro offers a comprehensive solution for businesses looking to implement a partner program on their website or e-commerce platform.