Active
Project:
Ubercart Auction
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2010 at 09:19 UTC
Updated:
27 Mar 2012 at 21:06 UTC
I have custom node views for all my pages and cannot get the auction box to show up inside my view... I've tried print $uc_auction and many more with no luck.
Can anyone tell me how to accomplish this. Would like to put display the auction box in my custom template. Displaying the fields inside the auction box would be ideal, but i need the box at the very least.
Thank you.
Comments
Comment #1
jacksondarvey commentedPlease someone help me out, i know this is easy because i did it once before then accidentally deleted my code. I've been searching for over 10 hours straight.
Comment #2
arski commentedhey, did you find out how to do this? I'm having the same issue, I've overwritten the default content type template with Content Template and now the whole bidding stuff is gone.. this is pretty serious actually!!
Comment #3
hixster commentedPlus 1, could need to know more about how the auction code get's into the template
Comment #4
nicothezulu commentedprint $node->content['uc_auction']['#value']print $node->content['uc_auction_now']['#value']install content template module to get theese values easy.
Comment #5
dobe commented