It would be nice if there were cart and checkout panes to notify users if their cart/order has recurring products in it.
Basically the same way the 'Recurring fee checkout form message' setting works except instead of just a drupal message it is a pane that can have its order changed and is more themeable.

Comments

agileware’s picture

Status: Active » Needs review
StatusFileSize
new4.53 KB

Here is a patch for drupal 7.

It adds cart and checkout panes, each with their own message settings.
It does not remove the existing 'Recurring fee checkout form message' setting so users can still use that instead if they wish.

The only annoying thing is with the checkout pane you are forced to have a pane title.
So users will have to remove that in their theme or something if they don't want it.

Note that this patch was made against the current git version that has the patch in #992252-22: uc_recurring Drupal 7 port applied.
So it might have to be rerolled at some stage or applied manually.

Drupal 6 version coming.

agileware’s picture

Here is a d6 version and a new d7 version with a couple of minor tweaks.
Again the d7 version was made on top of the patch at #992252-24: uc_recurring Drupal 7 port.

univate’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev

Thanks, I have committed the D7 version, I will likely commit the D6 version without any changes as well but just don't have time to test right now.