I am trying to use PayPal node in a multi-site environment. I have used PayPal Node before so I am confident it is not a configuration issue but when I select a term on the content item, the price is always 'None' and when I go ahead and submit the content item it just publishes the item and never redirects to Paypal. I have no errors in the logs. Below are some of the versions of the modules I am using. Any help would be apprecaited. Thanks
PayPal Node 5.x-1.3
Simple Paypal Framework 5.x-1.1
Drupal 5.10
jQuery Update 5.x-2.0
Comments
Comment #1
aelling commentedNever mind I had the weight on the taxonomy module lower than the PayPal module thus causing the error.
Comment #2
ultimatedruid commentedI've got the same problem and can't figure out where to change the weights from? Sorry, it's been a long day and I'm knackered, so any pointers would be very gratefully received!
Many thanks.
Comment #3
aelling commentedI am using Drupal 5 so what I did was install the module weight module ( http://drupal.org/project/moduleweight ) . Once installed and enabled you can set the order in which modules are invoked by setting their weight. You set their weight by changing the weight number on the http://www.yoursitehere.com/admin/build/modules page. In the case of using PayPal Node you want to make sure that the Taxonomy module is invoked prior to the PayPal Node module. So in my case I set the Taxonomy module's weight to 0 and the PayPal's module weight to 1 and hit the save button at the bottom of the page. I had previously been tinkering with module weights for other reasons so I don't know if this will help in your situation but that is how I fixed my issue.
Comment #4
prasad.b commentedComment #5
prasad.b commented