MACscr Posted September 8, 2010 Share Posted September 8, 2010 Maybe its me, but i find the order form summary area that scrolls to be annoying as hell. I havent even attempted to look at the code yet to fix it as i havent even installed the new version yet, but I was wondering if anyone has tweaked it to keep it stationary and if so, how to do it. Figured i would see if i could save myself some time if its already been done. -Mark 0 Quote Link to comment Share on other sites More sharing options...
openmind Posted September 8, 2010 Share Posted September 8, 2010 Just change the name of the div surrounding the summary to something else like cartsummarystatic for example. You also have to edit the css to take into account the different id name 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted September 8, 2010 Author Share Posted September 8, 2010 Just change the name of the div surrounding the summary to something else like cartsummarystatic for example. You also have to edit the css to take into account the different id name Yeah, I will try that out, but figured that same div id might be used by other javascript for auto updating the cart contents. Guess I will try it and see what breaks. 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted September 9, 2010 Author Share Posted September 9, 2010 Ok, finally took the time to look into it and it was actually pretty easy. Just removed the following from master.tpl (i think thats the file, i moved all the js/css for the order from to my header.tpl and set it to only load on the order form page): $("#cartsummary").makeFloat({x:"current",y:"current"}); 0 Quote Link to comment Share on other sites More sharing options...
rperez Posted December 17, 2010 Share Posted December 17, 2010 YAY! This should be standard on install! 0 Quote Link to comment Share on other sites More sharing options...
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.