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 Set multiple field values with rules... (Order ref. on Product)

Hi. I'm trying to create an Order reference on Products when ever a new order is created. I have installer the "Order Reference" module and created a Order reference filed on my produce type. Next i created the following rule: Event: 1) Aft ...
RasmusKnabe — March 2014 — 4 comments

Discussion Print out a Drupal Commerce field only if it has a value

In Drupal Commerce, you can use the following to print out a field in your node.tpl.php file: <?php   print render ($content ['product:field_NAME']);?> But how do you print a field only if it has content? For a normal Drupal field you woul ...
big_smile — February 2013 — 4 comments

Answer Answer to Question 7293

Vote up! 0 Vote down! Hi talengix, Yes I mean exactly that what you mean. Problem is that I must implement this http post method on the commerce system anywhere. Because there are no payment module for kyrgyzian's bank system. Can you maybe please te ...
Lesto09 — March 2013 — 2 comments

Discussion Invoice a Customer and Have Them Pay Later

Is it possible to invoice a customer and have them pay at another time? I tried to create an order manually, then assign the user as the Owner of the Order. However, when I go to the Payment tab to pay, only Example Payment shows up, even though I have th ...
BD3 — June 2012 — 9 comments — invoice, bill, payment

Answer Answer to Question 3176

Vote up! 2 Vote down! Thanks a lot for your code! I turned it into a custom function that does not need to know the node's bundle nor the referencing field. <?php function mymodule_get_referencing_node_id ($product) {  // Itterate thhrough fields ...
lmeurs — September 2014 — 3 comments

Discussion Commerce backoffice

Hi I install this module http://www.drupalcommerce.org/extensions/module/project/commerce_backoffice but i have only edit and delete option. I want fast edit price. Where is problem? ...
nawi — March 2013 — 2 comments

Answer Answer to Question 7278

Vote up! 0 Vote down! 1. Go to Checkout settings: /admin/commerce/config/checkout/form 2. Shopping cart contents > Configure 3. Check: "Include this pane on the Review checkout pane" ...
r — March 2013 — 2 comments

Answer Answer to Question 37123

Vote up! 0 Vote down! Hmmm. I just followed your steps and was able to see the rule in the right place. Not sure why it isn't updating on payment though. Perhaps the paypal full payment is not trigger the paid in full event? I'd start by having ...
jesse.nicola@commerceguys.com Jesse Nicola — June 2015 — 2 comments

Discussion Product VIEWS display not showing up for Anonymous users

I'm a bit stumped by what seems like a simple Permissions issue, however, I can not find the solution in the Permissions or any access control settings. (I'm a Commerce noob, but relatively experienced with Drupal) I created a Product listing vi ...
crooker — August 2012 — 11 comments

Question Pull Address from Address Field into Customer Profile (Billing and Shipping)

Vote up! 0 Vote down! I am using Address Field module and users enter their address at the time of registration. I want to pull address information into customer profiles (billing and shipping) so that when, users go to checkout, they could select same ad ...
zealny — April 2013 — 2 comments — Customer Profile, AddressField

Pages