Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-03T14:17:36-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=14837 2011-09-03T14:17:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33908#p33908 <![CDATA[Re: custom checkout image buttons]]>
seozones wrote:
okay, that worked. Thanks!


Cool. :)

Statistics: Posted by Cristián Lávaque — September 3rd, 2011, 2:17 pm


]]>
2011-09-03T13:47:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33898#p33898 <![CDATA[Re: custom checkout image buttons]]> (and yeah, the defaul Paypal button is not that cute!)

Statistics: Posted by cassel — September 3rd, 2011, 1:47 pm


]]>
2011-09-03T13:46:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33896#p33896 <![CDATA[Re: custom checkout image buttons]]> Statistics: Posted by antseo — September 3rd, 2011, 1:46 pm


]]>
2011-09-03T13:29:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33893#p33893 <![CDATA[Re: custom checkout image buttons]]>

You're close, but not exactly. You'd use the image attribute, but just use there the URL to the image you want to use. WP Admin -> s2Member -> PayPal Buttons -> Shortcode Attributes -> image

For example:
Code:
[s2Member-PayPal-Button ... image="http://mysite.com/images/my-button.png" /]

Statistics: Posted by Cristián Lávaque — September 3rd, 2011, 1:29 pm


]]>
2011-09-03T08:24:54-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33866#p33866 <![CDATA[Re: custom checkout image buttons]]> .

You have to know some HTML...
Okay so you have your shortcode:
Code:
[s2Member-PayPal-Button level="*" ccaps="music,videos" desc="Description and pricing details here." ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="%%custom%%" ra="0.01" rp="1" rt="L" rr="BN" image="default" /]
This will not necessarily will be the code.

Note the last code: "image='default' " that's the one you want to change, you'll find it on s2Member -> includes -> templates -> paypal-ccaps-checkout-button.html .

In there put your button (in HTML format) and change the code from "image='default' " to "image='name of your button' ".

I think that works, I'm not sure, never tried it but it can't hurt to try.

Statistics: Posted by Eduan — September 3rd, 2011, 8:24 am


]]>
2011-09-03T00:03:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14837&p=33854#p33854 <![CDATA[custom checkout image buttons]]>
I generated my paypal subscription buttons but want to replace them with graphic images I built. How do I do that?

Statistics: Posted by antseo — September 3rd, 2011, 12:03 am


]]>