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.
Documentation Order info hooks
hook_commerce_order_state_info() hook_commerce_order_status_info() hook_commerce_order_state_info() The Order module uses this hook to gather information on order states defined by enabled modules. An order state is a particular phase in the life-cycle of ...
Ryan Szrama — May 2012 — 2 comments
Discussion commerce_line_items_quantity returning 0 on every order
is dpm'd in commerce_line_items_quantity(). If I comment out the drupal_goto('') after ...
Mojiferous — June 2013 — 1 comment
Documentation Function that tells us if the items in Shopping Cart / Basket
<?php // Provided by stevetook in the forums. function items_on_cart () { global $user; $cart = commerce_cart_order_load ($user-> uid); $line_items = count ($cart-> commerce_line_items)? TRUE: FALSE; return $line_items;}?> ...
Josh Miller — May 2012 — 2 comments
Answer Answer to Question 7703
http://drupal.org/node/1649096#comment-6143472 See point #1 that guy makes about a field that's defined in code. So, the default line item ...
Josh Miller — April 2013 — 1 comment
Question Issues installing Commerce Kickstart v7.28 Core
http://www.sherbetboutique.com/modules/contextual/contextual.css?mpqinh "); @import url(" http://www.sherbetboutique.com/modules/comment/comment ... Blocks Comments Commerce Guys Marketplace Configuration Views Reports Help Create an order ...
Answer Answer to Question 5397
please leave a comment on it with a paste of the variable you're talking about and a bit more ...
Ryan Szrama — April 2013
Documentation Checkout info hooks
hook_commerce_checkout_page_info() hook_commerce_checkout_pane_info() hook_commerce_checkout_page_info() The Checkout module uses this hook to collect information on all the available pages in the checkout process. The checkout form is not a true multi-st ...
Ryan Szrama — May 2012 — 2 comments
Documentation Installing from scratch
Your first step will be to perform a standard installation of Drupal 7. For information on system requirements and database / file system configuration, please refer to the Installation guide on drupal.org. To install the Commerce modules, you need to dow ...
smokinggoat — June 2013 — 1 comment
Documentation Migrating from Ubercart Stores
To migrate from Ubercart, you can either move the product catalog as described in Importing Products and Reference Nodes or you can use the Commerce Migrate Ubercart submodule of Commerce Migrate to bring in a more full-featured migration. An article and ...
Randy Fay — December 2012 — 1 comment
Answer Answer to Question 3304
error. I just had to comment out the dpm() and it came up. From all my reading on this subject, I thought ...
switch — July 2012