Remove HTML tags from product name showing in Paypal Express for VPASP 7.00

Remove HTML tags from product name showing in Paypal Express for VPASP 7.00

If you are using Paypal Express in V7 and do not wish the product name in the Paypal site to show any HTML tags you may have in your products, then please follow these steps below to remove the HTML tags that showing in Paypal site :

1. Open file paypalproexpress.asp using note pad or text editor.

2. Locate this code :

orderDetailString = orderDetailString & "&"& Server.URLEncode("L_NAME"&icount-1&"") &"=" & Server.URLEncode(replace(detailArrCart(cProductname,icount),"<br />","."))

3. Please change to :

orderDetailString = orderDetailString & "&"& Server.URLEncode("L_NAME"&icount-1&"") &"=" & Server.URLEncode(CMSRemoveHTML(detailArrCart(cProductname,icount)))

4. Save the file and upload to your site.

You can then try again a test checkout using Paypal Express and the product name displayed in the Paypal site will not show the HTML tags anymore.


Times Viewed:
6030
Added By:
Wilson Keneshiro
Date Created:
2/12/2014
Last Updated:
2/12/2014