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 I need info on payment method setup, not provided...

https://drupalcommerce.org/commerce-kickstart-2/how-download-and-setup-p... but there is now information. Any ideas on how I could do this by setting up a new payment method ...
Jiggy Gaton — November 2014 — 3 comments — payment method

Discussion How to translate the price

commerce_price_field_formatter_view() (line 442" Without price translation everything is fine but when I'm browsing the ...
henrix343 — January 2013 — 2 comments — price, translation, Entity
Acquia Prosper

Theme Acquia Prosper

lines. It is designed as an Ubercart e-commerce theme that is easy to customize, but is extremely ... flexibility and features. Learn more about Fusion. Ubercart features If you are using the Ubercart e-commerce ... color schemes. Other future items will be noted on Fusion's project page. Fusion handbook Live ...
stephthegeek — May 2009 — 5274 Installs

Answer Answer to Question 3607

Parameter: Order: [commerce_order], Address: Address, Address component: Country, Value: US NOT Order address ... component comparison Parameter: Order: [commerce_order], Address: Address, Address component: Administrative ... http://www.50states.com/abbreviations.htm USPS ships at Domestic rate to Armed Forces, so I decided not to include those but your situation ...
Avi — August 2014

Question Why is a lot of drupalcommerce.org broken?

https://drupalcommerce.org/discussions/1721/calculating-shipping-charges... there are many others as well. Tagged content broken- See ... support for Druple Commerce as it is (look at the unanswered questions in Q&A) but with a reluctance ...
Paul Driver — August 2014 — help

Question Free shipping for orders over a certain amount, calculated by product line items only.

a free shipping service if the order total meets that criteria. Unfortunately, the rule is calculating on ... all line items, including shipping, and offering free shipping when it shouldn't. For example, ... let's say I offer free shipping over $25.00. The order total comes to $24.00. The customer chooses $5.95 ...
jmljunior — April 2013 — Shipping, Free Shipping

Answer Answer to Question 4549

Vote up! 1 Vote down! Easy! You can add a cascading shipping service by adding a condition based ... on shipping line items. See example exported rule: http://pastebin.com/tpxakuCU Josh ...
joshmiller Josh Miller — April 2013

Question How do I combine rate from 2 different shipping services?

Vote up! 1 Vote down! Hello, I have 2 types of shipping services created for product A and product ... B, each of them have different rules on shipping rates. My problem at the moment is whenever ... a customer purchases product A and product B, after checking out and going to shipping services page, It will ...
ryangambito — October 2012 — shipping service, Shipping

Question Quickest way to add something to cart with AJAX call, understanding database

Vote up! 0 Vote down! Hi commerce guys! I am looking for an ajax solution for making simple and ... working, but my ajax callbacks are using fully bootstrapped Drupal + all commerce API stuff, so it's ... commerce_line_items table. I can change that data, and I see the result, but I can't add rows to it (nothing ...
whitewind — November 2013 — Ajax, add to cart, new module

Answer Answer to Question 3245

hook_commerce_checkout_pane_info_alter (& $checkout_pane) {    foreach ($checkout_pane as $pane_name => & $pane_data) {        ... if ($pane_name == 'customer_profile_shipping') {            $order ... = commerce_cart_order_load ($user-> uid);             if ($user-> uid > 0) {                    unset($checkout_pane ...
Rosamunda — April 2013

Pages