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.
Question "Active" licenses returning "403 Error- Access Denied" on previous purchases
users. The website has about 2000 registered users, 15 000 pageviews per month and lots and lots of ...
Hendrik Martens — February 2013 — 1 comment — Downloads
Answer Answer to Question 7566
Commerce users dealing with real world problems implementing the software, but shouting about how crappy ...
Ryan Szrama — April 2013 — 2 commentsQuestion Anonymous Cart not showing product name- just "View Product"
Kickstart 2.6 D7.22, but when an anonymous user adds to cart, the /cart just shows all products as ...
Discussion Updating drupal commerce price dynamically using views
session,user,product wise. ...
divyacommerce — February 2014 — 1 comment
Answer Answer to Question 6709
Vote up! 3 Vote down! The reason we use separate Order IDs from Order Numbers is primarily to accommodate sites that use alphanumeric or non-sequential identifiers for orders. Because every other serial numeric entity identifier is called an ID, we use th ...
Ryan Szrama — April 2013 — 1 commentDiscussion Load line item's prices in an array
didn't find anything yet. I need to load each line item's price present in the current user cart in ... cart and total amount of the cart with this code... <?php global $user; $order ... = commerce_cart_order_load ($user-> uid); $order_wrapper = entity_metadata_wrapper ('commerce_order', $order); ...
evanasse — May 2013 — 1 comment
Question Checkout rule
the amount of the reward. I need this value of total orders because anonymous users need to see this ...
Kris Obbers — May 2013 — Checkout Rules
Discussion Payment for certain items.
users shopping cart. How can I do this? ...
Stillnikaien — June 2012 — 1 comment
Discussion Customer can add a (customized) product to his cart. How can he retur from the cart to the customized product, to edit it?
so far. But how can i return from the shopping-cart to the product, so that the user can edit the ...
paddes — June 2012 — 1 comment
Discussion Creating custom order: can't reach checkout
booking_create_order (& $form_state) { global $user; $prod_ids = array( array( ... = commerce_order_new ($user-> uid, 'checkout_checkout'); $order_wrapper = entity_metadata_wrapper ...
