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.

Discussion How to Sort Multiple Products in ATC Form

I have a display page that has multiple products in a single add to cart form. It looks like the ...
marvyndt — January 2014 — 1 comment

Answer Answer to Question 3390

hook_form_alter(). * * Hides `update cart` button and disables quantities in cart. */ function ... modulename_form_alter(&$form, &$form_state, $form_id) {  if ($form_id === 'views_form_commerce_cart ...
coder — April 2013

Answer Answer to Question 12898

thanks to Ichang https://drupal.org/user/2519980 for his support in this critical issue. Good luck!! ...
drupalability — April 2014

Discussion Single Payment Method with Multiple Payment Accounts

added to the cart? My scenario for clarification: We have 3 basic "products". One is for ... be able to check for a special event product in the cart, and limit the cart then to only allowing ... done adding, they go to Checkout, and based on the products in their cart, the payment account is set ...
TheMoose — August 2011 — 2 comments

Answer Answer to Question 5230

the user to see. Neat solution without additional rules on the site. ...
Nico Ahn — August 2014

Question Use different View on order for admins and customers

customer on for example: user/1/orders/123 Is it possible to use different views or different view displays ...

Question Adding field attributes to product does not display in product display node

I've "Enable this field to function as an attribute field on Add to Cart forms.". As for ... if the Add to Cart form only represents one product." which doesn't work as well. It only ...
jonloh — April 2013 — Product Attributes

Question About Affiliate program in drupal commerce

track the sales and set the commission to the affiliates based on the products purchased, orders,users ...
Purush — April 2013 — affiliate programs

Question Shipping 12646 different items:)...

a unique product-country-sku-shipping type-zone-weight kg (to reference entire cart weight)-price 12646 ...
charlz — July 2013 — Shipping, Product reference

Discussion Can not manage to display currency symbol instead of code-or- can I just remove the currency portion of the price

I am pricing products in ILS- Israel Sheqel Prices are appearing as ILS 12.34 instead of ₪ 12.34 (there is a symbol there, you may not be able to see it depending on your fonts/system) The core code seems to support using the symbol, as it's describe ...
photoboy — May 2012 — 10 comments

Pages