Subversion Repositories SmartDukaan

Rev

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

Rev 19167 Rev 19168
Line 174... Line 174...
174
                                inStock = true;                             
174
                                inStock = true;                             
175
                                if(priceToCompare && priceToCompare <= globalminprice) {
175
                                if(priceToCompare && priceToCompare <= globalminprice) {
176
                                    if (typeof globalminsource != "undefined" && globalminsource==4 && priceToCompare==globalminprice){
176
                                    if (typeof globalminsource != "undefined" && globalminsource==4 && priceToCompare==globalminprice){
177
                                    } else {
177
                                    } else {
178
                                        globalminprice = Math.round(priceToCompare);
178
                                        globalminprice = Math.round(priceToCompare);
179
                                        globalminpriceshow = priceToShow;
179
                                        globalminpriceshow = Math.round(priceToShow);
180
                                        globalminsku = response.products[i]._id;
180
                                        globalminsku = response.products[i]._id;
181
                                        globalminsource = response.products[i].source_id;
181
                                        globalminsource = response.products[i].source_id;
182
                                        globalminurl = response.products[i].marketPlaceUrl;
182
                                        globalminurl = response.products[i].marketPlaceUrl;
183
                                        globalminoffer = response.products[i].offer;
183
                                        globalminoffer = response.products[i].offer;
184
                                        if(globalminsource == 4 && saholic_cash !=""){
184
                                        if(globalminsource == 4 && saholic_cash !=""){