Page not found
We have recently redesigned this website, which involved changing both the functionality and architecture of several parts of the site. This necessarily involved changed URLs, primarily in sections like our documentation as guides were merged and reorganized. We apologize for the broken links or search results while Google reindexes our site and hope you find what you're looking for in the search results below.
Answer Answer to Question 12878
Vote up! 0 Vote down! First thing to check is probably your apache & system log and see if there's anything obvious in there. The most likely culprit is lack of memory- see https://drupal.org/node/207036 to fix. If it's not that then postbac ...

Discussion Product Reference Field Specification
So, as I've been implementing the product reference field based on the prior specification, I'm realizing it wasn't specified enough. At the very least, having a guiding document that tracks the way this differs from a node reference is nec ...

Discussion How can I give the seller one more chance to alter the total price of an order?
Hi, I am currently working on a e-commerce website, and the basic workflow is as follows, 1) shopper adds products into the shopping cart; 2) shopper submit the order without payment; 3) seller reviews the orders submitted by shoppers, and is able to modi ...
foredoc — August 2014 — 2 comments
Answer Answer to Question 8273
Vote up! 0 Vote down! 1. So the SMTP Authentication Support module replace the Mime Mail in the Mail System. and it doesn't know how to built right the HTML Emails. I suggest to use PHPMailer module- https://drupal.org/project/phpmailer- instead. Thi ...
vasike — August 2014 — 1 comment
Discussion Complex price calculation using a field in the product
Hi everybody I'm trying to do some complex dynamic price calculation using rules. The event used is the usual "Calculating the sell price of a product", no conditions and the action is "Add an amount to the unit price". So far not ...
perrymanson — September 2011 — 3 comments
Discussion User input custom fields during checkout product
Hello, How can I add anonymous user input custom fields during add to the cart process? With Ubercart is possible.See sample https://sundaysenergy.org/catalog/hosting/domains/domain-transfer. The sample is relevant, even the ssl certificate is not valid. ...
claudiu — April 2011 — 2 comments
Discussion add a taxonomy field to the line item prod and fill with a product field values
hello, i don't want to create a product for each t-shirt color and each t-shirt size.. i want to add only one product and let the user choose the color and size on the "add to cart" form.. the method to do that: i go to product type and add ...
wisamx — May 2012 — 3 comments
Answer Answer to Question 3304
Vote up! 0 Vote down! Guys, another option would be to use http://drupal.org/project/customer_profile_type_ui It gives some rules to enable and disable customer profile types too. You can not disable all panes with it, but you can disable and enable billi ...
UrmasZ — October 2012 — 1 comment
Discussion Pricing Rules Based on Other Products Already Ordered
I'm not sure what the best way to proceed is. What I want to do is set the price of a product to zero if another product has already been purchased. It's a one-to-one relationship. For example, one free scarf for every hat purchased. What I need ...
gauntlet — December 2011 — 5 comments
Answer Answer to Question 12733
Vote up! 0 Vote down! Hi, add an "Applicable TAX" field (boolen) to your product and then via RULES modify TAX rules to check (condition) if this field is setted. Try this. M. ...
ziobudda — January 2014 — 1 comment