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

jacksondarvey’s picture

Please 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.

arski’s picture

Category: support » bug
Priority: Major » Critical

hey, 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!!

hixster’s picture

Plus 1, could need to know more about how the auction code get's into the template

nicothezulu’s picture

print $node->content['uc_auction']['#value']
print $node->content['uc_auction_now']['#value']
install content template module to get theese values easy.

dobe’s picture