VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: Tommi on July 24, 2012, 12:14:35 PM

Title: Price into module
Post by: Tommi on July 24, 2012, 12:14:35 PM
Hi,
I need to process the prize to the module. The code is a function:

<?php
    // Product Price
      if ($this->show_prices and (empty($this->product->images[0]) or $this->product->images[0]->file_is_downloadable == 0)) {
          ?> <strong><font color="#558ed5" size="+1"><?php echo $this->loadTemplate('showprices'); ?></font></strong><?php
      }
    ?>

I need to get it into the module. We use Flexi Custom Code module, but it is not functional. Can someone help me?