Thursday 25 September 2014

Magento Custom Options – Change the Option to show total price.

Sol : You need to modify Abstact.PHP file.. It is located at app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php
        $_priceInclTax = $this->getPrice($value['pricing_value'], true);
        $_priceExclTax = $this->getPrice($value['pricing_value']);

 Replace above code below code

        $_priceInclTax = $this->getPrice($value['pricing_value'], true)+$this->getProduct()->getFinalPrice();
        $_priceExclTax = $this->getPrice($value['pricing_value'])+$this->getProduct()->getFinalPrice();

9 comments:

  1. Its really very informative Article..Am got the very useful and exact information..Thank you for sharing the best information.

    Website Designing Services Bangalore | Website Development Companies Bangalore

    ReplyDelete
  2. Thank you for sharing such an informative news with us. Keep on sharing Contents like this. You can also share this content on various sites like the Automation Associates LLC site.

    ReplyDelete
  3. Beautiful post I've come across today. Informative. Thanks for sharing this most excellent information. You can share this information on other platforms such as, Wordpress the most useful Blogspot site followed by the famous Tumblr and also in Medium lastly in the Livejournal site.

    ReplyDelete
  4. Excellent and amazing post. This blog is very helpful. You can also share these post in different social medias to get a higher ground like Facebook, the famous media Twitter and in the LinkedIn profiles joined by Google Plus and the Infographic sharing Site Pinterest.

    ReplyDelete
  5. Great post, and I am glad that you shared this useful info with us. Worth the time. You can also share this Information on many other sites for example like Free Samples 411, a clean business site like Os Business Opportunities swiftly followed by Jfissures and Asaimjapan and also the Johny Adams site.

    ReplyDelete
  6. The post is exceptionally useful. It is a joy understanding it. I have also bookmarked you for checking out new posts. You can likewise share this significant substance on different platforms, for example, Blogspot, the popular Wordpress website, the inventive Tumblr web page and furthermore the sites like Medium and the well known Live Journal website.

    ReplyDelete
  7. Thanks for sharing this data. Return again for all the more fascinating stuff like this post. You can share this enlightening post in Social Media sites like the overall celebrated Facebook, the unsurpassed most loved Twitter and a fascinating Google Plus website, business web page LinkedIn and furthermore to the Infographic website Google Plus to produce more traffic to your blog entry.

    ReplyDelete
  8. Magento Certified Developer want to differentiate themselves from the competition with the ultimate Magento credential. Magento ecommerce web design, Magento ecommerce website development.

    best eCommerce Website developers in bangalore |outsource magento ecommerce services india

    ReplyDelete

Note: only a member of this blog may post a comment.