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.
Answer Answer to Question 7841
but only if I can indeed import hierarchical taxonomical data long with products. ...
Strompf — August 2014
Answer Answer to Question 7442
("rules_discount_product_one"): http://www.drupalcommerce.org/faq/rules-field-data-selection You just have to remove the second ... condition so you apply the rule to all the products and instead of change the "amount", just ...
realskorpion — April 2013 — 1 comment
Answer Answer to Question 7267
Vote up! 0 Vote down! dasmoermel, As with most things for customizable products (line item ...
Josh Miller — April 2014Answer Answer to Question 3411
"gallery_image"=>"gallery_image" ), ), "cardinality"=>"-1" ); field_create ... $instance["bundle"] = $type; field_create_instance($instance); } ...
Anonymous (not verified) — May 2013
Answer Answer to Question 3304
$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... 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 ...
UrmasZ — April 2013
Answer Answer to Question 4093
Vote up! 2 Vote down! Hi Try this... Edit the view at http://YOUR-SITE/admin/structure/views/view/collection_taxonomy_term/edit click the advanced link then follow the instructions below. Best of luck. Ruffy http://drupal.org/node/1685096#comment-6458420 ...
ruffy — August 2013 — 1 comment
Answer Answer to Question 3245
'customer_profile_shipping') { $order = commerce_cart_order_load ($user-> uid); if ...
dannymacom — April 2013
Answer Answer to Question 7501
commerce_order_invoice_form_commerce_product_ui_product_type_form_alter() (line 116 of ...
atsuisofu — March 2013
Answer Answer to Question 7427
have the product and product ui modules turned on? I know simple questions but sometime things can be ...
makawak — March 2013
Discussion Understanding the Order-Flow
changeable. The prices of the line items can be changed if you change the product. That should not really be ... that and why is the order after checkout not closed for changes in the products? Tobi checkout checkout ...
