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 20019
Vote up! 2 Vote down! Two ways spring to mind, although they're pretty similar and you'll need to test which works better for you: In both create a HOOK_form_alter() function and then either: 1/ <?php function HOOK_form_alter (& $form, ...
Andy @ BlueFusion — November 2014 — 3 commentsDiscussion How do I set a shipping rule to ignore one product type in the order count?
I am trying to set up specific flat rates for shipping different quantities of product (1-3 ... quantity = $10, 4-7 quantity = $15, etc...). This is product #1. But, I want to provide free shipping for ... product #2. If I add 3 quantities of product #1 and add 1 quantity of product #2, how do I make it so that ...
pkchoo — September 2011 — 4 comments
Answer Answer to Question 31876
owner, not the current user. I'd assume that is in one of your conditions. ...
David Wright — February 2015 — 1 comment
Question How Do I Modify The Order Receipt Page To Add Order Date?
modify it to display the order date field? Eg... http://example.com/user/1/orders/6 TIA. order receipt ...
suntower — October 2014 — order receipt page
Answer Answer to Question 8350
issue... In my case sometimes the new user is created and sometimes not. And sometimes a previous user is ... a pre-existing user) but sometimes not. I wonder if the developers of Commerce are aware of this long lasting ...
Al — January 2014
Question Order history not working, also can't update the Commerce Kickstart..?!
in the profiles folder? • More importantly, the user is not able to see their order history and other ... relevant account / order pages. for example for this URL, user/1001/orders page reads “You have not placed ...
Discussion Import Problem
up my product types and am trying to import them using feeds and the commerce product processor. I am ... able to sucessfully import the products into the database, but they do not show up in the list of ... products. I can see them in the database, but I cannot see them in the list of products. I have included ...
johnd — March 2013 — 5 comments
Answer Answer to Question 43142
solve this? I added the code into node--product-display.tpl.php, but the quantity doesn't show up ... on the browser. $line_item2 = commerce_product_line_item_new($equivalent_product ... ,1); $line_item2->data['context']['product_ids'] = array($equivalent_product->product_id); $form ...
jmu — May 2016
Answer Answer to Question 6348
patch but for others...here is a suggested workaround. disable autosku for the product type or types you ... are importing run your import re-enable the autosku for the products Programatically (I was running ... imports via an update hook) this is a method for disabling autosku for a given product type: ...
Dublin Drupaller — January 2017
Question Remove Drupal Commerce Empty Products
Vote up! 0 Vote down! I am getting empty products in my views recently after the first few rounds ... of having a crawler import the data for the products. Unfortunately, after deleting all but two ... products that existed beforehand, These "empty" products still exist. I also made sure there were ...
