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 Cosmetic changes to text not displayed on site
My customer wants to change the shopping cart title from "Shopping cart" to "Shopping Cart". I searched for "Shopping cart" (case sensitive) in Dreamweaver and found references to the title in commerce_cart.view_default.inc. ...
jimwill — January 2012 — 4 comments
Discussion German taxes
First: great thing Drupal Commerce My question: In Germany products EITHER have 7%vat-tax OR 19%. I seem to be unable to create an according rule. Could somebody point me to a HowTo or similar? ...
ChristianAdamski — March 2012 — 6 comments
Answer Answer to Question 12068
PayPal site. This is helpful if some users may not already have a PayPal account nor want to create one. ... = user_load($order->uid); $data['first_name'] ...
fnikola — August 2014
Discussion providing multiple products to buy in a single add to cart form
After days of trying, asking for support on this forum is my last option. I am building a website selling sim cards and the design should be as follows 1 page (add to cart form) on which you first will be able to select your sim card and than will be able ...
Discussion Options and Fields
the user to see and modify in the Product Display. Had my first field working (size). Looked great on ... options. Hit save- and I don't see an option for the user to select the variation of color??? What am ...
clint — April 2012 — 1 comment
Discussion Choice of Checout Vendor
how to give clients a choice of checkout venues on my site. I want to allow the user to select either ...
cajinx — April 2012 — 2 comments
Answer Answer to Question 13600
['rebuild'] = TRUE;} function your_module_form ($form, & $form_state){ global $user; $order_id ... = commerce_cart_order_id ($user-> uid); $cart = commerce_embed_view ('commerce_cart_block', ...
Johannes Kees — April 2014
Answer Answer to Question 31441
Vote up! 1 Vote down! Have you tried assigning different or adjusting Line Item types? I think this is what you are looking to do. Set or adjust the line item types to your needs in the store settings>line item types. ...
garpy — December 2014 — 1 comment
Discussion it is possible to build a marketplace with drupal commerce?
How I can buil a marketplace wit hdrupal commerce? I mean wot build multiple ecommerce sites in one, like using drupal+ubercart+marketplace (http://drupal.org/project/ubercart_marketplace). It is possible by default, or I need a module or what? ...
matteoraggi — February 2012 — 27 comments
Question UPS Backup Shipping Option
case I would like a flat rate shipping option to show up, allowing the user to continue checkout. ...