Zen Cart Logo
Forums / General Questions / Can I run my store in a custom iframe?

Can I run my store in a custom iframe?

Views: 975

Results 1 to 3 of 3
28 Jun 2011, 3:43 PM
#1
djjonex avatar

djjonex

New Zenner

Join Date:
May 2011
Location:
Orlando Florida USA
Posts:
3
Plugin Contributions:
0

Can I run my store in a custom iframe?

I want to display zen cart session in the iframe, modify the cart and update ....the iframe src is located in the same domain and the folder is located in the same level of the index.php(root)

thanks,

Jonex

28 Jun 2011, 3:46 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Can I run my store in a custom iframe?

Generally you can't run Zencart inside an iframe, because most payment processors won't accept transactions from inside iframes for security reasons. You might install Zencart with a few test products and install whatever payment modules you intend to use and test to see if it works.

28 Jun 2011, 3:51 PM
#3
djjonex avatar

djjonex

New Zenner

Join Date:
May 2011
Location:
Orlando Florida USA
Posts:
3
Plugin Contributions:
0

Re: Can I run my store in a custom iframe?

ok i just want to edit the shopping cart like I already did that logged user can add from the iframe and the customers_basket tables is affected and if i go to my shopping cart page ill see the products but i dont know how to handle when is a no logged user... how to edit the shopping cart from the iframe with no logged in users...thanks