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 EU VAT

Dear All, I am creating a webshop, using commerce module. I set up, that if a customer wants to pay his items, the VAT (27%, based on the Hungarian laws) is added to the end of the list and the final amount is accumulated with the amount of VAT. Also the ...
memil — September 2012 — 5 comments

Question Select attribute dropdown missing on Add to Card form

Vote up! 2 Vote down! Hey all, Ive added a field to my product entity called 'Colors'. This is a term reference field. I enabled " Enable this field to function as an attribute field on Add to Cart forms". I also selected "unlimit ...
houseman — February 2014 — 1 comment — drupal commerce attributes

Question How do I override the page display at user/*/orders/*?

Vote up! 0 Vote down! I need to configure this primary order detail page in my own way and I cannot seem to find where they layout is being setup. It is not a view (though the table of line items is). I would like for page manager to control this page but ...
Ravenight — April 2013 — 2 comments — Order, FAQ

Question How can I display a confirmation message when a user selects a payment method?

Vote up! 0 Vote down! Hi all, I want to know how to actually take to display a confirmation message when a user selects a méthode payment (check, blue card...) I want to display a text with a step (+ button to validate this choice). Anyone have similar ex ...
woprrr — April 2013 — 2 comments — Payment, Rules

Answer Answer to Question 8302

Vote up! 0 Vote down! If the product image field is inside the product variation type, you might have to use another set of events, like in this rule: {"rules_get_product_image": {    "LABEL": "Get Product Image",     "P ...
Favio Manriquez — May 2013 — 2 comments

Answer Answer to Question 8538

Vote up! 1 Vote down! This really sounds like an issue to take up with the Entity API module maintainers. If I were trying to optimize this locally, I'd look at priming your entity cache by loading all the products in the results via commerce_product ...
Ryan Ryan Szrama — July 2013 — 4 comments

Discussion Marketplace update/resources?

I have been researching Drupal Commerce to see if it can be used for marketplace functionality. It looks like there was a demo of this functionality in Denver of March this year. Is there any video/documentation on this presentation? I also found this on ...
ccmd00d — December 2012 — 2 comments — market place

Discussion How Do I Make Custom Line Items Display in the Order View?

Sorry, I posted this in the question/answer section too but it seems like the forum is a bit more active... I feel like this is probably a really dumb question but I can't seem to figure out how to do this: I've created a "product" tha ...
carelessdonkey — March 2013 — 4 comments

Discussion content location

Hi, I am having a hard time figuring this out. I am new to drupal commerce. how do you control where a content gets displayed. for example the standard theme that comes with kick start 2 has 2 menus on the top, there are products on the top left and there ...
ariban99 — March 2013 — 4 comments

Answer Answer to Question 13212

Vote up! 2 Vote down! Found the answer in the hook_payment_method_submit_form_submit() you can store the setting in the $order->data object. Thanks for nothing drupal commerce support:) BTW naming a function xxx_submit_form_submit(), were your entire t ...
gaetanp — February 2014 — 1 comment

Pages