Hello,
I use this code to display the order form on top of mmy product pages:
<?php echo do_shortcode ('[eshop_addtocart]');?>
Everthing is fine except the fact that the form shows up two times using this function in my template.
One is generated by the do_shortcode (top of the page)
One is generated by default by eshop (bottom of the page)
--> I want to keep only the one at the top.
Any Idea?
By the way, eshop rocks. It's a great plugin.