Page 1 of 1

"page_style" in Donation block

Posted: 18. December 2013 02:15
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}" />

Re: "page_style" in Donation block

Posted: 23. December 2013 11:15
by Marc
Please create a feature request in the feature tracker:
http://board3.de/tracker.php?p=14

Re: "page_style" in Donation block

Posted: 23. December 2013 20:34
by MOB
OK done! :)