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 How to transfer a invoice from Drupal Commerce to a counted software

Hello, I hope tu use Drupal Commerce in September in my next project. My customer ask me to find a solution regarding the Accounting workflow. Today it is obliged to recapture all the bill information in "Ciel comptabilité". Is there a way to ex ...
tOf — July 2010 — 3 comments

Answer Answer to Question 8033

Vote up! 2 Vote down! Rather than say they are creating a relationship with the referenced product, I would say they are just adding a filter for "Product Line Items", and in the "Global: Custom Text" field, they are simply re-using th ...
Favio Manriquez — May 2013 — 1 comment

Answer Answer to Question 7895

Vote up! 1 Vote down! Perhaps it can be done with only Rules, but you might want to consider a code approach which could be more straightforward. For example: function YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) {  if (strpos($form_id, ...
Favio Manriquez — May 2013 — 1 comment

Answer Answer to Question 3304

Vote up! 1 Vote down! If I say shipping method, I mean shipping service.:) If you do not use taxes, then you have to change number 2 to number 1. So in you result code you might want to check does 0 or 1 or 2 or 3 contain this flat rate. I mean check all ...
UrmasZ — July 2012 — 1 comment

Answer Answer to Question 7920

Vote up! 2 Vote down! I think this is a CSS problem (if you add more text to a products's description just before an empty space, the layout will be partially fixed), you could try using a Grid Layout (View-> Format options), or define a fixed hei ...
Favio Manriquez — April 2013 — 1 comment

Answer Answer to Question 3533

Vote up! 0 Vote down! There are a few Commerce Guys videos that might help... https://vimeo.com/channels/commerceguys/videos/search:feeds/sort:preset ...
joshmiller Josh Miller — July 2012 — 1 comment

Discussion What to put in product entity and what to product display?

I have rather fundamental dilemma what to put into product entity (PE) and product display (PD). For example: is it better to put taxonomy field into PE or PD? What about tehnical data fields? Best regards, Najtsirk ...
Najtsirk — September 2011 — 1 comment

Discussion Rules and Product Fields

I have created a new Product Type and added two new fields named "Weight (gram)" and "Weight (pound)". I would expect the store owner to provide data to at least one of these fields and I want to calculate and enter the missing part of ...
hgurol — July 2012 — 1 comment — rules

Answer Answer to Question 3409

Vote up! 0 Vote down! Unless you are planning on circumventing the checkout router system, these paths are required. It is possible you could use something like pathauto to call a "system path" from a "pretty path." http://drupal.org/p ...
joshmiller Josh Miller — July 2012 — 1 comment

Discussion Checkout Review in Checkout Complete

hey there! i have a problem: in the checkout/*/complete it seems that the guests has no permissions for viewing order.. user/0/orders/* it throws an error: ACCESS DENIED You are not authorized to access this page. but in people/permissions the guest have ...
herpes — July 2012 — 1 comment — checkout complete

Pages