• Resolved pietramarek

    (@pietramarek)


    Hi folks! ??
    I have a problem w with integration of some code for a affiliate program.
    I need to implement this code to the whole product page
    <script type=”text/javascript”>
    bb(‘productView’, { productId: ‘{your-product-id}’ })
    </script>

    I did it in the content-single-product.php

    but what is variable for this {your-product-id}?

    second case

    <script type=”text/javascript”>
    bb(‘order’, { orderId: ‘{your-order-id}’, commissionId: {your-commission-id} });
    </script>

    this code has to be on order confirmation page, I can’t find it. I only found checkout page
    please help me ??
    thanks!

    • This topic was modified 6 years, 9 months ago by pietramarek.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding affiliate program code to the woocommerce’ is closed to new replies.