Quote from: Milbo on August 23, 2011, 02:53:46 AM
Why do you want your prices in a table?
The question is what do you want to be changed on that line?
<div style="display : '.$vis.';" >'.$descr.'<span class="Price'.$name.'" >'.$product_price[$name].'</span></div>
You can style every price as you wish, you can place it everywhere as you wish. You style it with "Price".$name. The div is just for hiding it. We could add a kind of manual override in the span.
Hi, can you please tell me how to stylize this line:
echo $this->currency->createPriceDiv( 'salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $product->prices);
How to create a class and where to place it in the code? can't figure out. I have to stylize all the prices with different colors. Thanks