Announcement

Collapse
No announcement yet.

affiliate window

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

    affiliate window

    I have a client who has just signed up with affiliate window. the instructions are insert into act-order04
    <img src="http://www.awin1.com/sale.php?sale=NETQUOTEVAR:NUMERICORDERTOTALCGI&extra=NETQUOTEVAR:THEORDERNUMBER&type=s&mid=xxx">
    which is fine except the total on act-order04 NETQUOTEVAR:NUMERICORDERTOTALCGI contains the vat and postage. How can I get it to pass the pre-vat price without postage at this stage.
    Thanks
    Jenny
    Hanson Web Design
    www.hansonwebdesign.co.uk
    jenny@hansonwebdesign.co.uk
    Actinic hosting, Actinic Software, template design and re-design

    #2
    Hi Jenny,

    I had the same problem with www.locksonline.co.uk who signed up with aff window and didn't want the VAT or shipping to be included in the commission.

    I sorted it out somehow, so I shall go back through my notes and code now to see if I can find what you need to change.
    <a href="http://www.eryc.co.uk">Roll On . . .</a> | <a href="http://www.marc-philpott.org.uk">Playground</a>

    Comment


      #3
      From the Actinic Knowledge Base -

      -Edit Orderscript.pl in the Site folder using a text editor such as Notepad.
      -Search for 'NUMERICORDERTOTALCG'.
      -You should see the lines...

      @Response = ActinicOrder::FormatPrice($nTotal, $::FALSE, $::g_pCatalogBlob);
      if ($Response[0] != $::SUCCESS)
      {
      return (@Response);
      }
      $::s_VariableTable{$::VARPREFIX.'NUMERICORDERTOTALCGI'} = ACTINIC::EncodeText2($Response[2]);

      -Change the first line to...

      @Response = ActinicOrder::FormatPrice($nSubTotal, $::FALSE, $::g_pCatalogBlob);

      Actinic is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
      <a href="http://www.eryc.co.uk">Roll On . . .</a> | <a href="http://www.marc-philpott.org.uk">Playground</a>

      Comment


        #4
        Thanks for the reply. I haven't been rude, just on holiday. Back Monday officially so I will give it a try. Thans again
        Jenny
        Hanson Web Design
        www.hansonwebdesign.co.uk
        jenny@hansonwebdesign.co.uk
        Actinic hosting, Actinic Software, template design and re-design

        Comment


          #5
          I am presuming that nothing on the customer's receipt/actinic details is changed from this change, just what the affiliate window picks up.. Is this correct?
          Jenny
          Hanson Web Design
          www.hansonwebdesign.co.uk
          jenny@hansonwebdesign.co.uk
          Actinic hosting, Actinic Software, template design and re-design

          Comment


            #6
            I have an export utility for affliate window product feed, if this is of interest to anyone, contact me by email.

            Regards,

            Jan
            Jan Strassen, Mole End

            Comment

            Working...
            X