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.
Answer Answer to Question 12608
Vote up! 0 Vote down! It provides customizations to the user pages (user/%uid). That said, if you're doing a digital site, you don't need half of Kickstart's modules, so basing it on Kickstart is a bad idea. Just roll your own install profi ...

Discussion Commerce in Catalog mode only like VirtueMart
I'm planning to build a site with products but they won't have prices (at least at the begging) and they don't need SKU's. So can I use Commerce like VirtueMart in Catalog mode only with no SKU and Price field (or at least not mandator ...
Discussion Drupal 7.x & Commerce w/ WPS- A few questions...
I've recently made the jump into Drupal Commerce and so far, it's been a great experience. I've installed the Drupal Paypal WPS and during my testing, I've noticed a few things that I'm hoping someone here could shine some light o ...
Casey Burk — January 2015 — 1 comment
Discussion taxonomy description
hie i would to display below the category name of the product description of this desctription in order to obtain a result as this site http://www.bougiz.fr/2-parfum-boise where you have a long description of the category perfumes i try with the view sett ...
philippe3441 — May 2013 — 1 comment — taxonomy
Discussion Rules: How to fetch all products of a specific type
Hi! I need to fetch all products of a specific product type in a rule. How to do it best? thanks, Marc ...
dasmoermel — December 2011 — 1 comment
Answer Answer to Question 6773
Vote up! 0 Vote down! leopitt, Thanks for the reply. That does the trick. Additional tid bit, be sure to choose inline entity form- multiple values so you can see all line items and edit them. Otherwise you'll see and be able to edit the first line i ...
planettucker — May 2013 — 1 comment
Answer Answer to Question 12540
Vote up! 0 Vote down! That's an interesting feature request. I'm pretty sure once you've handed the payment off to paypal, there's no real way to "stop" the transaction. I think you might be best off creating a rule that chec ...

Discussion Product help
Here's what I'd like to do. Create a product: Have 2 buyer selectable fields: image (3 choices) mat color (8 choices) nothing changes the price of the item. What's the easiest and best way to achieve this? I can't figure it out. thanks ...
James Haswell — December 2013 — 1 comment
Answer Answer to Question 8033
Vote up! 2 Vote down! Rather than say they are creating a relationship with the referenced product, I would say they are just adding a filter for "Product Line Items", and in the "Global: Custom Text" field, they are simply re-using th ...
Favio Manriquez — May 2013 — 1 comment
Answer Answer to Question 7895
Vote up! 1 Vote down! Perhaps it can be done with only Rules, but you might want to consider a code approach which could be more straightforward. For example: function YOUR_MODULE_form_alter(&$form, &$form_state, $form_id) { if (strpos($form_id, ...
Favio Manriquez — May 2013 — 1 comment