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.
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 ...
Discussion cart functions only for specific role
Hi, I am building a new site that i need to allow ONLY wholesaler to be able to add to cart items and checkout however all other users can only view the products but not have any cart functions including not to show the add to cart button for them. how ca ...
ariban99 — March 2013 — 7 comments
Answer Answer to Question 12533
Vote up! 0 Vote down! To fully answer your question would take a fair amount of work. The quick answer is that you need a display formatter to use in your catalog view. This is implemented in the module called "commerce_kickstart_product_ui" tha ...
Josh Miller — January 2014 — 3 commentsAnswer Answer to Question 9282
Vote up! 1 Vote down! Turns out I got it wrong. But this must be fixed anyway. 'admin/commerce/products' page lists only products which are referenced to 'field_product' field (of type Product Reference). And I had created another prod ...
sheyx_samil — August 2013 — 1 comment
Discussion Needed modules to create a pay to publish content site
hello, am going to create a site, in which users can register and add their own ads(advertisements) only after the payment is done,can any one guide me with some hints to begin with.. is there any built in modules to do this? thanks in advance modules cla ...
Discussion Can't get site-wide contact form to render
Enabled D7 core contact, added categories and nothing. Acquia Dev Desktop commerce_kickstart-7.x-2.0-beta1 Any ideas? Thanks. contact ...
Answer Answer to Question 10166
Vote up! 0 Vote down! There is some mild discussion about it in the following posts. http://www.drupalcommerce.org/discussions/186/it-possible-build-marketpl... http://www.drupalcommerce.org/discussions/572/how-create-marketplace-use... But mainly, people ...
Travis — September 2013 — 2 commentsQuestion How do I completely disable Cart and Checkout?
Vote up! 1 Vote down! sorry a drupal newbie here, i want to use drupal commerce for all the features it has out of the box except, the commerce aspect of it, meaning i want cart and check out disabled and all payment options but i dont seem to see those o ...
Discussion Multiple images of a product
Hi I want to display multiple images of each product, one image in big size and rest in small thumbnail sizes, so that whichever is clicked becomes the big image, as is done on the following page made using drupal commerce: https://badboy.com/products/top ...
Pankaj Vatsa — May 2012 — 13 comments
Answer Answer to Question 12564
Vote up! 1 Vote down! Yes it is! You can use rules conditions on payment gateway availability. If you click "Edit" next to the payment method that you want to disable based on date on this page: admin/commerce/config/payment-methods And then you ...
Josh Miller — December 2013 — 3 comments