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.
Discussion Hide attribute language field
Hello, First, big fan of Drupal Commerce! I ran into a seemingly simple problem but can't ...
Answer Answer to Question 12068
Vote up! 0 Vote down! After a little more thorough review of the commerce_paypal_wps module I was ... so they do not have to enter it again. The *commerce_paypal_wps_order_form* function in the ... commerce_paypal_wps.module creates a hook that you can use: // Allow modules to alter parameters of the API request. ...
fnikola — August 2014
Question How do I import categories?
Vote up! 0 Vote down! How do I import my category structure into Drupal Commerce? I am able to ...
Question Where to put custom fields: Product type or product display content type?
Vote up! 0 Vote down! I'm still getting my head wrapped around Drupal Commerce. When I need ... the product type (admin/commerce/products/types) or in the product display content type ...
Answer Answer to Question 6348
'commerce_product-106506' for key 'PRIMARY' Thanks. ...
tarasiadis — September 2014
Discussion Snippet: How to modify text of add-to-cart product select (multiple products in display)
the Commerce add to cart forn. in our custom module named mm_utils we have: /** * Implements ... hook_form_FORMID_alter() */ function mm_utils_form_commerce_cart_add_to_cart_form_alter(&$form, &$form_state) { ... = $line_item->commerce_product[LANGUAGE_NONE][0]['product_id']; $product = commerce ...
Discussion Sale price field additional to standard price field
other things? Can it be done by only using product pricing rules? I'm new to Drupal Commerce so ...
svdv — July 2012 — 1 comment
Discussion How to get access to variables
that I have installed/enabled the commerce_email module to handle mail. I am currently using the admin ... before changing to commerce_email. When the normal checkout email to administrator fires, I am getting ... understanding of this issue is that in the latter case, I do not have a reference to the commerce ...
lmatthews — September 2012 — 2 comments
Discussion Product Field Access for Conditions/Rules
installed Drupal Commerce Kickstart to test the capabilities of this eCommerce distribution. Ok, background ...
laclu007 — May 2012 — 2 comments
Discussion List Purchased Products for Current User
Drupal 7, with Commerce 1.8. The website has digital products and videos that people can purchase. Each ... Commerce Product Type "Video" created, with an entity reference field to the related ... relationship line item:product, line item:order id, and Order: Owner. Add contextual filter on Commerce Order: ...
info — April 2014 — 1 comment
