Hello
Hi we can change the price of product based on attribute(Custom field).
Here is my URL : http://dev.innvonix.in/enlight/enlight-product/artwork (Please click on any product you will get popup to select product attribute)
Here we have override the layout of Virtuemart, now i want to change the price Electrified, Lamp size.
In above URL price is shown by below overriden code
<div class="product-field product-field-type-S">
<span class="product-fields-title-wrapper"><strong>Price: <?php echo $product->allPrices[0]['product_price']; ?> <?php ?></strong></span>
</div>
please guide us what i can do to resolve this issue.
The first option is working. So if you set prices for eahc options, this sould work too.