satur9web
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [PayPal Digital Downloads] When 2 Buttons on 1 Page No PopupIt’s nothing much beyond what you’d expect, but here’s how I did it:
- Create a separate Page for each of your buttons, and paste the EPDD shortcode into each. These pages should have a very basic page template (no header/footer, etc.) – If you load the page in a browser for example, it should show the button and nothing else.
- In the page you want to display all of the buttons, switch the editor to Text mode.
- Insert an iframe as such:
<iframe src="your-url-to-button-page" height="100" width="100"></iframe> - Repeat for as many buttons as you want to add. Adjust the width/height values as necessary to the size of your button.
Forum: Plugins
In reply to: [PayPal Digital Downloads] When 2 Buttons on 1 Page No PopupThe only work-around I have found is to place the multiple buttons in individual iframe’s instead, to give the illusion that they are still all on the same page.
A bit of a pain, but it will work then.
Forum: Plugins
In reply to: [PayPal Digital Downloads] When 2 Buttons on 1 Page No PopupI can confirm this problem too. The first of any button works as expected, but subsequent buttons on the same page load without a pop-up, and more importantly will fail to actually process any payments.
I assume this happens because data is not being passed as it should do.
The plugin states that any number of buttons can be added to a page, but, unfortunately this does not appear to be the case.
Is there anything that can be done?
Viewing 3 replies - 1 through 3 (of 3 total)