Postponed (maintainer needs more info)
Project:
UC Node Checkout
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2008 at 13:06 UTC
Updated:
13 Mar 2009 at 17:15 UTC
Comments
Comment #1
rszrama commentedHmm... so, what this does is make it so there's still a link to the product node. The original use case for this was that we didn't want that to happen... however, I totally understand your point here. I feel the settings page is pretty complex as is, but that doesn't mean I'm totally opposed to more options.
It seems like this option would be most useful if it also altered the add to cart form on the product page so that submitted the button actually sent the customer to the node add form for the associated node type. Or perhaps I wasn't clear on your screenshot and you're actually making both the node title link and the node checkout node link (in the attributes section) both point to the node checkout node edit page.
Comment #2
vivianspencer commentedI'm actually looking for a way to alter the add to cart form on the product page so that the submitted button redirects the customer to the node add form for the associated node type.
Could you maybe give me a clue as to how I'd go about this maybe using hook_form_alter
Comment #3
vivianspencer commentedI found out how to redirect the add to cart button and I thought I'd post how I did it here.
I used hook_add_to_cart, please note I've only tested this in Drupal 5.16