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 Order ID # > 999 not showing
Vote up! 0 Vote down! Hello there, The Order ID # has stopped showing at the Orders view after it reached the #999. Probably there is a parameter somewhere that says to use only 3 digits for the order ID numbers. If a call the order ID directly —say Order ...
juan.pompa — August 2013 — 1 comment — commerce orders
Discussion Is it possible to list products from Drupal Commerce in a non Drupal site?
Hi everyone I am quite new to Drupal and Commerce. I have a requirement to use Drupal Commerce APIs in a non Drupal website. The requirement is to replicate the product listing and implement check out and payment functionality inside a non Drupal website. ...
Joshi Thomas — October 2014 — 1 comment
Discussion Text removal "item"
Hy, i want to remove the word "item" that appears in the shopping cart, as i just use a shopping bag icon and implement the number of total items in cart. Rather removing the word or getting the total amount of products in cart via code. Any sug ...
Discussion Drupal 7 commerce custom select
I'm deveping online shop for saling clothes on Drupal Commerce. I create product type (admin/commerce/product/types) with field "Size" (size of clothig)- type "select (text)". In node page it looks: But i need 5 buttons like: I wa ...
Discussion Sort orders based on date of confirming, not creation
The orders page shows orders and it is possible to sort them based on the creation date. The problem is that the creation date is the date that the user created the cart, not when he confirmed the order. Is it possible to sort on the date that the order w ...
yannisc — January 2012 — 2 comments
Discussion Alter order amount based on payment method
How can I alter the order amount after user selects a payment method? I've been looking really hard in api reference but couldn't manage ...
oz_an — January 2012 — 5 comments
Answer Answer to Question 8774
Vote up! 0 Vote down! I assume that your view's format is a table. under the format settings (if it's a table), there's a "Grouping Field" setting. Just configure that setting to group your files. You would have to use relationshi ...
akosipax — July 2013 — 2 comments
Answer Answer to Question 9282
Vote up! 1 Vote down! Turns out I got it wrong. But this must be fixed anyway. 'admin/commerce/products' page lists only products which are referenced to 'field_product' field (of type Product Reference). And I had created another prod ...
sheyx_samil — August 2013 — 1 comment
Discussion Needed modules to create a pay to publish content site
hello, am going to create a site, in which users can register and add their own ads(advertisements) only after the payment is done,can any one guide me with some hints to begin with.. is there any built in modules to do this? thanks in advance modules cla ...
Question Variable pricing based on range values
Vote up! 2 Vote down! Hi:-) I'm trying to add two extra range fields on a product (width and height) which should be used to calculate the product price directly by the buyer. Let's see an example: The product is a carpet, the price is 100$ per ...