cancel
Showing results for 
Search instead for 
Did you mean: 

product prize breakup

product prize breakup

Please specify the coding area and database tables where the price of the product are being handled.

1. Adding the price of the product
2. Retrieving the price of the product
3. Updating the price of the product
4. Displaying the price of the product
5. Database tables where price details are stored

3 REPLIES 3

Re: product prize breakup

For this Magento provides web service option, here you can get all the product related option and easily handle changes

 

http://devdocs.magento.com/guides/m1x/api/soap/introduction.html

 

http://devdocs.magento.com/guides/m1x/api/rest/introduction.html

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions

Re: product prize breakup

I am creating a e-commerce website for a jewelery customer. I am using a magento theme (Theme name:alokuteshop) to implement this. Currently in this theme, we can add only one price for a product. But as it is a jewelery customer we have to add multiple price for a single product. Such as Making charges,Stone charge ,Gold charge and total amount. In this Making charge is depends upon the gold charge. So how could i implement it in my theme?,where can i implement such a logic? Is there any plug in to implement this

 

Re: product prize breakup

And those charges are optional? I'm pretty sure thay you're trying to put square peg into round hole -- why not use bundles instead and add those charges as virtual products?

Tanel Raja