Quote Originally Posted by NDboots View Post
Yes, a error code said that Opera browser is not supported, which I usually use and it worked with old versions of ZenCart. The BAD thing is, this shopping cart does not tell the user that Opera is not supported either! But my problem is it has the same problems in MS Edge and Chrome too. I have been using Zen Cart since 2004 and this 2.1.0 version is one of the most confusing versions I have used. In the past admin area, I loved the one page listing for simple listing single items and now that seems split up to several sections now instead, making it more difficult to use. But currently this cart is USELESS when one simply cannot checkout! I am no PHP expert either. I'm using the Responsive Theme. I have reloaded all the files, hoping that would fix the problem...It didn't.

On checkout I'm stuck at "Step 1 of 3 - Delivery Information". It shows the shipping cost. The radio choice option for "Store Pickup" does not show up, but it is turned on in Admin area, so it should show up, the space for it does, but it is blank! There is no button to continue to Step 2 of checkout either.

It seems to use this file: /public_html/MYStore/includes/templates/template_default/templates/tpl_checkout_shipping_default.php One of the things I noticed on this page was this near the bottom: </form> When I searched the whole page for the lead <form> command nothing was there??? Is that suppose to be like that, with just the ending </form> and no beginning <form> on the page, or does that come from a file elsewhere? But this is what the page looks like...
Click image for larger version. 

Name:	image_2025-02-02_093654701.jpg 
Views:	51 
Size:	32.9 KB 
ID:	20889
modern shopping carts (even zen cart!) are quite complex. the idea that you are no php expert and that you are frustrated is not surprising.

zen-cart does NOT make use of java. it does make use of javascript. they are very different.

some javascript library saying Opera or MS Edge or any other browser is not supported, is again not surprising. i can guarantee that ZC will work with those browsers.

without looking at your specific installation, it is hard to say exactly what is wrong. you think the log files are not helpful, but did you not say you are not a php expert? log files are one of the crucial items that are helpful to a seasoned php developer.

finally, do you honestly think that the default template for checkout shipping is wrong? forgetting that you are a self proclaimed no php expert, zc 2.1.0 was released over 2 months ago, and from a logic POV, do you think you would be the first person to find a rudimentory error of this sort?

if one were to look at this single line of code, that php function will draw the opening form tag for said page.

my advice is to hire a seasoned developer or start posting log files of errors that are getting created or screenshots of errors in the developer tools console. perhaps then someone could help with your problems, and in the process you might learn a bit more about php and how ZC really works.

best.