Page 1 of 1

Account Register and Login in Popup

Posted: Thu Oct 20, 2011 12:43 am
by InSimple
My site has Wordpress in / and OpenCart (1.5.1, fresh install) in /store/ and I want some custom programming for event registration on the Wordpress side that uses the same login and account creation as OpenCart (all accounts in OpenCart DB).

I was thinking about having a popup version of the account/register, without any header or footer. I can customize the account/register.tpl to not have the header and footer based on a GET variable (popup=1), but when you submit the form it POSTs back to account/register without the GET variable.

What is the best way to change the POST action to include the GET variables?

Or is there a better way to approach this?

Thanks!
Brian

Re: Account Register and Login in Popup

Posted: Sat Oct 22, 2011 1:00 pm
by Jeremy Fisk
why not just get the wordpress login to access the opencart database for the login info

Re: Account Register and Login in Popup

Posted: Fri Apr 13, 2012 7:06 am
by AliceH
Jeremy Fisk wrote:why not just get the wordpress login to access the opencart database for the login info
this sounds like exactly what I want to do, but I can't work out how. I want users to stay logged in between opencart and wordpress. Can you tell me how this would be done?
TIA Alice.