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 drupal to drupal commerce migration
one)... Is there a way to simply "copy" all the commerce related data (configuration, users ...
Answer Answer to Question 3940
/user in your url to connect as admin and then remove the maintenance mode. ...
Anonymous (not verified) — November 2012
Discussion Frustrated! SSL checkout & cart not working
yet I haven't seen a fix. When an a user, whether they are an administrator, anonymous, or ... does it have to be SSL for every page. All users have access checkout permissions. So why the issue. ...
scott.carlton — September 2011 — 7 comments
Discussion commerce_cart_add_to_cart_form_attributes_refresh and drupal_alter
Hi, I am trying to add an additional AJAX command that's fired when users select a product ... reference (eg. users select a product reference and a value on the page is updated). I have found ...
rj — December 2012 — 3 comments
Discussion Bloc Content Already Seen
Hello, I search a module who can track the user and display the recent content who seen. Have you ...
Answer Answer to Question 31861
function HOOK_node_view_alter(&$build) { if(!user_access('wholesale permission')) { ...
Andy @ BlueFusion — January 2015Answer Answer to Question 4532
something like this, when payment status is pending then dont allow user to view order details? Thanks ...
leand — October 2012
Answer Answer to Question 4374
http://www.drupalcommerce.org/user-guide/product-attributes-variations and: http://www.drupalcommerce.org/user-guide/product-displays Cheers! ...
Anonymous (not verified) — November 2012
Question How do I fetch visitors cart contents, using services api?
items are in the users cart. I would like to be able to cache all pages, except "cart view" ... and /checkout/*- using varnish. So I would like to fetch this counter of items in users cart- using ... module) can see which users cart it's suppose to fetch data from. I have found commerce_ajax_cart ...
Answer Answer to Question 3975
something an attribute. http://www.drupalcommerce.org/user-guide/product-attributes-variations ...
Josh Miller — October 2012