so i can add it in on another page.
thanks
so i can add it in on another page.
thanks
This perhaps:
..but wait for someone else to confirm.Code:<?php echo $display_button; ?>
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]
The button display needs to occur inside a <form> or it will be just a pretty graphic that does nothing useful. Look at a file that currently uses the add to cart for an example of how to do that, like tpl_product_info_display.php.