ehappylucky05 Posted September 24, 2013 Share Posted September 24, 2013 On this page http://www.hootiebrown.com/shopping/index.php?id_product=59&controller=product The product was discounted 25% from $169.00, the correct number should be $126.75. For somereason, this page is showing $137.31, how come? Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 24, 2013 Author Share Posted September 24, 2013 any help from anyone? Link to comment Share on other sites More sharing options...
tomerg3 Posted September 24, 2013 Share Posted September 24, 2013 It looks like your combinations are not created properly, which could be the culprit here. Does it work correctly for products without attributes? You should create the combinations correctly either way, each combination MUST contain 1 attribute from EACH group. If you have 4 sizes and 4 colors, you should have 4 * 4 = 16 combinations (unless you delete some). You should use the combination generator (top of the combination tab) which will create them for you. Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 It looks like your combinations are not created properly, which could be the culprit here. Does it work correctly for products without attributes? You should create the combinations correctly either way, each combination MUST contain 1 attribute from EACH group. If you have 4 sizes and 4 colors, you should have 4 * 4 = 16 combinations (unless you delete some). You should use the combination generator (top of the combination tab) which will create them for you. Tomerg3, I just generated the combinations by using the combination generator, now, I have 16 combinations. I only have 8 before this. However, the price is still not displaying correctly. Please help Link to comment Share on other sites More sharing options...
tomerg3 Posted September 25, 2013 Share Posted September 25, 2013 Did you try a product without combinations? Also, try using the default theme and see if that makes a difference. Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 Did you try a product without combinations? Also, try using the default theme and see if that makes a difference. it works with no combination, but I am getting the warning below, how to make the price work with combination? THIS COMBINATION DOES NOT EXIST FOR THIS PRODUCT. PLEASE SELECT ANOTHER COMBINATION. Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 it works with no combination, but I am getting the warning below, how to make the price work with combination? THIS COMBINATION DOES NOT EXIST FOR THIS PRODUCT. PLEASE SELECT ANOTHER COMBINATION. I tried the default theme, the price looks correct. So, do you know which part of the new theme that messed up the price? Please advise Link to comment Share on other sites More sharing options...
tomerg3 Posted September 25, 2013 Share Posted September 25, 2013 Most likely something in /themes/your_theme/js/product.js You should be able to contact the theme creator and ask for their support. Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 Most likely something in /themes/your_theme/js/product.js You should be able to contact the theme creator and ask for their support. my theme creator said it has been so long, they no longer support this anymore. which is crazy. can I replace the product.js with the default product.js? Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 my theme creator said it has been so long, they no longer support this anymore. which is crazy. can I replace the product.js with the default product.js? when you refresh that page, you are able to see the correct price for 1 or 2 second, then, it will be replace by the wrong price. is this due to something not right with the product.js also? Link to comment Share on other sites More sharing options...
tomerg3 Posted September 25, 2013 Share Posted September 25, 2013 You're asking questions that I cannot answer without debugging your code.... You can certainly try to replace the product.js from your theme with the default one, just make sure to keep a backup of the original. Then, do extensive testing to make sure everything behaves as it should. Link to comment Share on other sites More sharing options...
ehappylucky05 Posted September 25, 2013 Author Share Posted September 25, 2013 yes, replacing the product.js fixed the problem. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts