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 5263
purpose there is the feeds module with some additions for importing users, nodes, products (if you run ...
ronald — December 2012
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 5249
module enabled, use it to add and remove items to the client cart as needed, and just say that users with ...
jhmoore — December 2012
Discussion Populate Commerce File fields programatically
uploading) The goal is automated product/display creation for the user. Is that possible? Thanks for your ...
jon-pierre — April 2012 — 1 comment
Answer Answer to Question 8730
item. This data can be used in various places through the user interface (i.e. Views, Rules, Tokens) ...
Ryan Szrama — July 2013Answer Answer to Question 8599
can't control what the user does once they've already redirected. The best thing to do would be to ...
Ryan Szrama — July 2013 — 1 commentQuestion Duplicating an order
(!isset($order)) { return; } if (empty($account)) { global $user; $account = $user; } // Get the ...
HenryJones — February 2013 — Order
Answer Answer to Question 3245
'customer_profile_shipping') { $order = commerce_cart_order_load ($user-> uid); if ...
dannymacom — April 2013
Answer Answer to Question 8129
User: root and your on password). This is actually a lot of work and a real hassle to do each time if ...
OutdoorEd — June 2013
Answer Answer to Question 3178
for each size of painting that has the same price. 2) You could then create nodes for each painting ...
Josh Miller — April 2013