App Theme Stripe ADD ON shortcode
HI,
I am using stripe addon by app theme on my jobroller site.
I used shortcode by simple stripe checkout plugin by wordpress
http://wpstripe.net/docs/shortcodes/stripe-checkout/
But none is working for me.
My code is
<?php echo do_shortcode('[stripe name="'.(empty($resume[0]->post_title)? $resume[0]->id: $resume[0]->post_title ."-".$resume[0]->ID).'" description="'.$resume[0]->post_title.'" amount="2.99" shipping="true" billing="true"][/stripe]');?>
Can anyone help?