jquery - Trying to show the total price of a grouped product in view page simultaneously on selection of qty in Magento -
i'm try display total price of grouped product on selection of quantities, simultaneously updates price in total shown in picture. issue i'm facing is, i'm able see updated total price. price value not appropriate. , considering 1 item price i.e; price remains same , and calculating total price. please me, how can this. in advance:) and code below; <table class="data-table grouped-items-table" id="super-product-table"> <col /> <col /> <col width="1" /> <thead> <tr> <th><?php echo $this->__('product name') ?></th> <?php if ($this->getcanshowproductprice($_product)): ?> <th class="a-right"><?php echo $this->__('price') ?></th> <?php endif; ?> <?php if ($_product->issaleable()): ?> <th class="a-center"><?php echo $this->__('qty') ?...