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 3245
hook_commerce_checkout_pane_info_alter (& $checkout_pane) { foreach ($checkout_pane as $pane_name => & $pane_data) { ... = commerce_cart_order_load ($user-> uid); if ($user-> uid > 0) { unset($checkout_pane ... ['commerce_p2cp_profile']);}}}}?> I would like to hide a profile2 pane only for registered users. How may I transform that into ...
Rosamunda — April 2013
Question Tite formating in Product views page
products are created in DCK (Drupal Commerce Kickstart). Here are a couple things, I can not figure out ... applied, where in example product,./commerce_kickstart_theme/templates/field--fences-h2--node.tpl.php file ... commerce_kickstart_theme field template? Custom products Templates Style ...
Answer Answer to Question 7267
a new module on the block called " Commerce Bundles." And a great Tech Talk where we explain ... be a little less). http://commerceguys.com/webinars/tech-talks/commerce-bundles Josh ...
Josh Miller — April 2014Answer Answer to Question 6949
Vote up! 0 Vote down! I just figured it out. First a the relationship "Commerce Product: ...
alec — January 2014
Discussion Add fields from product to line item
Currently trying to add additional fields from my customised product type, to the line item so they can be displayed within an order. I can modify the line item type: product fields to create the location to store the information, but don't know how ...
essbee — March 2011 — 4 comments
Question Why is it I can't put the Payment Pane in the Payment page? Or How to separate review pane and payment pane?
offsite? Do I have then to implement a custom checkout page (hook_commerce_checkout_page_info()) where ...
Answer Answer to Question 12666
http://drupal.stackexchange.com/questions/49981/commerce-panels ...
Josh Miller — January 2014Question reservation and reorder
commerce stock), so this is all fine till here. Now, i need to do something like, when the product end date ...
Answer Answer to Question 13677
action. Another module that may interest you is the Commerce Add to Cart Confirmation module that really ... the module Commerce Kickstart 2.x uses to show the popup after the Add to Cart form is submitted. ...
Ryan Szrama — April 2014 — 1 comment