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}" />
Code: Select all
<input type="hidden" name="page_style" value="{L_PAY_STYLE}" />