Jump to content

mspatz

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by mspatz

  1. That raises the question for me as to whether or not I should now have a UTC offset number in the setup or not. Currently I have a zero as the UTC offset. Our server time zone and CubeCart Time zone are both set to US/Eastern time which is -4.00 UTC or GMT. Any thoughts or clarification on when to enter a value into the UTC field?
  2. Although I didn't record the values of the cookies while looking at the F12 tools in Firefox, I'm pretty certain that they had to be off such as they were when viewed through the IE F12 tools. I can't explain why things worked with Firefox and not IE though. This does show the importance of having server time, CubeCart time and local computer time all set correctly for the Website's potential visitor's circumstances. Thanks again for your help.
  3. The good news is that once I was able to get all the above mentioned variables in syc, things are working! Time Zone My PC: US/Eastern UTC is 0 Time zone for store was set at: UTC I reset it to: US/Eastern My current Epoch Tiime from CubeCart from PHP Settings: 1428969518 That time converts to: GMT: Mon, 13 Apr 2015 23:58:38 GMT Actual Times right Now (give or take a few minutes) according to epoch converter Human time (GMT): Tue, 14 Apr 2015 01:07:52 GMT Human time (your time zone): Monday, April 13, 2015 9:07:52 PM Checking server time I realized it was about 10 minutes fast and 1 time zone behind. So I also re-set my server time. Pretty bad I know.... Thank you bsmither for your ability to zero in on the factual issues and make suggestions towards a resolution.
  4. Relaxing the settings for security in IE seemed to have no effect... I can see a cookie all the way through using f12 tools with IE9. The expiry date and time are not several hours in the future. In fact they are 22 minutes in the past. My last cookie time reported was 22:19:49 GMT. The local time here at that moment was 18:41 which means it was 22:41 GMT when the cookie was sent Also is see that: the path is / Secure is No HTTP only is Yes In the cookies tab of f12 tools
  5. CubeCart Version 5.2.16 Are you saying that you believe it's a client based issue then? I have tried this with a handful of different machines using various versions of IE up to 9 all with the same result. Is there a chance that it could be something else in my setup?Thanks again.
  6. Hi bsmither, Thank you for your reply. I spent some time this morning using to above mentioned developer tools with both IE and Firefox. Although I consider myself competent in many areas of programming (my background is in PERL programming), I am pretty much a newbie with both of these tools. However, I was able to make some observations from the utilities. I also enabled the debug from within the store's admin so that I can see that information on both browsers as I navigate through the cart. I want to also mention that I have the program set to go immediately from selecting a product in the .../index_.php?-a=category&cat=2 page where currently I have 4 products listed each displaying the item title, product code, description, quantity text box and the select button. When the browser is Firefox clicking any of the select buttons will take me immediately to the shopping cart to start the checkout process. I can see by the debugger at the bottom of this page before clicking that a cookie has been downloaded and accepted by the browser. When .../index_.php?-a=category&cat=2 is downloaded in IE it visually appears the same, 4 products etc. Clicking on any of the product select buttons results in the cart appearing with the "Your Cart is Empty" message. I notice that down below in the debugger information that there is no cookie information listed at all. I assume that may be why the program is unable to continue with checkout. I see that the request body includes the "add info" but the response body is empty. If I select the console tab from this point I also see the message: HTML1113: Document mode restart from Quirks to IE9 Standards index.php?_a=basket I am hoping that perhaps you have seen this before and can point me in the proper direction to fix the problem. I am happy to provide any additional information you may require in order to debug this further.
  7. Greetings, I am stumped by this problem. Perhaps someone can point me in the right direction. I have noticed that when using Internet Explorer Version 9 (may also be happening with other IE versions as well) when I select an item the program is supposed to go directly to the cart which should be populated with the selected item for checkout. What happens is the program does take me to the cart but the item is not there. I see the message that "Your Cart is Empty". The program seems to be working flawlessly when I use Firefox. The selection of an item immediately brings me to the checkout page and my selected item is listed in my cart. This has really been bumming me out as I am currently losing around 50% of my purchasing customers because they can't checkout if using IE. Any thoughts would be greatly appreciated. Thanks.
×
×
  • Create New...