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 URL-Alias based on Product-Names
Instead of an URL like ".../commerce/products/3" I would like to give every ... commerce-product a URL-alias based on product-title for example: ".../commerce/books/the-drupal-book" But ... not for other entities. So, how can i achieve URL-aliases in Drupal Commerce? I can't find ...
adam1 — July 2012 — 1 comment
Answer Answer to Question 3585
Vote up! 4 Vote down! By default, when you have multiple products referenced by a product display, they'll appear on the product display node as select list. You can choose what fields should act as a product attribute on the field settings of the pr ...
Augustin Delaporte — April 2013 — 2 commentsQuestion Payment Options Name Change
Vote up! 0 Vote down! Hi I'm running an off site payment gateway (Payfast) on my commerce ...
Renier — August 2013 — payment name
Question How do I create a view of a product with a table of variations?
http://www.rmtools.lt/p/DIN_338_HSS_PRO_IRWIN_Quadropack/3 I cannot find the view which is used by Commerce Kickstart displaying this standard productdisplay ...
Answer Answer to Question 8788
"commerce_line_item", "commerce_cart"], "ON": ["commerce ... _cart_product_add"], "IF": [{"entity_has_field": {"entity": ["commerce ... [{"commerce_line_item_unit_price_multiply": {"commerce_line_item": ["commerce_line_item"], "amount": ...
strr — September 2013
Question Deleting products that are in completed orders
Vote up! 4 Vote down! I am using Commerce for both event registrations and product sales. The ...
Discussion Field Type and Widget for Body field
Hello In Commerce Kickstart2, the field type of the core body field has been changed to "Long ...
karim — October 2012 — 1 comment
Answer Check the existing modules
in Europe: VAT Number Commerce EU VAT Concerning your questions, here is what I would do: 1) Create ... Action: "Calculate taxes for a line item" on your [commerce-line-item] with the Tax type of your ... choice. 2) Use the following 2 modules: Commerce Cash on Delivery Commerce Bank Transfer Hope that helps! ...
Augustin Delaporte — March 2013Answer Answer to Question 7198
condition may be it helps some one <?php $line_items = $commerce_order-> commerce ... _line_items ['und']; foreach($line_items as $lid) { $line_item = commerce_line_item_load ($lid ... commerce_product_load ($pid); $field_part = $product-> field_minimum_participants ...
alinouman92 — March 2013
