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 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 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

Question Online print shop

Vote up! 1 Vote down! Hi everyone, I have been trying to figure this one out and I can't see it. I am creating a commerce site where the users will upload their own photos and then pick diferent size of the photos to print. Easy, right? Well my quest ...
emilorol — February 2014 — 1 comment — commerce, Orders, nodes

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 Setting up a complex shipping calculation rule

Hi, Thanks to the screencast on this website, I've been able to easily set up a free shipping flat rate for a particular product type. Now, I have to set an other shipping rate with a more complex calculation rule. Here is the detail: I have 2 produc ...
ccresson — May 2012 — 3 comments

Question Select attribute dropdown missing on Add to Card form

Vote up! 2 Vote down! Hey all, Ive added a field to my product entity called 'Colors'. This is a term reference field. I enabled " Enable this field to function as an attribute field on Add to Cart forms". I also selected "unlimit ...
houseman — February 2014 — 1 comment — drupal commerce attributes

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

Answer Answer to Question 43185

Vote up! 0 Vote down! I can't find Store > Configuration > Products > Option Sets I even have no Store item in menu. Where should I look it for? Products > Settings Store settings > Product settings > Categories Store settings > ...
RevalRomanov — December 2015 — 1 comment

Discussion Formatting a Product in a View does not show price field

I a little confused about something that I am not sure is a bug, by design, or has a different way to achieve the goal. I am displaying a Product Display inside a View. In order to display the Product Display as I want it, I need to use Fields instead of ...
authentictech — December 2012 — 5 comments

Discussion Send email when order status is changed to complete

Hello, I would like to know if it is possible to send an email to the customer when their order status is changed from pending to complete. It would be nice to inform the customer when their order is shipped. ...
HenrikBak — September 2011 — 16 comments

Pages