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 Hiding the postal code field in the address module: hook_form_alter didn´t worked. What am I doing wrong?

Vote up! 1 Vote down! I want to programatically hide the postal code field, of the address module. I´ve unsuccessfully tried this: function mymodulename_form_alter(&$form, &$form_state, $form_id) {if($form_id == 'commerce_checkout_form_checko ...
Rosamunda — February 2013 — 3 comments — AddressField, Customer Profile

Discussion price components missing on review order page

Hi, for the past two days I'm trying to figure out, how to show price components (tax, shipping, order total) on the review order form, during checkout process. Is there any option to disable/enable it? The last time It work as it should, was before ...
robi — July 2013 — 2 comments

Question How can I process payment notifications when the gateway POSTs it with an anonymous session?

Vote up! 2 Vote down! When the payment provider (WorldPay in my case) calls the callback URL to submit a payment notification to my site, it has no session so commerce_checkout_access returns FALSE causing the payment provider to see a 404 error. What is ...
mholloway — April 2013 — 1 comment — Payment, Email

Answer Answer to Question 16291

Vote up! 1 Vote down! Sure you can! I created this rule that looks at line items with a field called "upload all the files" that multiplies the price per file... you change that for a particular fixed fee or some other way of determining prices ...
joshmiller Josh Miller — September 2014 — 1 comment

Discussion Mark a product as new..

After adding a new product in drupal commerce, How can we mark it as new????? 7.15 ...
jyoti — May 2013 — 7 comments — 7.15

Discussion Custom module refreshing order total on change of payment method

Hi all, I'm coding a custom module that i'm sure more of us will enjoy. It's goal is to refresh an order's total as soon as the payment method option of the order is changed, so that additional fees depending on payment methods can be ...
elsteff1385 — October 2013 — 3 comments

Question How to change the default currency symbol?

Vote up! 0 Vote down! The default currency symbol for Pakistani Rupee is a PKR appended to the end. The correct way to to prepend an Rs before the price, how do i fix this? tl;dr: How to: Rs 500 Instead of: 500 PKR currency symbol currency price prefix ...
amingilani — July 2013 — 1 comment — currency symbol, currency, price prefix

Discussion Gift Cards

We have a business need to implement gift cards, and after a little searching about and realizing the relative large scope, I thought we'd just post here to see the community's thoughts on this problem. The Gift Card module we intend is to provi ...
fending — January 2013 — 3 comments — modules, gift cards

Discussion Module / set of rules that will automatically apply a "sale" or "new" image on a product

I see this all the time on commerce sites, where when a product is new or on sale there is an image of a sticker that pops up letting the customer know when something is new or on sale or updated etc. Is there a module out there or a set of rules that can ...
Tim Jones — October 2012 — 4 comments

Discussion Theming Product Display page dependent on product type

I have defined different product types and a common content-type named "Product Display" referencing products. I need to theme products of different product types differently, i.e. different background colors for the product title. The question ...
schmitt.kreatil — December 2012 — 7 comments — display, type

Pages