- This topic has 4 replies, 2 voices, and was last updated 14 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Product Name on simple paypal is resizing
I’m trying to setup my simple paypal and here’s my problem
I edit this button [wp_cart:PREMIUM ADVERTISING:price:40.00:end]
and then also [show_wp_shopping_cart]
and then insert it into my page on wordpress, when I update the page and click
add to cart, my cart comes up but I can barely read “Premium Advertising” in the shopping cart. It’s so small,
I’ve tried everything I can think of and it’s not working..
Anyone???
It’s most likely a CSS issue. If you can post a link to the page where you have the cart then I will be able to take a look and give you some suggestions.
That would be great, it’s http://affiliatepro.com/advertise-on-affiliatepro/
I’m using headway to design the blog fyi
Thanks a ton
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.
Thank you, I’ll give it a shot… Keep up the good work!