Closed (fixed)
Project:
UC Node Checkout
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 04:14 UTC
Updated:
13 May 2011 at 19:41 UTC
Hi,
I added a test node to a my site without making any payment and then log in as another test user and I see the node showing on the front page; but when I click on the link, I will not see the node itself but the shopping cart page. Is this a bug in Node Checkout or did I forget something important settings here? Please help...
Thanks.
BB
Comments
Comment #1
fletch11 commentedSounds like you have the default settings for your node type set to published. You need to deselect the published option and then create a conditional action to publish the node at checkout (after the node is paid for). There are some tips in the issue queue on how to do it but they aren't working for me. If you figure it out let us know.
Comment #2
blueblade commentedhey fletch11, thanks for your respond. so far i have found nothing that helps....almost giving up on this module. do you know if there is any other ways to get the same thing done?
BB
Comment #3
fletch11 commentedIf you've tried my suggestion then I would just start with a fresh version of ubercart (or start by resetting all conditional actions) and then follow the directions here:
http://drupaleasy.com/blogs/ultimike/2009/03/event-registration-ubercart
at the step where you insert some php to the conditional action include this code as well to have the node publish:
and the line: $node->status = 1;
Other than that I'm not sure what to say
Comment #4
aidanlis commented