VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: thanili on August 01, 2013, 15:32:45 PM

Title: insert description text in between cart attributes
Post by: thanili on August 01, 2013, 15:32:45 PM
Guys,

i have a quite simple question.

How can i customize "addtocart-area" and add a description text in between my cart custom fields?

check screenshot!

[attachment cleanup by admin]
Title: Re: insert description text in between cart attributes
Post by: Maxim Pishnyak on August 02, 2013, 10:21:30 AM
echo $this->product->product_desc;
also there is already
echo jText::_($field->custom_field_desc)
in your default_addtocart.php

I advise you to give a try next time for a possible solution
Quote from: Maxim Pishnyak on July 26, 2013, 16:46:53 PM
Ok, so try to make one demo parent+childs product somewhere. And see what is it.

I just not sure what layout do you want in a result.
with much more wide range of possibilities.