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 Automatically send email when order generated?

How can I set drupal commerce to automatically create an account and send an email with a username ...
cmdlinegeek — January 2012 — 2 comments

Answer Answer to Question 12513

units // Load entity $entity = entity_load ('commerce_product',array($entity_id)); // Create ... Wrapper $product = entity_metadata_wrapper ('commerce_product', $entity [$entity_id]); // Before ... change, using the devel module's dpm() function dpm ($product-> commerce_price-> value ()); // ...
joshmiller Josh Miller — December 2013

Answer Answer to Question 3176

Vote up! 2 Vote down! $wrapper = entity_metadata_wrapper('commerce_product', $product); ...
Khay Ong Tan — June 2014

Discussion How do I fetch visitors cart content count, using javascript?

I need to add a counter to a link to "view cart"- to show how many items are in the users cart. I would like to be able to cache all pages, except "cart view" and /checkout/*- using varnish. So I would like to fetch this counter of ite ...
klavs — July 2012 — 2 comments

Discussion Checkout button

Hey everyone. I'm very new to drupal commerce and am having problems with it. I have followed ...
frankenstein246 — June 2011 — 9 comments

Question Can I add fields to the blog content type

Vote up! 0 Vote down! I've got Commerce installed and now I'm tweakaing it a bit. My ...
Greg Fury — October 2014 — customization, blog

Answer Answer to Question 8774

Vote up! 0 Vote down! I assume that your view's format is a table. under the format settings (if it's a table), there's a "Grouping Field" setting. Just configure that setting to group your files. You would have to use relationshi ...
akosipax — July 2013 — 2 comments

Discussion Tax Conditions

Hi. I have two VAT tax rates (23% and 13 %) and some of my products have the 23% tax rate and some of them the 13% tax rate included in their price. So as a bad result in all of my products both of the tax rates are calculated. What condition should i mak ...
frixos — November 2011 — 6 comments

Question Unable to add images to a product form.

Vote up! 0 Vote down! Hi Guys, I am new to using drupal. I am using the drupal commerce and ... commerce kickstart modules to setup an ecommerce store. While in ...

Discussion where can i manage confirmation mails?

After processing order is completed, commerce generates a confirmation mail. Where can I configure ... commerce_email email checkout vendor ...
ronald — January 2013 — 1 comment — commerce_email, email checkout vendor

Pages