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 DC Product attributes
Hi, please correct me if I've posted this on wrong place. I'm working on a shop which requires product attributes. I've downloaded the module product attributes, enabled it and unfortunately the menu link is not displayed (as usual at uberc ...
frizi — December 2011 — 1 comment
Discussion Display filtered results on same page
On All products page, user can filter products based on category, but after user click on some category check box user is navigated to another page which shows filtered category products. The design of the new page is totally different, side bar is not di ...
Asad Malik — July 2014 — 1 comment — all product
Discussion Product display?
Can we alter the display? Doesn't look as customizable as a view but has the automatic grouping option where it seems to put like-fields in a drop down. Is this the only benefit? Am I able to get the best of both worlds? Am I missing something? ...
switch — August 2011 — 2 comments
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
Discussion Add extra field to "add line item" dropdown
Hello Folks I was wondering if it's possible to change the content of the dropdown box that lets you add products to an order? This one: http://www.rillbar.dk/lineitem1.png (it's in danish, but i guess you know where we are?) The reason is that ...
smash — December 2011 — 1 comment
Discussion Single Payment Method with Multiple Payment Accounts
So I am in the process of writing a module for the payment gateway we use (Nelnet/Quikpay), and have gotten it [mostly] working. The issue I've just realized is that we have different product types that have to be paid to different accounts, but usin ...
TheMoose — August 2011 — 2 comments
Discussion Restricting Sales of Specific Products Based on Geography with Rules
Hello I am trying to use rules to restrict customers from buying certain products in states and cities where they are illegal (ie slingshots in New Mexico). I know this can be done, but I cannot seem to find the right combination. For actions, I need to r ...
tyreldenison — December 2011 — 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
Discussion Understanding the Order-Flow
Hey, i am using Drupal Commerce since it was beta and know all about the system and how to do what i or my customer want, so a big "Thank you!" But there is something I do not quite understand: When the checkout is complete, the order status is ...
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