Page 1 of 1

Order of credit cards displayed (s2mPro)

PostPosted: November 20th, 2010, 12:30 am
by toddz88
In s2member-Pro, how can I customize the order of the credit cards options displayed on the checkout page?
I know we must show Paypal, but I'd like it to be last. I tried just changing the order in the ShortCode but that did not work.

Thanks!
Todd

Re: Order of credit cards displayed (s2mPro)

PostPosted: November 24th, 2010, 1:03 am
by toddz88
In case anyone else has this issue, I was able to move PayPal to the end by targeting the credit card labels with css and doing float:right, which effectively reverses the display order. So now it shows: Amex > Disc > MC > Visa > PP.

It's not perfect, since I still can't control the exact order of the cards, but better than PP being first.

Re: Order of credit cards displayed (s2mPro)

PostPosted: December 1st, 2010, 12:57 pm
by madsem
You can just change the order in the shortcode s2member generates, no need to do css hacks like that :)

Re: Order of credit cards displayed (s2mPro)

PostPosted: December 3rd, 2010, 2:32 am
by toddz88
I tried that but it didn't work for me.

Re: Order of credit cards displayed (s2mPro)

PostPosted: December 5th, 2010, 1:16 am
by madsem
yeah then get the template files for the checkout form, put it in your theme folder (just a copy of the template files) change it as you need it and s2member will automatically use your template file.