I enabled the use of the product view to select what product should get added to the cart when creating a node of a certain type. What I get is an endless loop taking me to the create content page, but with the header from the content type I should be creating.
Does that make sense? I can supply screenshots if that's not clear.
Comments
Comment #1
fred0 commentedI'm also seeing this behavior.
Comment #2
fred0 commentedTo clarify, I see this when starting from the node/add route. When starting by adding a product, the node creation form appears as expected.
Comment #3
drewish commentedi think that this might be a duplicate of #406740: Doesn't work when content type name has underscores.
Comment #4
rszrama commentedI've committed that other patch; can one of you having this problem confirm if it fixed the issue with the beta4 release?
Comment #5
rszrama commentedActually, I just confirmed this. This works fine for me now.
@Cayenne: I'm guessing your node type had an underscore in it, so the node add form wasn't being detected properly. The beta4 has the fix or use the patch in the issue that drewish linked to.
Comment #6
cayenne commentedI bet you may be right. I will test on the next go-round. After I finish wrestling my own contribution to the ground!
Thanks!