Subversion Repositories SmartDukaan

Rev

Rev 19168 | Rev 19175 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19168 Rev 19171
Line 150... Line 150...
150
                                                    + (Math.round((response.products[i].netPriceAfterCashBack/response.products[i].packQuantity) * 100) / 100) + " /- per unit";
150
                                                    + (Math.round((response.products[i].netPriceAfterCashBack/response.products[i].packQuantity) * 100) / 100) + " /- per unit";
151
                                                }
151
                                                }
152
                                                else{
152
                                                else{
153
                                                    priceRange = response.products[i].cheapestBulkPrice
153
                                                    priceRange = response.products[i].cheapestBulkPrice
154
                                                    + " - "
154
                                                    + " - "
155
                                                    + response.products[i].netPriceAfterCashBack;
155
                                                    + Math.round(response.products[i].netPriceAfterCashBack);
156
                                                }
156
                                                }
157
                                                
157
                                                
158
 
158
 
159
                                    } else {
159
                                    } else {
160
                                        priceToCompare = response.products[i].netPriceAfterCashBack;
160
                                        priceToCompare = response.products[i].netPriceAfterCashBack;