News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Price into module

Started by Tommi, July 24, 2012, 12:14:35 PM

Previous topic - Next topic

Tommi

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?