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 3259
(specifically for non-admin users) I did hook_menu_alter to add access arguments so that non admins could not ...
dannymacom — April 2013
Answer Answer to Question 8830
any module that depends on it by itself. The one thing you'll lose doing this is product ... attributes, but if you don't need that functionality (i.e. product groups w/ different variations), then ...
Ryan Szrama — July 2013Answer Answer to Question 4117
the HTML would get imported into the body of the product view. To generate the HTML for each product ...
ndavidg — October 2012
Answer Answer to Question 4845
Vote up! 0 Vote down! Hello, Normally you can alter forms if you create an own module and use the ...
mrbrookman — November 2012
Discussion Rules subtotal Discount only when specific SKUs are in cart
Can someone point me in the right direction? I have read and watched Randy's videos here. http://www.drupalcommerce.org/node/461 What I want to do is a little different though. I want subtract an amount from the subtotal only if specific SKUs are in ...
Jeff Purtle — March 2012 — 1 comment
Answer Answer to Question 5452
hook_commerce_product_calculate_sell_price_line_item_alter($line_item) is intended for: giving me the chance to intercept any reference to the Drupal database's ...
iainH — December 2012
Answer Answer to Question 4778
to call.attr and.trigger $('ul.choose-product-quantity li').click(function(){var quantity ... = $(this).children('.product-quantity').text(); $('.form-item-attributes-field-product-qty input').filter(function(index){return ...
marcelodornelas — November 2012
Answer Answer to Question 4044
Vote up! 2 Vote down! Hey w00zle, How did you create the 'Processing' order status? ...
BernieCram — August 2013 — 1 comment
Discussion registration at checkout... is possible to make seamless?
instances. 1. I don't care if anonymous users see a horz login registration at the top of the page. 2. ... user to have to verify registration information at least not until the checkout is complete. 4. Yet, ...
Discussion Get the current currency
a product, something like: <?php $nid = 45; $node = node_load ($nid); $nodeView = node_view ($node, ...
