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 5260
products. All Kickstart modules (the admin theme, etc) are available separately, so you can easily add the ...
Bojan Zivanovic — April 2013Answer Answer to Question 6995
Production access. But I'm having the same problem. No step-by-step instructions. No shipping buttons on ...
spacerex — June 2013 — 1 comment
Answer Answer to Question 3138
entity (i.e. product type) to gain access to every field on the entity. This example Rule can be imported ... into your site to demonstrate this aspect of Rules. It will apply a 10% discount to any product whose ... SKU is PROD-01: {"rules_discount_product_one": { "LABEL": "Discount ...
Admin — April 2013
Answer Answer to Question 3622
Vote up! 0 Vote down! You can add a relationship to the product information using the product id ... products were ordered per month. I would recommend you also relate the order using the order id on the line ...
Josh Miller — September 2012Answer Answer to Question 6791
Vote up! 0 Vote down! I decided to solve this by implementing hook_commerce_cart_product_add and ...
maiagallo — January 2013
Answer Answer to Question 5193
Vote up! 0 Vote down! I am still trying to work this out. I have created a new theme and added the ...
petmor — December 2012
Answer Answer to Question 10007
product variations for you, manually (or, write the generic module:) But the fact that it's not ...
Bojan Zivanovic — September 2013 — 1 commentAnswer Answer to Question 3304
hook_commerce_checkout_pane_info_alter($checkout_pane) */ function my_module_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user ... = commerce_cart_order_load($user->uid); // flat_rate_pick_up is the ID of a cloned flat_rate shipping method ...
switch — August 2012
Answer Answer to Question 3183
files, you are selling user generated files. Here's how I would do it without code: 1) I would ...
Josh Miller — April 2013Discussion Custom Rules Action (completing order) and Order ID
Hello all, I have created a custom rules action via module. My only problem is making the Order ID ... available. My function prototype is as follows: function create_this_node($node, $context = array()) If ...
Amarjit — January 2012 — 1 comment
