Hello,
The strangest thing happens when I click "Add to Cart" button on index.php of the shopping cart. A new window of that same page (index.php) pops up.
I downloaded the complete zip file from the guide. first, I modified the page name to crt-index.php and accordingly changed the config file to match ( $pp['tpl_products'] = 'crt-index.php';)
I've tried this in Chrome, IE and FF and all 3 do the same thing, a new window opens up to the exact same crt-index.php page. So basically a smaller window opens up on top of the same window.
I searched the forum and there are no other strings discussing that. I'm using the package that was downloaded from the guide with the only modification being what I mentioned above (the rename).
Using my browser console I notice that the FORM action is action="http://mysite.com/cart.php?kcart_action=1" so I know that isn't the issue. I've searched the guide and can't find any reference to that.
Does anyone know why, when I click "Add to Cart" a new window to the same window opens up?
The strangest thing happens when I click "Add to Cart" button on index.php of the shopping cart. A new window of that same page (index.php) pops up.
I downloaded the complete zip file from the guide. first, I modified the page name to crt-index.php and accordingly changed the config file to match ( $pp['tpl_products'] = 'crt-index.php';)
I've tried this in Chrome, IE and FF and all 3 do the same thing, a new window opens up to the exact same crt-index.php page. So basically a smaller window opens up on top of the same window.
I searched the forum and there are no other strings discussing that. I'm using the package that was downloaded from the guide with the only modification being what I mentioned above (the rename).
Using my browser console I notice that the FORM action is action="http://mysite.com/cart.php?kcart_action=1" so I know that isn't the issue. I've searched the guide and can't find any reference to that.
Does anyone know why, when I click "Add to Cart" a new window to the same window opens up?