Categories > TinyButStrong general >

How to get string to show (paypal button)

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: vince
Date: 2009-08-18
Time: 10:43

How to get string to show (paypal button)

I have tried using htmlconv=no and it comes up as blank.

When do a var_dump on the php side, it will output the button fine.

The variable is a string() if that matters.


<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="business" value="code"><input type="hidden" name="cmd" value="_xclick-subscriptions"><input type="hidden" name="item_name" value="Membership Order - Invoice - 4"><input type="hidden" name="amount" value="12.99"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="custom" value="4"><input type="hidden" name="return" value=""><input type="hidden" name="notify_url" value=""><input type="hidden" name="t3" value="W"><input type="hidden" name="a3" value="12.99"><input type="hidden" name="p3" value="1"><input type="hidden" name="src" value="1"><input type="hidden" name="sra" value="1"><input type="image" name="submit" border="0" src="https://www.paypal.com/en_US/i/btn/x-click-but20.gif" alt="PayPal - The safer, easier way to pay online"> <img alt="" border="0" width="1" height="1" src="https://www.paypal.com/en_US/i/scr/pixel.gif" > </form>
By: Sheepy
Date: 2009-08-19
Time: 04:55

Re: How to get string to show (paypal button)

Well, it'd be nice if the relevant php code can be provided ( from var_dump(???) to $TBS->Show() ), and perhaps the relevant html.  Then we can help you better.