Quote Originally Posted by TheGrimReaper View Post
On my test installation, I have found it to mess around with the site/includes/templates/responsive_classic/common/tpl_header.php. First, it reduces the 245 line file down to 115 lines. No big thing as everything I've found so far still seems to work exclusive of the issues I'm referring to.
245 lines to 115? I'm assuming you're talking about viewing source in the browser window? If so, then that's perfectly normal and expected because (if installed properly), the POS page is supposed to hide your header, footer and sidebar(s), meaning all of that code doesn't process at all and is not sent to the browser.

1. It slides the header search box to the left below and at the end of the navbar ( Home | Login | whatever else ) and I can't find anyway to change that. I just turned the header search off in admin, though I'd like to have it up where it belongs on the right hand side.
The only part of the header that *should* show is the breadcrumbs section which allows you to "exit" the POS page and browse your storefront. If you're seeing anything else other than the breadcrumbs, followed by the 3 columns showing your logo, current time and totals, you probably missed something during the install process and didn't merge the code correctly.

2 It does something funky with the logo and tagline - The Tagline moves to the center top of the section (div or wrapper whatever), not particularly important if one wants a tagline centered at the top of the box, but to move it back I copied that section from the backup copy of the tpl_header.php to the appropriate area in the questionable file, it's only 9 or 10 lines, but it places the logo/tagline relationship back to it's original postion so I can play with the header starting with its out-of-box location.
Again, as above - if you're seeing THAT while viewing the POS page, you must've made a mistake during installation.
Take a look at the YouTube demo - although it's using an older version of Zen Cart, it's the same principle. You're only supposed to see the breadcrumbs, but if you click the Home button, it takes you to your homepage, and the ONLY difference is a new link in the header named "POS" which allows you to go back to the POS page.
If you're not getting that behavior, you will need to check how you installed the plugin (I believe you missed something in either tpl_main_page.php or tpl_header.php).

Also, it seems, and I haven't been able to test this thoroughly, but if I login as a customer from the admin perspective within the POS interface, that is - a walk in customer that also has an online account - when I later login as if I AM that customer through a browser there's a POS button up in the navbar, even though POS has been logged out. Sometimes though when I select it from the navbar from the customer perspective after logging the pos out, it sends a not authorized message, which is a good thing, just wouldn't like the customer to see it from a browser at any time.
If you didn't close your browser window, your POS session will be active no matter what you do. If you log out as customer, your POS session is still active in YOUR browser and you'll see the POS button because of that. So, in order to actually log out of POS (completely), you need to log out from the admin section AND close your browser completely (meaning all tabs and all browser windows).

Hope this helps...