VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: estees on December 15, 2014, 12:31:51 PM

Title: The field of personalized product does NOT appear
Post by: estees on December 15, 2014, 12:31:51 PM
Hi, custom product field is NOT on my template. This is the default code

  <?php
       // Product Edit Link
       echo $this->edit_link;
       // Product Edit Link END
       ?>
       <div class="clear"></div>
    </div>
    <?php } // PDF - Print - Email Icon END
    ?>

    <?php if (!empty($this->product->customfieldsSorted['ontop'])) {
$this->position = 'ontop';
echo $this->loadTemplate('customfields');
}// Product Custom ontop end
    ?>
Title: Re: The field of personalized product does NOT appear
Post by: jenkinhill on December 15, 2014, 12:40:13 PM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: The field of personalized product does NOT appear
Post by: estees on December 16, 2014, 09:24:04 AM
Virtumeart Installed versión 2.0.22a in Jommla Joomla! 2.5.25  thanks
Title: Re: The field of personalized product does NOT appear
Post by: jenkinhill on December 16, 2014, 11:51:53 AM
Insecure versions!  http://forum.virtuemart.net/index.php?topic=118683.0

But the other questions are not anwered. Are you using a commercial template? Overrides? What is the URL?  Just posting code snippets is not really helpful in getting some sort of answer.