Closed (fixed)
Project:
UC Node Checkout
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 03:02 UTC
Updated:
1 Jun 2011 at 13:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
FranCarstens commentedDitto
Comment #2
GreyHawk commentedDitto that ditto.
"Add to cart" then goes to show the saved node, instead of the shopping cart. I want the cart to be the default target instead, but the setting is being ignored.
Comment #3
tommy kaneko commentedI also had this problem. Here's a fix. Go to the file uc_node_checkout.module
Around line 407 to 409, you should see this:
Replace the above lines with the following
The snippet above will check to see if the uc_add_item_redirect variable has a value of '', in which case it will redirect to your cart.
Hope it helps.
Comment #4
aaronbaumanComment #5
aidanlis commentedAnyone want to role this against -dev for me?
Comment #6
aidanlis commentedRewrote the patch, thanks, this is now in -dev.