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 Additional Information on the Order Page

I need to display additional customer information regarding the order when viewed by an admin. I need to show the date of the order and the customer's email address(among other things). How would I go about modifying the order page for admins? ...
tars16 — December 2011 — 11 comments

Answer Answer to Question 8028

Vote up! 2 Vote down! If you are using the default orders view, you should change in contextual filters the Commerce Order: Uid check, just click on "If the current user does not match the argument, validate the argument for users with specific roles ...
emailAlexander — September 2013 — 1 comment

Answer Answer to Question 13091

Vote up! 0 Vote down! Hi, I can call commerce_cart_order_product_line_item_delete() and commerce_entity_reference_delete() from a module without any problems. function my_sandbox_form_alter(&$form, &$form_state, $form_id) {  commerce_entity_refere ...
DNZ Andy @ BlueFusion — February 2014 — 2 comments

Question Product title with many optional variations

Vote up! 0 Vote down! I have a product type with many variations, but only one or two are used at the same time. This gives me this kind of title: Product1 (,,,,,,, blue,,) What can I do to make it look like this? Product1 (blue) Catalog ...
idflood — April 2013 — 1 comment — Catalog

Discussion Shipping: how to display shipping details or info in the shipping pane of checkout?

Hi, I have been trying to figure out how to display shipping info or details for the end customer to read during the shipping step of the checkout. The info i want to display basically describes what the shipping method is. EG. If I created a shipping ser ...
thelauman — April 2012 — 4 comments

Discussion Clone a Product Type?

Hi, Forgot to ask that in my last post but it's could be nice to be able to clone a product type which share 90% of fields,... Thanks, Florent ...
Florent — July 2011 — 14 comments

Question Change word "Price:"

Vote up! 1 Vote down! Hi... How to change word "Price:" that appear on front end site to be "Harga:"? I want to translate it in my country language. This is screenshot of the word www.fizzjogja.com/price.jpg translate ...
Jericho — April 2013 — 2 comments — translate

Answer Answer to Question 13471

Vote up! 0 Vote down! If it were me, I'd to a MySQL dump, or do it through code. Which one are you most familiar with? There is also Views data export, but I haven't used that. https://drupal.org/project/views_data_export ...
delta195 delta195 — March 2014 — 1 comment

Answer Answer to Question 38569

Vote up! 0 Vote down! For anyone looking to do this (which there are a bunch of ppl..) I found a way to finally get this to work. For starters, turn off the Combine options in your Line Item displays and Product displays. Then install Rules Array Create m ...
tjohnston Travis — August 2015 — 1 comment

Question Displaying product variants on the same page

Vote up! 0 Vote down! Hi We're setting up as store in commerce kickstarter with the view of displaying product variants in a list (like http://www.graff-city.com/product_info.php?products_id=1420) rather than switching the product details by clicking ...
iammikek — February 2013 — 1 comment — Views, Product Variation

Pages