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 No Default Product in Add to cart form... Is it possible?

I am trying to create a logic where there is not by default product selected when a user views a product display. Currently if a product display has variations attached, by default the first one is chosen as the default product. I want user to actually se ...
quadcto — April 2012 — 1 comment

Discussion EU VAT

Dear All, I am creating a webshop, using commerce module. I set up, that if a customer wants to pay his items, the VAT (27%, based on the Hungarian laws) is added to the end of the list and the final amount is accumulated with the amount of VAT. Also the ...
memil — September 2012 — 5 comments

Discussion Assign several attributes to one SKU

Hello. I've got a question on this article from official documentation- http://www.drupalcommerce.org/user-guide/product-attributes-variations In this article they creating separate SKU for each attribute. How can I create a product with several attr ...
Spider84 — October 2012 — 3 comments

Question Hiding the postal code field in the address module: hook_form_alter didn´t worked. What am I doing wrong?

Vote up! 1 Vote down! I want to programatically hide the postal code field, of the address module. I´ve unsuccessfully tried this: function mymodulename_form_alter(&$form, &$form_state, $form_id) {if($form_id == 'commerce_checkout_form_checko ...
Rosamunda — February 2013 — 3 comments — AddressField, Customer Profile

Discussion How to assign orders to a manager?

Hi, For various reasons, when the customer submit an order, I need to assign the order to a manager, who will be responsible for the post-processing of the order submitted. In our case, the manager of an order can be changed, and I need to be able to trac ...
foredoc — September 2014 — 5 comments

Answer Answer to Question 9162

Vote up! 0 Vote down! The "Entity exists by property" condition will tell you whether or not a taxonomy term exists, but it doesn't have anything to do with whether or not the product is in that category. Instead, you're going to want ...
Ryan Ryan Szrama — September 2013 — 2 comments

Discussion Invoice a Customer and Have Them Pay Later

Is it possible to invoice a customer and have them pay at another time? I tried to create an order manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only Example Payment shows up, even though I have th ...
BD3 — June 2012 — 9 comments — invoice, bill, payment

Answer Answer to Question 8981

Vote up! 2 Vote down! This can be done in the template.php of your theme. Below is a video and a code snippet that I used to demonstrate how to make this happen. <?php function YOURTHEME_form_alter (& $form, & $form_state, $form_id) {  //dpm($f ...
joshmiller Josh Miller — August 2013 — 1 comment

Answer Answer to Question 8955

Vote up! 0 Vote down! You might want to set the "Multiple Field Settings" to show only the first image in the field with multiple possibilities:D ...
joshmiller Josh Miller — August 2013 — 1 comment

Answer Answer to Question 9357

Vote up! 0 Vote down! Is there a guide somewhere to help me know how to use it for that? I am use to woocommerce, with that system I was able to easily find the bucket and attach the file. Thanks ...
Jonah Brown — September 2013 — 2 comments

Pages