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

Musicious’s picture

Did 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.

andyg5000’s picture

Status: Active » Closed (duplicate)

You'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.