Announcement

Collapse
No announcement yet.

Tool Kit | SharASale | Tracking Code question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tool Kit | SharASale | Tracking Code question

    I have tool Kit installed, but haven't had any luck getting the subtotal for commissions. I have read through the documentation and searched this forum. I have the toolkit assigned to the invoice page, but commissions are not deducting from coupons, shipping etc. I was going to try this next, can any tell me if this is the correct code to use? Right now we manually go through the orders in ShareASale and enter the correct commissions.


    <mvt:item name="toolkit" param="subtotalorder|ordersubtotal" />
    <mvt:item name="toolkit" param="orderother|ocount|order:id" />
    <mvt:item name="toolkit" param="math_subtract|orderother|ordersubtotal" />
    <img src="https://shareasale.com/sale.cfm?amount=&mvte:global:ordersubtotal;&tracki ng=&mvt:order:id;&transtype=SALE&merchantID=21212" width="1" height="1" >



    Any help is greatly appreciated. :)

    Rich van Buren

    #2
    Re: Tool Kit | SharASale | Tracking Code question

    Need to declare the variable for the math_subtract: see below

    <mvt:item name="toolkit" param="subtotalorder|ordersubtotal" />
    <mvt:item name="toolkit" param="orderother|ocount|order:id" />
    <mvt:item name="toolkit" param="math_subtract|X_subtotal|g.orderother|g.ordersubtotal" />

    and I guess you need to use the global generated in your url

    <img src="https://shareasale.com/sale.cfm?amount=&mvte:global:X_subtotal;&tracki ng=&mvt:order:id;&transtype=SALE&merchantID=21212" width="1" height="1" >

    I think that ought to work... if the image code will pass that data, that is...
    Scott Bronstad
    Marketing
    Star Time Supply, Co. Inc.
    http://store.startimesupply.com

    Comment


      #3
      Re: Tool Kit | SharASale | Tracking Code question

      Thank you for responding and your advice.

      I tried to the code you mentioned, the order tracking through ShareASale worked, but the subtotal was 0.

      Rich van Buren

      Comment

      Working...
      X