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 Pricing rules and session variables
Is it possible to create a pricing rule which checks for 2 session variables and adjust the pricing for the product accordingly? EG. I register a code in the session, done through a module which also registers a productid and uid. The module checks if the ...
Qubical — December 2011 — 3 comments
Discussion marketplace to buy and sell
Hello everybody! I am new here and I hope you can help me with my question. I would like to create a marketplace, where users can buy and sell books, similar to postyourbook.com, do you know if that is possible with drupal/if there are modules for it? bes ...
zweitbuch — March 2014 — 1 comment
Discussion Log user in automatically on purchase
Heh. My client read me the riot act for making our customers "jump through seventeen hoops" just to make a purchase, so I'm looking at streamlining the order process. We'd really love it if we could simply force the user to choose a pa ...
smscotten — February 2012 — 2 comments
Discussion Adding info to Order
Just wanted to touch base before I begin. Making data base changes. I need to add a field that is directly tied to an order... i.e. delivery account for virtual goods. I've already implemented the hooks to add in the pane to the checkout process (nee ...
Cogniven — December 2011 — 3 comments
Discussion Load line item's prices in an array
Let me know if I'm posting in the wrong place. I searched and tried a lot of things but didn't find anything yet. I need to load each line item's price present in the current user cart in an array. Then I want to sort the values from lowest ...
evanasse — May 2013 — 1 comment
Discussion Taxes based on product?
First of all thank you to this wonderful module of yours! I've just recently started using Commerce for drupal (yeah less than a week ago!) and i'm setting up my store slowly but surely. Right now i'm a the point where I need to set up taxe ...
bluepills — August 2011 — 2 comments
Question Add role on checkout if cart contains certain products
Vote up! 0 Vote down! I need to add a role to a user if they have a specific category of products within their cart. I have gotten the rule to work when they have one of these products in their cart, but it seems to break when there are multiple products ...
Threadsniper — August 2012 — 1 comment — Rules
Discussion Multiple Catalogs
In Ubercart you could create a single catalog/menu that contained both products by brand and products by type. With Drupal Commerce it appears that you would require two catalogs/menus to do this. I believe it may be possible to tag a single product twice ...
westsyde — August 2011 — 2 comments
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
Question date format in mysql
Vote up! 0 Vote down! Hi all, I'm reading commerce_order using sql- and find that the 'created' date is simply stored as an int(11)- like this: 1346058279. Obviously there is a way to 'normalize' this- but how? Like- when I'd ...
drupal_kid — August 2012 — 1 comment — date data format