Kimss Posted April 23, 2014 Share Posted April 23, 2014 Hii guys It's time for yet another question about the shopping cart. Problem is that my cart is really flaky. Sometimes I have to refresh the page several times before either the adding or the removing of a product is registered. Yes, I have checked the javascript console and no errors are registered. Yes, I have activated the Ajax Cart mode. No, the cart isn't hooked more than one place Here's how my delete link looks: In the cart: http://mydomain.dk/?controller=cart&delete=1&id_product=16&token=16c1bc0cbcc6cd05f87485b3572de9f0 On the OPC page: http://mydomain.dk/cart?delete=1&id_product=16&ipa=0&id_address_delivery=8&token=16c1bc0cbcc6cd05f87485b3572de9f0 Basically the cart works, it only takes it several tries to get there. Any suggestions would be greatly appreciated! Best wishes Kim Link to comment Share on other sites More sharing options...
dbmaulana Posted April 24, 2014 Share Posted April 24, 2014 Hello, please find me on skype id: dbmaulana or email : [email protected] Thanks Link to comment Share on other sites More sharing options...
Kimss Posted April 24, 2014 Author Share Posted April 24, 2014 Yeah, thanks. But maybe it would be an idea if we just kept the communication in the thread. I can't be the only one with this problem. So, if you know of a solution, please share it for the benefit of all Prestashoppers and, by proxy, a pretty big chunk of the whole Human Kind 1 Link to comment Share on other sites More sharing options...
Kimss Posted April 25, 2014 Author Share Posted April 25, 2014 What, no ideas? As I wrote in my original post, the cart actually, kinda works. You just have to refresh the page several times, before the changes take action. In other words, it seems there's a significant lag between something happening on the page and the action being run through the server and returned to the user. I.e. you remove something from your cart and all is well, until you refresh the page (or navigate to another page). Then the removed item appears back in your cart, only for the removal to take effect for good, when you either refresh the page or navigate to another page (sometimes several refreshes/navigations are needed). Link to comment Share on other sites More sharing options...
El Patron Posted April 26, 2014 Share Posted April 26, 2014 this often times is a result of underlying cache. This cache can be something provided by your hosting, i.e. varnish cache for example...of possibly by internal ps cache. are you running apc or other ps cache? I'd give a ring to my hosting provider and tell them of your symptoms and see if there is an underlying cache running under your hosting plan. Link to comment Share on other sites More sharing options...
Kimss Posted April 26, 2014 Author Share Posted April 26, 2014 Hi El Patron Thanks! My webhost is running varnish, I just thought this was a good thing I'll try to disable it and see what happens. Link to comment Share on other sites More sharing options...
El Patron Posted April 27, 2014 Share Posted April 27, 2014 Hi El Patron Thanks! My webhost is running varnish, I just thought this was a good thing I'll try to disable it and see what happens. please let us know results. Good luck! Link to comment Share on other sites More sharing options...
Kimss Posted April 28, 2014 Author Share Posted April 28, 2014 please let us know results. Good luck! Thanks, I'll be sure to do that. The reason I haven't been around with an update is that my webhost still hasn't shut Varnish off on the site yet Link to comment Share on other sites More sharing options...
Kimss Posted May 1, 2014 Author Share Posted May 1, 2014 Still no update. Varnish is still running and the cart is still useless. I'll try to speed up the process at my webhost. Link to comment Share on other sites More sharing options...
El Patron Posted May 1, 2014 Share Posted May 1, 2014 Still no update. Varnish is still running and the cart is still useless. I'll try to speed up the process at my webhost. did you check settings in your hosting control panel to see if you can 'disable'? Link to comment Share on other sites More sharing options...
Kimss Posted May 1, 2014 Author Share Posted May 1, 2014 Yeah, yes I did. But it still has to be done manually by the webhost. I can only request to have it disabled through my control. But to be honest. I'm looking at other options. Prestashop is turning out to be a lemon. There's way too many bugs and you spend your time 99% poking around in the code trying to keep your shop at a functional level and 1% actually running your shop (i.e. writing product texts, doing marketing etc.). Guess you get what you pay for Link to comment Share on other sites More sharing options...
El Patron Posted May 1, 2014 Share Posted May 1, 2014 Yeah, yes I did. But it still has to be done manually by the webhost. I can only request to have it disabled through my control. But to be honest. I'm looking at other options. Prestashop is turning out to be a lemon. There's way too many bugs and you spend your time 99% poking around in the code trying to keep your shop at a functional level and 1% actually running your shop (i.e. writing product texts, doing marketing etc.). Guess you get what you pay for I think many of these have same issues when there 'might' be an underlying hosting issue. We have seen several issues with underlying cache creating issues, heck turn on file cache in back office for quirky results. I think most hosting underlying cache is for blogs etc that are not as finicky as an ecommerce. But there ain't no mola in a blog...nada...zilch...that is why I moved to a ecommerce because sometimes people will pay a little as opposed to assuming everything is 'free'...jajajaja Personally being first adopter of new release (1.6) can be more challenging than using stable 1.5.6.2 but the performance of 1.6 is better than 1.5. so back up back up...and don't get stop working on shop while this is getting resolved, there is much to do. Link to comment Share on other sites More sharing options...
El Patron Posted May 1, 2014 Share Posted May 1, 2014 p.s. probably the best reason to use ps is it's by country capability. It was born in Europe who had to deal with multiple countries, I don't think there is another 'non-custom' cms that has the features for by country like ps. Link to comment Share on other sites More sharing options...
Kimss Posted May 1, 2014 Author Share Posted May 1, 2014 Yeah I get your point. But the frustrating thing is that at the moment my shop is simply not functioning and that's a huge fly in the ointment. I can deal with problems and setbacks. I actually enjoy them to some extend, because not being challenged is boring. But after spending a month trawling through js-code and other stuff I have absolutely no knowledge about or interest in I can't help but start to feel worn down. The camel can only carry that many straws and with the latest issue (Prestashop just decided to stop allowing my carriers to work) I'm getting there. Link to comment Share on other sites More sharing options...
El Patron Posted May 1, 2014 Share Posted May 1, 2014 Yeah I get your point. But the frustrating thing is that at the moment my shop is simply not functioning and that's a huge fly in the ointment. I can deal with problems and setbacks. I actually enjoy them to some extend, because not being challenged is boring. But after spending a month trawling through js-code and other stuff I have absolutely no knowledge about or interest in I can't help but start to feel worn down. The camel can only carry that many straws and with the latest issue (Prestashop just decided to stop allowing my carriers to work) I'm getting there. I hear your pain. Link to comment Share on other sites More sharing options...
Kimss Posted May 12, 2014 Author Share Posted May 12, 2014 Hey guys Just want to let you know the cache thing worked. El Patron, you're The Man - thank you! 1 Link to comment Share on other sites More sharing options...
El Patron Posted May 12, 2014 Share Posted May 12, 2014 Hey guys Just want to let you know the cache thing worked. El Patron, you're The Man - thank you! PS is a hobby for me, community members like you make it a pleasure. Please make sure to visit the forum to share your knowledge with other community members. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now