Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Worst_Username_Ever

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Worst_Username_Ever

  1. so why would cart_quantity update the cart INFOBOX? i am sorry for being so instrusive, just very desperate to get this working... thanks
  2. I have tried for hours now every combination of what you suggested. It is still not working :( If you are unable to test it, I can grant you full access to my site with a clean install of 2.2rc2 so you can try it. Also, on line 77 and 78, you are using 'form[name=cart_quantity]' Should it be 'form[name=boxcart_quantity]' ? Thanks D
  3. salut Olivier, I am still not able to make this addon work. I have made the changes you mention to line 120 but I dont think it affects the total price. Is it possible that line 77 or 78 is the culprit? Let me know if you are having the same error... Thanks! D
  4. I have applied the AJAX/jQuery contribution #7477 (http://addons.oscommerce.com/info/7477) to a stock oscommerce 2.2rc2a over 4 times now and keep getting a big issue: Everything works but instead of the total price being updated in the shopping-cart-box, a whole new oscommerce window opens INSIDE the shopping cart box. In opera the whole thing just hangs or crashes. Ive tried on seveal PCs, but same issue. http://chaosoutfitters.com/ << try it and see! I have re-installed oscommerce and this add-on over 4 times in past 2 days trying to get it to work... When i remove <span id=boxcart-total> from line ~72 of /boxes/shopping_cart.php the issue dissapears but of course total will not get updated. in oscart.js this is the line thats not getting the right DATA passed -------------------------------------------- // Updating infobox content $.ajax({ type: 'POST', url: encodeURI($('form[name=cart_quantity]').attr('action')) + '&show_total=1&ajax=1', data: $('form[name=cart_quantity]').serialize(), success: function(data) { $('#boxcart-total').html(data); //Hide_Load(); } }); -------------------------------------------- I can post my php files but like I said they are out of the box with ONLY this add-on. Thanks in advance -Duane
  5. Hey folks, I have applied the AJAX/jQuery contribution #7477 (http://addons.oscommerce.com/info/7477) to a stock oscommerce 2.2rc2a over 4 times now and keep getting a big issue: Everything works but instead of the total price being updated in the shopping-cart-box, a whole new oscommerce window opens INSIDE the shopping cart box. http://chaosoutfitters.com/ << try it and see! I have re-installed oscommerce and this add-on over 4 times in past 2 days trying to get it to work... When i remove <span id=boxcart-total> from line ~72 of /boxes/shopping_cart.php the issue dissapears but of course total will not get updated. Cannot pinpoint issue in js function :( I can post my php files but like I said they are out of the box with ONLY this add-on. Thanks in advance
×
×
  • Create New...