Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Product Name on simple paypal is resizing › Reply To: Product Name on simple paypal is resizing
January 14, 2010 at 1:48 am
#17235
Participant
I can’t see why it’s doing that… the following line of code is what displays the “Product Name”:
<tr><td style='overflow: hidden;'><a href='".$item['cartLink']."'>".$item['name']."</a></td>
Search for it in the “wp_shopping_cart.php” file and see if you can change something to address the issue.