"page_style" in Donation block

Post Reply
User avatar

Topic author
MOB
Active Member
Posts: 10
Joined: 1. December 2013 17:18
phpBB.com User: M.O.B.
Contact:

"page_style" in Donation block

Post by MOB »

I am hoping you can add the following, it's beneficial to those that have "Custom payment pages" in PayPal.

So you would have to add that code in the donation html pages as well as the php pages so it can be added in the ACP. This way if someone has a page style named "shoe_business" they can add that name in the ACP for the block module.

Here is the line that needs to be added in the HTML pages:

FIND:

Code: Select all

<input type="hidden" name="item_name" value="{L_PAY_ITEM}" />
AFTER, ADD:

Code: Select all

<input type="hidden" name="page_style" value="{L_PAY_STYLE}" />
Image
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: "page_style" in Donation block

Post by Marc »

Please create a feature request in the feature tracker:
http://board3.de/tracker.php?p=14
User avatar

Topic author
MOB
Active Member
Posts: 10
Joined: 1. December 2013 17:18
phpBB.com User: M.O.B.
Contact:

Re: "page_style" in Donation block

Post by MOB »

OK done! :)
Image
Post Reply

Return to “Modification Requests”