Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "page_style" in Donation block #478

Open
marc1706 opened this issue Feb 16, 2015 · 0 comments
Open

Add "page_style" in Donation block #478

marc1706 opened this issue Feb 16, 2015 · 0 comments
Milestone

Comments

@marc1706
Copy link
Member

Original ticket: http://board3.de/tracker.php?p=14&t=227

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:
<input type="hidden" name="item_name" value="{L_PAY_ITEM}" />

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

@marc1706 marc1706 added this to the 2.2.0-b1 milestone Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant