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.

Answer Answer to Question 16216

allows users to purchase the ability to create X amount of nodes. Which means all you would have to do is ... once the user has purchased the ability to create a poster, they can only create the amount of posters ...
joshmiller Josh Miller — September 2014 — 1 comment

Answer Answer to Question 5157

hook_theme_registry_alter(). */ function MYMODULE_theme_registry_alter(&$theme_registry) {  // Remove cart block total ... label & add cart link on item. ...   $theme_registry['commerce_line_item_summary']['template'] = 'commerce-line-item-summary';} /** * Implements hook_preprocess_HOOK(). * Link cart ...
foxylearning — December 2012 — 1 comment

Answer Answer to Question 4796

line--> $('.commerce_add_to_cart_confirmation_overlay').remove(); after: // Enable the close ... link. $('.commerce-add-to-cart-confirmation-close').live('click', function() ... {$('.commerce-add-to-cart-confirmation').remove(); Just like mentioned by Daniel. In my site it just work after i totally delete the line that ...
gutus — January 2013

Discussion Additional Information on the Order Page

I need to display additional customer information regarding the order when viewed by an admin. I need to show the date of the order and the customer's email address(among other things). How would I go about modifying the order page for admins? ...
tars16 — December 2011 — 11 comments

Discussion display custom order fields in a checkout pane

field in checkout panes, so users can fill them. but by default there is no relation between fields that ...
moallemi — January 2012 — 2 comments

Answer Answer to Question 8711

functionality too. The module is rapidly maturing, so it will soon be a more user friendly alternative to ...
bojanz Bojan Zivanovic — July 2013

Discussion Not showing out of stock items

I am new to Drupal Commerce. can someone suggest me how to prevent items (with or without attributes) which are out of stock from displaying in the front-end? Thanks in advance.. ...
t.basak — December 2011 — 4 comments

Discussion Displaying price with and without taxes

Hi, I would like to display my product's prices with and without VAT taxes. Example: Price without tax: 1000 Price with tax: 1250 How can I do that without having my client to fill out two fields and add these prices manually? I would like to create ...
balintd — November 2012 — 6 comments

Question custom fields in rules

checkout process, if the users billing form vat field is empty. So, through the vat rule I want to to ...
manos.lianopoulos — November 2013 — VAT, Checkout Rules, Rules

Discussion How to increase price with a percentage when paid through Paypal?

Paypal's 3% fee is quite a lot. We would like to add 3% on top of the price when people decide to use Paypal. It can probably be done with Rules, but how exactly? (Links are very welcome of course.) paypal payment method percentage pricing ...
guaka — August 2012 — 4 comments — paypal, payment method, percentage, pricing

Pages