Announcement

Collapse
No announcement yet.

Sage Pay Items from......

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

    Sage Pay Items from......

    Hi there,

    Can any one tell me what the correct format to change the code with the OCCPROTXScripttemplate.pl for the 'items from' are is please.

    The code is currently:
    $sCrypt .= "Description=Items from ". $sMerchantID . "&";

    I have tried:
    $sCrypt .= "Description=Items from "Merchant Name";

    but I keep getting an error.

    Can anyone help please.

    Regards.
    Lee.
    Regards.

    Lee Jackson
    Creative Director

    Centurius Design & Marketing
    Centurius Website
    Portfolio of Work

    #2
    $sCrypt .= "Description=Items from Merchant Name";


    I am assuming you want to write your Merchant Name manually (ie. replace this for Your Company Name) - though it can also seem quite deceiving when you are buying from QWERTY Ltd then get to checkout to find you are paying ABCDEF Ltd.

    Originally posted by leej View Post
    Hi there,

    Can any one tell me what the correct format to change the code with the OCCPROTXScripttemplate.pl for the 'items from' are is please.

    The code is currently:
    $sCrypt .= "Description=Items from ". $sMerchantID . "&";

    I have tried:
    $sCrypt .= "Description=Items from "Merchant Name";

    but I keep getting an error.

    Can anyone help please.

    Regards.
    Lee.

    Comment


      #3
      Hi Grant,
      Unfortunatley I get a Sagepay 3082: The descirption is too long error when I tried this.

      I had a look again and the original code is:

      $sCrypt .= "Description=Items from ". $sMerchantID . "&";

      Is there something that I am missing? What would be the correct solution including the "&"; or is it not needed?

      Regards.
      Lee.
      Regards.

      Lee Jackson
      Creative Director

      Centurius Design & Marketing
      Centurius Website
      Portfolio of Work

      Comment


        #4
        Hi Grant,
        I found the solution. The correct code within the template should be:

        $sCrypt .= "Description=Items from Merchant Name&";

        Hope this helps.

        Regards.
        Lee.
        Regards.

        Lee Jackson
        Creative Director

        Centurius Design & Marketing
        Centurius Website
        Portfolio of Work

        Comment

        Working...
        X