News:

Looking for documentation? Take a look on our wiki

Main Menu

How change the outputelement for the add to cart button?

Started by be, October 26, 2012, 01:34:11 AM

Previous topic - Next topic

be

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