Active
Project:
Send
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2007 at 00:56 UTC
Updated:
7 Jan 2009 at 12:40 UTC
Rather than sending an email, the send module is adding the product in question to the user's cart. I have mime mail working properly so I'm not sure what's up. Any ideas? Thanks!
Comments
Comment #1
allie mickaUm, WTF?
I haven't got an ecommerce installation handy, and I don't have enough information on version, configuration, etc. to track this down.
Further insight and/or patches are quite welcome.
Comment #2
ryank76 commentedHi, I'm running Ubercart and it does this too. You fill in the email addresses, click Send and the next screen you see is the Shopping Cart with your item in it.
Drupal 5.8
Send 5.x-1.x-dev
Ubercart 5.x-1.0-beta1
Comment #3
moonray commentedSame problem.
The problem is that there is a form within a form, which probably gets the system confused.
Comment #4
allie mickaHey moonray,
Thanks for that! As I understand it, this "feature" is causing drama elsewhere. The solution will be to strip out the form, form id, etc. tags from the preview output.
Unless someone gets to it first I'll try and tackle this.
Comment #5
allie mickaUpdating to a more descriptive title.
Comment #6
ekrispin commentedsubscribing. This is also the analysis for the dup issue of failing to send nodes having a fivestar widget.
Comment #7
coloryan commentedAny progress on this? I'm having the same issue...
Comment #8
spiritguard commentedI found a work around, that I set the Send panel in the product content type to only send teasers and I set the products in the Store Admin (using uc) to not have the "add to Cart" link in the teasers, and the send form now works for me.
Comment #9
aboros commentedThis method (sending only the teaser and displaying no forms in teaser) worked for me too! Thanks!