Simpel Posted May 25, 2011 Posted May 25, 2011 I use this and its working in Firefox and IE, but now its showing erro in IE, in the bottom of IE. The erro the like the following: Details about the error on the website Message: An unknown runtime error Line: 274 Character: 25 Code: 0 URI: http://www.mysite/ajax/javascript/ajax_sc.js I need help please. did you upload the newest version of ajax_sc.js? Quote
sportstolen Posted October 11, 2011 Posted October 11, 2011 Hi Can you make so the loading image are shown a little bit longer? Quote
matevzl Posted October 24, 2011 Posted October 24, 2011 Hello, thank you for great script and the update. But when I upload the new ajax_sc.js file all my jquery scripts stop working (they disappear). Can someone suggest how I could fix this? thank you in advance Quote
tufailshaikh Posted August 3, 2012 Posted August 3, 2012 hi guys, i realy need your help to improve my site.... i am using Ajax Buy Now addons.. that is realy great. but need some changes in this cart design i need like. qty | item name Remove --------------------------------------------------- 1 | item name1 x -------------------------------------------------- 2 | item name 2 x where x is a delete button... i am able to show all the 3 fields qyt, item name, price, but only i have problem with remove button I want add this button on ajax buy now order cart to remove the individual items... please help me.. thanks in advance Quote
matevzl Posted September 10, 2012 Posted September 10, 2012 After the script stopped working on the product list page (index.php), while still working on the product page (product_info.php), I tried the fix on the Ajax buy now contribution site - uploaded new ajax_sc.js file, but it broke majority of my jquery scripts. So I compared the old and new ajax_sc.js file, ignored the bulk of the new code at the start and performed only smaller changes: replace (around line 249) if (s.setAttribute) s.setAttribute('src', href); else s.src = href; with s.type = "text/javascript"; //if (s.setAttribute) s.setAttribute('src', href); else s.src = href; $.get( href, function(data) { s.innerHTML = data; } ); replace (around line 416) reqAddCart.caching = false; reqAddCart.open('GET', link, true); reqAddCart.send(null); with reqAddCart.caching = false; reqAddCart.open('GET', link, true); reqAddCart.send(); Now it works for me, together with my jquery scripts. Tested in Safari (Mac), IE (Win), Chrome (Win&Mac) and Firefox (Win&Mac). Quote
matevzl Posted September 10, 2012 Posted September 10, 2012 ops there was a mistake in my previous post - the first line should be removed from the script (or commented out): replace (around line 416) reqAddCart.caching = false; reqAddCart.open('GET', link, true); reqAddCart.send(null); with //reqAddCart.caching = false; reqAddCart.open('GET', link, true); reqAddCart.send(); Quote
rbrookstx Posted December 6, 2012 Posted December 6, 2012 I'm running osc 2.3.1 and I have everything working, except for the cart update process. my theme just shows total items in the cart. I need to have this functionality. any ideas? Quote
tufailshaikh Posted February 2, 2013 Posted February 2, 2013 hi friends please help me . i think my sybsys.php is not correct could you please help me guys because its printing the html code not actual design view in ajax_shopping_cart.php please help me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.