Sorry but no.
Every post have a title and a price, that in php are the_title(); and the_price();
I need that the button take automatically those information..
Something like this
<?php
echo do_shortcode(‘[wp_cart_button name=”the_title();” price=”the_price();”]’);
?>
but it does not work..