VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: be on October 26, 2012, 01:34:11 AM

Title: How change the outputelement for the add to cart button?
Post by: be on October 26, 2012, 01:34:11 AM
Hi,
how can I change the output elements for the add cart input-field to an button?

Found at default_addtocart.php at line91:

<span class="addtocart-button">
<?php echo shopFunctionsF::getAddToCartButton ($this->product->orderable); ?>
</span>


Best regards