importing a shop into site

User 184085 Photo


Ambassador
1,707 posts

Has anyone tried importing a site into a website structure not using IFrames but just into a wrapper.


<body>
<div id="page-box" class="shadow curved" >
<header id="page-header" class="shadow" ></header>
<nav id="site-nav" class="shadow" ></nav>
<div id="content">
<?php include("shop/myshop.php"); ?>
</div><!-- close content -->
<footer id="page-footer"></footer>
</div><!-- close page-box -->
</body>
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 503621 Photo


Registered User
266 posts

No, i would love to see it !
User 562592 Photo


Registered User
2,038 posts

I think we have been waiting to see such a thing. I know the i-frame was tried awhile back and failed. Do you have an example?
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com

User 503621 Photo


Registered User
266 posts

why did it fail ?
User 184085 Photo


Ambassador
1,707 posts

I think there is a problem with IFrames and info coming from multiple sources, like coming back from paypal.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 184085 Photo


Ambassador
1,707 posts

The Philosopher wrote:
I think we have been waiting to see such a thing. I know the i-frame was tried awhile back and failed. Do you have an example?


aside from the example above, and manually stripping out the php code that generates the HTML like doctype, meta stuff etc. I'm not sure.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 503621 Photo


Registered User
266 posts

i was trying an i-frame shop
its possible to jump to paypal in _TOP,that works fine
what im trying to figure is to get back to the shop displaying the i-frame
Paypal sends me back to the inside frame which is a shame because
the whole test store is all stripped since all the eye candy is on the actual site
But ....there is another option,make paypal send me to a custom address
but the problem is that the store won't clear the cart and in SCCPro the log and inventory
won't work,im sure there must be a workaround for this !
Let us know !
Thanks !
User 184085 Photo


Ambassador
1,707 posts

I'm still on this, currently I'm crawling around in the ccdata/templates folder, checking out the xml files
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 503621 Photo


Registered User
266 posts

:cool:
Super Cool !!!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.