Closed (fixed)
Project:
Ubercart
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 18:42 UTC
Updated:
5 Jul 2011 at 19:31 UTC
I'd like to be able to use a different checkout completion message depending on the presence or absence of a particular item in the current order. Unless I'm missing something, there's currently no way to do this. I tried using a PHP filter but the order object wasn't available within the eval context.
If someone has some pointers on how to write a CA or a hook to do this, I might have time for that.
Comments
Comment #1
longwaveThe $order object is passed to the checkout complete theme function now, so this should finally be possible.