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 Why is it I can't put the Payment Pane in the Payment page? Or How to separate review pane and payment pane?

offsite? Do I have then to implement a custom checkout page (hook_commerce_checkout_page_info()) where ...

Answer Answer to Question 3245

checkout pane like so: <?php function hook_commerce_checkout_pane_info_alter (& $checkout_pane) {    ... 'customer_profile_shipping') {            $order = commerce_cart_order_load ($user-> uid);             if ...
dannymacom — April 2013

Discussion Set unit price to specific amount doesn't work

"REQUIRES": ["rules", "php", "commerce ... _line_item", "commerce_product_reference"], "ON": ["commerce_product_calculate_sell_price"], "IF": ... [{"data_is": {"data": ["commerce-line-item:order:status"], "value": ...
Toktik — August 2012 — 1 comment

Discussion Apply discount to a specific product

Hello. I´m working with commerce kickstart 2, and I have a question about discounts. When I create ... products in the store. I can´t find a field where I can appli this discount for a specific product. For ...
mr_caneda — January 2013 — 1 comment — discount, discounts, Product Variations

Documentation What are order states?

additional states and statuses as necessary to your site via the order info hooks. Canceled: Canceled ... designated state. By default, Drupal Commerce defines the states and statuses listed below, with the default ...
Ryan Ryan Szrama — March 2013 — 1 comment

Question How to deactivate a specific shipping option if at least one of the products in the cart is assigned a taxonomy term?

"term2" in it. Every product in my commerce shop is marked with either one or the other term. What I want ... is to hide a specific shipping service if at least one of the products in the customer's cart is ...
sagan_gr — February 2013 — Taxonomy, Shipping
Drupal Commerce 1.6 Released

Blog Drupal Commerce 1.6 Released

This evening I released Drupal Commerce 1.6 after a fun sprint of last minute bug fixing and ... The last release of the core Drupal Commerce project was just shy of two months ago. In that time ... Commerce handles shopping carts. A Revisions tab to order pages, letting you see a tidy log of changes made ...
Ryan Ryan Szrama — April 2013 — 5 comments

Answer Answer to Question 31540

Vote up! 0 Vote down! I got it, It's hook_entity_view. ...
atec2000@gmail.com atec zhou — December 2014 — 1 comment

Discussion Embedding and altering Commerce entity forms

as a specific API function. To that end, I've also added the commerce_form_callback() function ... edit and delete forms. Then from the UI modules we're instantiating these forms at specific paths ... name of the form builder function in commerce_product.module) is commerce_product_product_form. The ...
Ryan Ryan Szrama — July 2010 — 1 comment

Question How to send specific details in a single email when order is first submitted

date order was placed? After digging around and learning Commerce, I can see that part of the challenge ...
softwarescout — August 2013 — Checkout Rules

Pages