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.
Question View Block of Order history(authenticated user)
Logged-in User. I looked at the Administrators Order View, there are some stuff with Commerce-Line Items but ...
Answer Answer to Question 7434
Vote up! 0 Vote down! I got it to work! Event: 'After updating an existing commerce ... order' Conditions: 'Entity has field: [commerce-order] has field_delivery_date' AND 'Data ... comparison: [commerce-order:status] == Checkout: Overview' AND 'Custom PHP code to check if the ...
dylankiss — March 2013
Discussion "no line items found" in user orders
Hi, I have installed Commerce (7.x.1.8 version) but in user orders section when I select an order ...
Answer Answer to Question 9086
information: http://cgit.drupalcode.org/commerce_paypal/diff/?id=79fabf1 This is further explained in this ...
Ryan Szrama — June 2014Answer Answer to Question 12823
Vote up! 0 Vote down! Drupal Commerce doesn't natively support using multiple payment methods ...
Ryan Szrama — June 2014Question How to recover from PDOException: SQLSTATE[23000]: Integrity constraint violation:
violation: 1048 Column 'commerce_unit_price_amount' cannot be null: INSERT INTO ... {field_data_commerce_unit_price} (entity_type, entity_id, revision_id, bundle, delta, language, commerce ... _unit_price_amount, commerce_unit_price_currency_code, commerce_unit_price_data) VALUES (:db_insert_placeholder_0,:db_insert_placeholder_1,:db ...
Rich Edwards — April 2013 — 1 comment — Troubleshooting
Discussion Programmatically add new product
The values for sku, title and commerce_price are good. $form2_id ... = 'commerce_product_ui_product_form'; $form2_state['values'] = array('sku' => ... $form['title']['#value'].'_'.rand(1,10000), 'title' => $form['title']['#value'], 'commerce ...
dlats — November 2013 — 1 comment
Answer Answer to Question 3928
Vote up! 0 Vote down! Same here. Randy's video was working fine for Commerce 1.0, however it ... does important, but not display the products in Commerce 2.0. As I'm using Commerce 2.0 on a photo ...
jaap76 — March 2013
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
