Jump to content

mikelucid

Members
  • Posts

    53
  • Joined

  • Last visited

About mikelucid

  • Birthday 05/18/1988

Contact Methods

Profile Information

  • Location
    Eugene, Or
  • Activity
    Developer

mikelucid's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I am running PS 1.4.9 and my site is stretchshapes.net I am using the built in One page checkout and guest checkout together and seems to work ok. When a user signs up for a guest account there ia a 5-10 sec lag until the shipping results are displayed. To fix, I had to modify order-opc.js to add a spinner to let the customer know they were waiting for something. I used this code to add the spinner on line 527 var spinner = $("<img src='/img/loader.gif' />"); spinner.insertAfter(this); Then I needed to remove it incase an error was thrown, so i added this to line 591 spinner.hide(); Now this all works great and looks smooth, but when the shipping results are delivered the spinner is still sitting there... where can I add spinner.hide(); to make it remove once the shipping results populate? I know someone out there can figure this out! Thank you!
  2. tried that still having the same issue. any other ideas?
  3. my website is www.stretchshapes.net cleared all browsers settings and still getting this. thanks for your reply
  4. this is still going on. I have narrowed it down to being the quick-order file that is slowing everything down. What is going on here?! attached is a screen of it taking 28 sec to load the checkout after adding a product...
  5. Hi -- Site in question: stretchshapes.net/ I recently purchased the EV Premium SSL cert from godaddy. It works okay.. but not always. In firefox: If you add a product the address bar doesnt turn green. You have to reload the the checkout page to get the green bar. In Chrome: You will get teh green bar unless you reload the page then it is broken. I have checked and double checked that all resoruces on the page are being passed though ssl. Any ideas?
  6. It only seemed to happen in one category: http://www.stretchshapes.net/thedev/28-1-flat-panel-traditional But when you click n the first product there the screen is just blank. Also no products will add to my cart. Its starting to get really frustrating. Anyone else having this problem or find a solution?
  7. Hey I am running prestashop 1.5. This code was working up until last night it just all of a sudden stopped. It works fine in chrome and safari, but in firefox the data never shows up. Please check out: www.stretchshapes.net/dev/quick-order and press next to view the step in the checkout. You can see if you press already register, guest checkout, or create account, nothing shows up... I'm stumped here, so any ideas would be greatly appreciated.
  8. After more testing i have realised that if i turn off one page checkout then my add to cart button works much quicker. I think that seperating out the shipping from that page is essitial for me to speed up my add to cart. My idea is to have a hybrid/two page check out. Seems simple enough. One page that is only the shopping cart w/ the next arrow like 5 page, then all of the steps on the next page. I have tried to do this but I dont know how to go in and add another controller or what lines to change to help facilitate this change. This will keep my customers from not shying away from adding that product b/c of slow load time. Once their cart is full, they are commited then they press next and will wait the 10 secs to complete their purchase. Can anyone give some wise words on this?
  9. Hi all, I am wondering if anyone else has run across this problem. My site runs very smooth under normal circumstances, but when I add a item to cart or try to checjout the pageload slows to 5-8 seconds consitsantly. I am sure the has to be hurting conversion. My site is www.stretchshapes.net. Please check it out for me and let me know if you have the same issue. My thoughts are it could be either: -The cheap ssl from godaddy - OPC loading all those files through ssl, and retriving fedex shipping result in one load. I have done all the spped improvment tips posted by rocky in another thread, and that helped with the rest of the pages. Anyone gots an idea for us?
  10. I implemented the OPC on our site two weeks ago and it worked great. Sales increased and it was obviously a great decision... until today. I cant figure out how this could have happened without me making any edits to the site over the last two weeks. If you add a product to your cart then checkout, you can either create and account or login. Either way, it updates the page until the point where it would ussually place the addresses on the page, update shipping and change the box at the bottom from "Please sign in to see payment methods" to "Select shipping method" In my error console I am getting the error Error: updatecartsummary is not defined in file order-opc.js It is obvisouly a JS file getting stalled up here... can someone provide me some insight? Thank you.
  11. Hey thanks for pointing me in the right direction. i fixed the order-address page but I am still getting the js error: "Error: Addresses not defined: line 42" Any ideas? Thanks
  12. I just updated to v1.4.7 and have some issue in my order.php section. If you goto https://www.stretchshapes.net/order.php?step=1 after registering and account, you can see the first error. The page does not popualte "your delivery addres" or "your billing address". Also on this page the slider at the top of the page is broken, that is what leads me to belive I have a JS error. If you contenue to the next step shipping, the slider error is still happening, and I was having issues with the Fedex Module dispalying shipping rates on windows... I have been trying to sort this for a couple days and this client is on me.. Cna anyone please take a look and possible point me in a new direction? Thank you so much. Mike
  13. nevermind, solved! it was an issue with combinations.
  14. Hi, does anyone have an idea of how this might be happening? It is only happening to one product in my shop. It looks fine in category view but when clicked n renders a blank screen... I checked the source and can note that no center_column html is rendered exepct sidebar and footer. any ideas would be great... Thank you!
×
×
  • Create New...