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 Use Case for an Event Registration w/Early Bird Discount- UPDATED to suggest a different approach...need to hide certain lines
I need further assistance in understanding this. Here's what I posted to IRC #drupal-commerce, but ... no response. cmcoppenbarger> I have a use case I need help writing a rule for in commerce ... "commerce_line_item", "commerce_product_reference"], "ON": ...
ccoppen — February 2012 — 3 comments
Discussion Product Order- How to add product option information to the order
I have tried several different configurations and the only suitable one seems to be using product options. It seems I have too many products to create individual products for 10 different attributes. Ended up with over 3 million products and my server did ...
Lowell — May 2013 — 4 comments
Question Product View/ Catalogue in a table format
Vote up! 0 Vote down! Hi All, I am evaluating Drupal Commerce for a online store for which is ...
Al — November 2015 — table view of product catalogue
Discussion Rule when a product is added.
;'commerce-product','label'=>t('On New Product Create..'))),), I plan to ...
srkamineni — February 2012 — 2 comments
Discussion Get order total
How do I get the total monetary value of an order into a shipping module? M ...
thewelshmike — March 2012 — 1 comment
Answer Answer to Question 13732
I've come close! I actually have this coming up in a project slated to start in July), I'd create ...
Ryan Szrama — May 2014Discussion Theming: changing the look of the product select list in a product display
Another theming question for the board. I searched this and can't find anything quite like my question. When you create a product_display node based on a few of your products, it generates a select list for each product. What I want to do is create a ...
ericjlitt — February 2012 — 2 comments
Discussion How can I hide a product variation field in the page template?
work with the above code but my content type fields will? Thank you Drupal 7 commerce-Kickstart 2.0 ...
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 ...
Question How to hide checkout panes based on shipping method?
panes(Commerce Fieldgroup Panes). So I am trying to do something like this: 1. Method one- Show default shipping ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) { global $user; ... = commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ...
