User login

Taking Donations With Ubercart and PayPal Express

First, install ubercart. With Drush:

sudo php drush/drush.php pm -l http://agaricdesign.com/ install ubercart

Enable all Ubercart core required modules (in alpha 9 there is a bug which only allows you to check three of the required dcore Ubercart modules, but then Drupal will give you the option to enable the fourth).

Second, enable certain Ubercart - core (optional) modules:

Payment
Google Analytics for Ubercart (in WSF sites)

(maybe also: Notify, Roles)

And under Ubercart - payment:

PayPal

Oddly, gave the same 'you must enable store module dialog' again...

OK, so store really did need some other modules, the ones labeled missing, and they really need to be added:

ubrowser

sudo php drush/drush.php pm -l http://agaricdesign.com/ install tapir
sudo php drush/drush.php pm -l http://agaricdesign.com/ install ubrowser

Tapir, or Tables API, weirdly puts itself in Development category of modules at admin//build/modules

Ubrowser is found in the default Other.

Now you can enable the Ubercart core modules.

Resolution

Searched words: 
ubercart donate button in page ubercart paypal express

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.