Needs review
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2011 at 03:59 UTC
Updated:
12 Oct 2011 at 02:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
agileware commentedHere 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.
Comment #2
agileware commentedHere 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.
Comment #3
univate commentedThanks, 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.