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 [solved] How do I translate message types?
Hello all, like quite a few other people out there (been googling a while now) I would like to send emails to my users in their own language (which might in this case be either English or German). And I'm using the Commerce Kickstart profile installa ...
Netzhexe — March 2013 — 3 comments
Discussion In Store Pickup
With much searching i have come up with nothing. Does anyone know how to add "In Store Pickup" to shipping methods upon checkout? I am at a loss and this is a much needed item to have. Any help would be greatly appreciated Thanks ...
dspock — May 2012 — 3 comments
Discussion How to set Drupal Commerce Kickstart Child Theme?
Question as title. How to make child theme for Drupal Commerce Child Theme. ...
Hao You — July 2012 — 5 comments
Discussion total weight in rules
I have physical and commerce_physical installed and finally got Shipping Flat Rate going and now I need to make rules that apply a rate between certain total weight limits (0-1kg so much 1-2kg so much etc.). How do you create a condition for this? ...
ñull — November 2011 — 14 comments
Answer Answer to Question 13212
Vote up! 2 Vote down! Found the answer in the hook_payment_method_submit_form_submit() you can store the setting in the $order->data object. Thanks for nothing drupal commerce support:) BTW naming a function xxx_submit_form_submit(), were your entire t ...
gaetanp — February 2014 — 1 comment
Discussion Displaying all images of referenced products in product display node
After hours of work i got this solution. <?php /** * Implements hook_entity_prepare_view(). */ function HOOK_entity_prepare_view ($entities, $type) { $product_display_entity_type = 'node'; $product_display_type = 'dishes_pro ...
MasterPoint — May 2012 — 3 comments
Discussion Can delete a Product because its referenced by a mystery line item
I've got a problem with Drupal commerce where I cant delete a product it says "This product is referenced by a line item and therefore cannot be deleted. Disable it instead." I cant find any reference for a line item. How can I find out wha ...
chaloum — April 2012 — 12 comments
Question Create order programatically for anonymous users
Vote up! 0 Vote down! Hello, guys. I need a help:) I'm trying create order programmatically, following this excelent article by Ryan Szrama, and it working (almost) perfectly... Except for anonymous users:/ In that case, a "not found" page ...
tregismoreira — June 2013 — 1 comment — commerce_order_new
Question How to get past install profile installation stage of kickstart
Vote up! 0 Vote down! I am installing Drupal Commerce Kickstart 7x 2.12 core zip in mysql/Apache server. It gets to Install profile stage and hangs. it starts to show blank on the next stage. installation ...
gadruc — January 2014 — 1 comment — installation
Answer Answer to Question 3261
Vote up! 2 Vote down! We're still working through some of the bugs. This is definitely one of the items on our list. Glad you're using it! Hopefully we will get that fixed soon. ...
Aaron Dudenhofer — April 2013 — 2 comments