AbanteCart Community

AbanteCart Development => Development Help Needed => Topic started by: monicarose on August 12, 2013, 05:41:59 PM

Title: Using an iframe and PayPal checkout
Post by: monicarose on August 12, 2013, 05:41:59 PM
Hello,

Can anyone help me by instructing me on how I can make it so that it is possible to access my abantecart from an iframe on another website and still be able to check out using PayPal. PayPal is installed as the payment method and at the moment when a buyer checks out (when it's time for the shop to speak to PayPal) the iframe becomes empty.

I am not very skilled at php but I can follow instructions on where to put certain pieces of code.

I will be very grateful for any help on this matter.

Monica.
Title: Re: Using an iframe and PayPal checkout
Post by: abantecart on August 12, 2013, 06:13:29 PM
You can just include whole abantecart into Iframe of other sites.

Post this to your original site
Code: [Select]
<iframe src="http://www.[yourabantecarturl].com"></iframe>

More details about iframe: http://www.w3schools.com/tags/tag_iframe.asp