Wenn Sie Vermietung planen, Onlinebestellungen entgegennehmen, einen Überblick über das Inventar behalten, Zahlungen annehmen, die Produktverfügbarkeit überprüfen, Rechnungen versenden müssen und noch viel mehr. Booqable ist für Sie da.
Um Ihren Booqable-Store zu integrieren, müssen Sie sich in dem Adminpanel einloggen und zu Einstellungen> Onlinebestellung> Zusätzliche Skripts navigieren.
Code
Der Verkaufstrackingcode kann in dem Bereich Zusätzliche Skripts verwendet werden:
(function(d,t) {
var script = d.createElement(t); script.id= 'pap_x2s6df8d'; script.async = true;
script.src = '//URL_TO_PostAffiliatePro/scripts/trackjs.js';
script.onload = script.onreadystatechange = function() {
var rs = this.readyState; if (rs && (rs != 'complete') && (rs != 'loaded')) return;
};
d.getElementsByTagName('body')[0].appendChild(script);
})(document, 'script');
function papSale(totalCents, orderId, data1) {
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost(totalCents/100);
sale.setOrderID(orderId);
sale.setData1(data1);
PostAffTracker.register();
}
setTimeout(function(){
// Booqable completed event
Booqable.on('completed', function (e) {
var state = store.getState();
var cart = state.orm.carts.getById(state.checkout.cartId);
var subtotal = Number(cart.price_in_cents);
var discount = Number(cart.coupon_discount_in_cents);
papSale(subtotal-discount, cart.created_at + '('+cart.id+')', state.form.CheckoutForm.email.value);
});
}, 2500);
Das war es schon. Der Store ist integriert. Vergessen Sie nicht, Ihre Seite mit dem Klick-Trackingcode zu integrieren.
Post Affiliate Pro bietet ein kostenloses Konto an, bei dem Daten in der Maschine verarbeitet werden. Durch die Anmeldung akzeptiert man Geschäftsbedingungen und Datenschutzrichtlinie. Post Affiliate Pro kann mit Integrationen wie InSales genutzt werden, um eine vollständig unabhängige und schnelle Online-Store-Erstellung zu ermöglichen und Bestell- und Produkt-Tracking sowie Lifetime-Provisionen einzusetzen. Es gibt spezielle Textbereiche für JavaScript-Code und Klick-Tracking-Code.
The given text includes information about various aspects of the company Post Affiliate Pro, including its history, awards, customer reviews, affiliate program, and list of resellers. It also provides links to the company's blog, templates, affiliate marketing academy, and glossary. Users can subscribe to the company's newsletter and social media accounts. The text also mentions the company's terms and conditions, privacy policies, and cookie policies. Finally, the text offers an option for users to set up a call or chat with the company's representatives to explore how Post Affiliate Pro can help their business.
Der Text beschreibt verschiedene Funktionen und Integrationen von CoreCommerce. Es gibt Verkaufstracking, das in die Dankesseite integriert werden kann, sowie die Pro-Produkt-Integration und die Möglichkeit, PayPal als Zahlungsanbieter zu verwenden. Es wird empfohlen, den Trackingcode in verschiedenen Dateien und Schaltflächen einzubauen. Es gibt auch eine HOSTED-Version von CoreCommerce, die kostenlos getestet werden kann. Die Anmeldung erfordert die Akzeptanz von Geschäftsbedingungen und Datenschutzrichtlinie. Die Plattform wird von vielen Kunden sehr geschätzt und hat eine Bewertung von 4,8/5 bis 5/5.
The given text includes information about Post Affiliate Pro, such as pricing, features, integrations, and support. It also includes sections on the company, learning resources, and social media. Additionally, there is a section regarding the installation process and a call to action to schedule a personalized call to see how Post Affiliate Pro can help a business. The text also mentions the use of cookies and the Privacy Policy.