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 Shipping rate not in the correct sequence in order review

All, I have been looking for some time now on how to solve a problem I have. I was able to set shipping rates (flat rates) and configure them as they should. The only problem is that, when a customer goes to the check-out and gets the review Order, the sh ...
propje — March 2012 — 2 comments

Answer Answer to Question 9910

Vote up! 1 Vote down! Hi You have to install comerce email module https://drupal.org/project/commerce_email After that follow step by step process https://drupal.org/node/1471758 to configure the module Now go to admin/structure/messages/manage/commerce_o ...
ajaichandran — September 2013 — 1 comment

Answer Answer to Question 3410

Vote up! 2 Vote down! I think (but I could be wrong) that you have forgotten to enable the correct "view mode" for these fields on the add-to-cart form. Below are links to the add-to-cart form, which you are having trouble with. If you need more ...
joshmiller Josh Miller — September 2014 — 1 comment

Question Avoiding Double Discounts

Vote up! 4 Vote down! I currently have rules in place to apply a 10% discount if the order total is above a certain threshold, I now need to deal with already discounted items. By that I mean if a product has already been discounted then do not include th ...
andyhazlewood — April 2013 — 1 comment — Rules, Discount

Discussion How to at Select List Size to product or product display?

Hello, everyone: I have setup my products (Jeans), the product type and the content type to display my jeans. The issue I am having is displaying a Men Waist field that is editable by the customer so that it will show up on the on the order and shopping c ...
Louis Preston Thornton — December 2012 — 1 comment

Question Skipping Checkout completely for free items

Vote up! 1 Vote down! I can't think of a way this would be possible without some extreme custom contrib module but I wanted to check in case I can do it easily with rules. I have a site, most products are downloads and the only other product is a sub ...
Sean — February 2013 — 1 comment — Shipping, Downloads, Checkout, Free Shipping, FAQ

Discussion Sub theme AT Commerce

I want to have all my customisations in a sub theme of AT Commerce for manageability (I saw that I could add my customisations to styles.custom.css but I prefer to keep a separate folder structure). However, try as I might I can't seem to inherit eve ...
PedroKTFC — February 2012 — 2 comments

Answer Answer to Question 3537

Vote up! 2 Vote down! The trick with all of these is to use "Aggregate" in Views and know which entity to use as a base table. For example "most ordered items" can be created in views on a "Line Item" entity for type "Pr ...
joshmiller Josh Miller — April 2013 — 1 comment

Answer Answer to Question 3711

Vote up! 2 Vote down! i got it:     $annotations = $form_state['values']['annotations'];     global $user;         // load oder     $order = commerce_cart_order_load($user->uid);     $order_wrapper = entity_metadata_wrapper('co ...
maze — April 2013 — 1 comment

Discussion First impressions: User Guide

In my opinion, the User Guide jumps in too much at the deep end for a new user. It seems to be seasoned Drupalers and written in the style of a developer for developers (or, at least, those who have some familiarity with programming concepts). What is nee ...
authentictech — December 2012 — 1 comment

Pages