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 product display tpl file

hi, i am a starter when it comes to Drupal Commerce, but been around Drupal for quite some time. I started with a commerce kickstart, but i have been fighting with theming the product displays. for some reason, my tpl file is not used. i am using this fil ...
lajfi — February 2013 — 3 comments — drupal commerce theme

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

Discussion Quanity boxes per size

Right now my shop has 3 fields, Size (select box) Color (select box) Qty (number input) Can I merge my Qty and Size into multiple input boxes so the end result will look like: Color (select box) small (number input) med (number input) large (number input) ...
pooon — September 2014 — 2 comments

Discussion ckeditor/wysiwyg not working with kickstart

Hello, Installed ckeditor with ckeditor 4 and 3.6 but not showing up on any page. Searched on web and tried all possible solutions with no luck. Changed the settings under admin>ckeditor advanced profiles point to Commerce Order message. Still did not ...
mcyclegar — December 2012 — 9 comments

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 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 How i can theme checkout page?

I need to theme the checkout page. I have set content, account, billing, and payment panes respectively, inside the same checkout page. Now i want to theme the page creating tabs for each pane and also need some jQuery work inside. Actually i want ajax ba ...
quotient_x — November 2011 — 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 Stock won't display for Anonymous Users

I'm trying to build an ad-hoc ticket purchasing system whereby we sell tables of seats. Each table has 8 seats, so I created a product with 8 stock. On my display page, I have a graphical representation for the table with (what should be) the number ...
crooker — December 2013 — 5 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

Pages