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

Regarding price change based on Custom attribute

Started by rushabhmadhu, January 16, 2017, 09:50:53 AM

Previous topic - Next topic

rushabhmadhu

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.

Studio 42

The first option is working. So if you set prices for eahc options, this sould work too.