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 8538
Vote up! 1 Vote down! This really sounds like an issue to take up with the Entity API module maintainers. If I were trying to optimize this locally, I'd look at priming your entity cache by loading all the products in the results via commerce_product ...
Ryan Szrama — July 2013 — 4 commentsDiscussion 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
Discussion commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter
Hi, I am trying to add an additional AJAX command that's fired when users select a product reference (eg. users select a product reference and a value on the page is updated). I have found commerce_cart_add_to_cart_form_attributes_refresh() and I can ...
rj — December 2012 — 3 comments
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 Translate product's field label and Text fields label/data
Hi all. I have a multilanguage site. Traslations are based on "Field Translate". In my Product variation types I have some Term Reference fields and some Text fields. I have activated the translation and I have transleted the labels. But when I ...
ziobudda — November 2013 — 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 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 Remove cancel button from ckeckout pages
Vote up! 0 Vote down! I am using Commerce Kickstart 7.x-1.2. I 've set a rule "Apply shipping rate to an order" when a product is placed to the cart. This shipping rate is visible and calculated automatically in the cart while checkout. Unf ...
Discussion Add span to price after decimal point
Hello On my product display I would like to add a span or a sup element so I can make my.99 prices display in superscript like this http://www.magentocommerce.com/boards/viewthread/43075/ I wonder how is the best way of injecting this into my template to ...
wildchief — November 2013 — 2 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
