HI. I have been reading tons of posts in this forum and at drupal, and I can't tell if any of the patches/solutions found would help me with this.
Basically, I have products that can be both downloaded(pdf) or shipped(printed material). I set up the product to have attributes so the user can select download(pdf) or ship (printed material). The problem is, that when two different items are added to the cart, one downloadable and one shipped, the user get a file download email with both links to the downloadable files when they should just have one.
Cart:
Product A - Download
Product B - Ship
Download File Access Email:
Link to Product A
Link to Product B
Download File Access Email Should be:
Link to Product A
Is there any way with conditional actions to have the email / file access for just products with a certain attribute using you own php code? The problem is, with the predicates options that are there, it just checks to see if an order as a whole has that attribute option in it "Order has a product with a particular attribute option". Can it check if a product of an order has a certain attribute option, then only email the file associated with that product/attribute/option only? Is there another work around with out making separate product listing, one for download, one for shipping?
Thanks for the much needed help.
Jesse



.