Woocommerce and affilate tracking code in categories and single product page
-
Hi
I am using woocommerce for a shop myvape.grMy Customer, want to add affiliate tracking code (of linkwise company) in product category page, single product page, checkout and basket-cart page.
Code its like this:
<script>
lw(“addItem”, {
id: “ID (as given in the XML) of product”
,price: “unit price of product, without VAT e.g. 13,49”
});
lw(“viewItem”);
</script>You can find affiliate company manual here
Q1. Is there a plugin who can do this? i try “Tracking Code Manager” but have limit only 6 slot available. I want to add defferent tracking code in category page, different in product page atc… and i dont know how to target those pages…
Q2. Is there a way to auto fill “id and price product” in tracking code. It is not productive to add different code in every product…
Tnx
- The topic ‘Woocommerce and affilate tracking code in categories and single product page’ is closed to new replies.