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 Rules to create/delete a corresponding Product Display upon create/delete Product

Trying to figure out a way with rules to automatically create a new display node when a product is created. The display node title should be the sku of the product. Also trying to figure out a way to do this in reverse, ie when the product is deleted so i ...
phillbd — October 2011 — 13 comments

Discussion cart functions only for specific role

Hi, I am building a new site that i need to allow ONLY wholesaler to be able to add to cart items and checkout however all other users can only view the products but not have any cart functions including not to show the add to cart button for them. how ca ...
ariban99 — March 2013 — 7 comments

Question Saving into a customer profile field

no problem: if(!empty($order_wrapper->commerce ... _customer_billing->field_shop_annotations)) {$annotations = $order_wrapper->commerce_customer_billing->field_shop_annotations->value();} But saving ... = commerce_cart_order_load($user->uid); $order_wrapper = entity_metadata_wrapper('commerce_order', $order); $annotations ...
maze — April 2013 — Customer Profile, php

Question Newbie: what modules to use for one time subscriptions

checking. Proposed solution: Use the power of Drupal Commerce as an in house administration system on the ... the customer never sees the Commerce system. How can we skip this? I think I will need some ... combination of Drupal Commerce, Commerce Recurring Framework and Commerce Direct Debit. Drupal Commerce is ...

Discussion Hide "Add to cart"- Button for guests

Hello! Guests should have the permission to see the products of the shop, but not to add them to a cart. How can I do that? Thanks, Marc ...
dasmoermel — February 2012 — 6 comments

Question Problem with "Update the order status" action on "When an order is first paid in full" event

Vote up! 0 Vote down! Hi all. My environment: * Drupal Core 7.19 * Drupal Commerce 7.x-1.4 * Using ... rule",     "REQUIRES": ["commerce_order", "rules", ... "commerce_payment"],     "ON": ["commerce_payment_order_paid_in_full"],     "DO": [      ...
Malty — February 2013 — Order, Payment

Answer Answer to Question 31441

Vote up! 1 Vote down! Have you tried assigning different or adjusting Line Item types? I think this is what you are looking to do. Set or adjust the line item types to your needs in the store settings>line item types. ...
garpy — December 2014 — 1 comment

Discussion Discounted price problem with Rules data selectors

The situation is the following: There are two price fields for a product, and when my client fills out the second, it would be new discounted price. The page should display the old price crossed, and the new (the displaying not a problem). Here is the pro ...
balintd — December 2011 — 13 comments

Question How can i edit display node on rules Checkout completion event

Vote up! 0 Vote down! I am using commerce node checkout and i want to alter the node that is being ...

Discussion Checkout rule: send email to Email Field

Hello, I got much of the way following the excellent post here: http://www.drupalcommerce.org/node/803 I created a website with many administrators. Each administrator is responsible for his products that he posts. Each product has an email field (using t ...
tevih — January 2012 — 6 comments

Pages