My Protx Link is finally working!!!
Ok so I am trying to change the customer Protx Email notification. It is currently displaying who the Merchant name in the email rather than the items in the cart. I looked at the Pearl script and it looks like it should be displaying the cart contents.
Can anyone help?
$sCrypt .= "Amount=". $sAmount . "&";
$sCrypt .= "Currency=". $::PriceFormatBlob{SINTLSYMBOLS} . "&";
$sCrypt .= "Description=Items from ". $sMerchantID . "&";
This is the line from the script that needs to be changed to display the Cart. I am unsure what I need to put in there to show the Cart contents.
Regards,
Jon
Ok so I am trying to change the customer Protx Email notification. It is currently displaying who the Merchant name in the email rather than the items in the cart. I looked at the Pearl script and it looks like it should be displaying the cart contents.
Can anyone help?
$sCrypt .= "Amount=". $sAmount . "&";
$sCrypt .= "Currency=". $::PriceFormatBlob{SINTLSYMBOLS} . "&";
$sCrypt .= "Description=Items from ". $sMerchantID . "&";
This is the line from the script that needs to be changed to display the Cart. I am unsure what I need to put in there to show the Cart contents.
Regards,
Jon
Comment