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 13600

= commerce_cart_order_id ($user-> uid);   $cart =  commerce_embed_view ('commerce_cart ... Vote up! 0 Vote down! Here is some code that adds ajax capabilities to the cart/"add to ... cart"-button <?php function your_module_form_alter (& $form, & $form_state, $form_id) {  // Add ajax ...
Johannes Kees — April 2014
Commerce Canadian Taxes

Module Commerce Canadian Taxes

on cart line items A separate UI module is provided to initialize the tax field instances Current ... are created transparently, meaning they don't exist until they're created for the cart. So, ... there is no easy user-configurable way to control what taxes are applicable on shipping without also ...
— September 2011 — 54 Installs

Blog Commerce Module Tuesday: Commerce Product URLs

Welcome to another Commerce Module Tuesday! Today we are looking at Commerce Product URLs, maintained by Maciej Zgadzaj who is a senior developer at Commerce Guys. This project almost doesn’t require a video. If you’re running Commerce 1.6 or later, just ...
joshmiller Josh Miller — September 2014 — 4 comments

Discussion Pricelist per user (Custom price per product and per user)

Hi, I have a complicated situation! I need one pricelist per user! What I mean: I have 500 ... customers that have different price per product on my ERP. So one pricelist per user. I have 1000 products. ... So, have I need to create 500x1000=500000 rules? I search something about pricelist er user to use ...
tarasiadis — January 2014 — 3 comments — price, price list

Discussion Default shipping selection

shopping cart on the first checkout page only shows shipping after it's selected in the next step and ... going back. So if it is selected by default, will it show up on the view (shopping cart summary)? Thanks ...
hamu — April 2012 — 2 comments

Discussion Programmatically add a donation

  global $user;   // load the order, create new one if unexisting   if (! $order = commerce_cart ... _order_load ($user-> uid)) {  $order = commerce_cart_order_new ($user-> uid);  }   // Define the values for the ... ('commerce_order', $order);   // Invoke the product prepare event with the shopping cart order.   rules_invoke_all ...
Manuel — February 2012 — 1 comment

Question Commerce kickstart installation.

Vote up! 0 Vote down! I am new to commerce kickstart guide me can i install it on xampp with win7 ...
Commerce RMA

Module Commerce RMA

two modules: commerce_rma: core functions. commerce_rma_ui: user/admin interface. *commerce_return* is ... user order list. This link is a default view handler, so you can easily use it in your custom order ... views. After user click on the "return products" link, module redirects user to the return ...
goldorak goldorak — September 2012 — 22 Installs

Module Commerce Credits Flag

In combination with Commerce Credits, this module forces users to buy a credit before flagging ... some content. This can be useful when you want users to pay for flagging a node as promoted for example ...
guillaumev — January 2012 — 2 Installs

Question Enforce conditions before checkout?

cart for current user     $order = commerce_cart_order_load ($user-> uid);     // check to see if ... removing a product from your cart that requires active member status (2) a user can easily bypass the check ... allowing a user to checkout. I'm working on a site that requires "active member" status ...
Dave Bruns — April 2013 — Checkout

Pages