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

Trying to create a <div>..

Started by Genius WebDesign, June 19, 2012, 00:12:50 AM

Previous topic - Next topic

Genius WebDesign

Hi,

In my templates products details default.php I'm desperately trying to surround product price with a "div" so that I can add module positions etc. that follows the margin of the price-length.
This is what I have come up with this far, which of course doesnt work..:

echo $this->currency->createPriceDiv('salesPrice','COM_VIRTUEMART_PRODUCT_SALESPRICE',  ('<div class="testpricetext" style="position:relative;">') .$this->product->prices ('</div>') );


.. and yes, my php skills are not something to brag about, I know;)
Hope some kind person will help me with this tiny issue