<form action="<?php echo $this->action; ?>" id="<?php echo $this->formId; ?>" name="iso<?php echo rand(); ?>" method="post" enctype="<?php echo $this->enctype; ?>">
<input type="hidden" name="FORM_SUBMIT" value="<?php echo $this->formSubmit; ?>">
<input type="hidden" name="REQUEST_TOKEN" value="{{request_token}}">
<input type="hidden" name="AJAX_PRODUCT" value="<?php echo $this->product_id; ?>">
<input type="hidden" name="AJAX_MODULE" value="<?php echo $this->module_id; ?>">
<div class="service-box">
<div class="service-thumb">
<?php echo $this->getGallery('images')->generateMainImage(); ?>
</div>
<div class="service-desc">
<div class="headline">
<h4><?php echo $this->generateAttribute('name'); ?></h4>
</div>
<div class="border-width"></div>
<div class="text-right">
<a href="<?php echo $this->href; ?>" title="<?php echo $this->label_detail; ?>" class="btn btn-link"><?php echo $this->generatePrice(); ?> | Mehr</a>
</div>
</div>
</div>
</form>