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

fletch11’s picture

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

blueblade’s picture

hey 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

fletch11’s picture

If 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

aidanlis’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.