Closed (duplicate)
Project:
Commerce PayPal
Version:
7.x-1.x-dev
Component:
PayPal WPS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 17:28 UTC
Updated:
9 Aug 2012 at 15:10 UTC
quick question
How do I specify which page style I want to use.
This is paypal's instructions... https://www.paypal.com/cgi-bin/webscr?cmd=p/mer/cowp_summary-outside#over
Do I need to hack the module? If so where should I do that.
Much thanks,
Will.
Comments
Comment #1
Musicious commentedDid it... Just hacked the module a bit...
In commerce paypal module.. go to modules/wps, open commerce_paypal_wps.module.
Add around line 310... (you are adding it to the data array)
// Page Style Test
'page_style' => 'mypagestyle',
change 'mypagestyle' to your own page style.
Oh Yeah! Make yourself a cup of tea.
Comment #2
andyg5000You'll be able to alter the $data array without hacking when this patch is applied #1561594: Allow PayPal WPS order form data to be altered prior to form creation.