Basically I am web designer. I am a newbie to magento CMS. I am involved in a new magento ecommerce project.
I want to make a dynamic pricing in my products page.
In my site I am selling curtain cloth so i want dynamic billing to be like
user can give width and height of a particular product
I have a fixed price for sq.ft. I need to multiply width and height provided by the user to get a square feet value.
For example please refer this link.
Reference site Url: http://www.woodyattcurtains.com/net-curtains-voiles-c2/net-curtains-c3/ellie-white-net-curtains-p3
I want my product page exactly like this. I had searched many extensions in magento for easily achieving this result. But was unlucky.
Is there any free extensions in magento to achieve this? Or else, please guide me to develop this result through any sort of coding.
Just add this piece of code in your
app/design/frontend/default/[template_NAME]/template/catalog/product/view.phtml file
I had add two new fields for width & height Just like this
Also add these php code
Also this script at the end of the file
There is a problem in this code. you can able to get prices reflected in all product pages. But you can’t pass these updated special price to cart. Older values will be reflected in cart. Hope anyone update this code.