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 variation selection- ajax reload and the $content variable issue

I am struggling with a customized node template for a Commerc Kickstart product display (which includes a number of variations). To display the page as I want, I am using various elements of $content, using render($content)[#####]. This all works find, ex ...
mikeaja — October 2014 — 1 comment

Answer Answer to Question 8423

Vote up! 0 Vote down! Hi, I solved this myself with some help from Morne. <?php /**  * @file  * Adds a link to the contact page when clicking on the add to cart form of a disabled product  */ /**  * Implements hook_form_FORM_ID_alter(): commerce_cart_a ...
Summit — June 2013 — 1 comment

Discussion add a surcharge to order total

I need to add a fixed percentage surcharge to all order totals. Commerce Discount almost meets my needs, using a negative discount value. The only issue is that the required surcharge is 1.12%, but the percentage discount field in commerce discount record ...
tripper54 — September 2012 — 1 comment

Question Flow Chart of Drupal Commerce Needed

Vote up! 0 Vote down! I'm setting up the taxing system for a client and some products are taxable while others are not. I've created a field for this to each product. However, I'm unsure as to how I would add taxes within the commerce check ...
therealjjj77 — January 2014 — 1 comment — Sales Tax, commerce line item

Answer Answer to Question 6995

Vote up! 0 Vote down! USPS sent me all the credentials to do a TEST site prior to enabling Production access. But I'm having the same problem. No step-by-step instructions. No shipping buttons on my checkout. New to rules. Lost. ...
spacerex — June 2013 — 1 comment

Discussion Call External XML For Pricing

Hi, Sorry if this sounds 'noob'. PHP, JS experience: high. Drupal experience: medium. But Drupal Commerce experience: low. (I've worked with other Drupal shopping carts, though.) I've been asked to help the admin (who set up the store ...
suntower — September 2012 — 1 comment — external system, ajax, php, pricing

Discussion Registered Users Losing Cart Contents?

So I have a Drupal Commerce site setup for a client. Yesterday I get a report from the client that registered users lose their cart contents. I have tested this and here is the process I run across. • Visit the website • Log In • Add any number of items t ...
JuggoPop — June 2013 — 1 comment — users, cart persistence, checkout, empty cart, 404 Error

Discussion Forward porting Ubercart 2.0 to D7

My thoughts are divided. On the one hand, I see this as a "Good thing." (TM) It provides some level of continuity for users who will want to migrate to Drupal 7 as soon as it comes out, and it will align us with the broader D7CX movement. It als ...
Ryan Ryan Szrama — October 2009 — 24 comments

Answer Answer to Question 13010

Vote up! 0 Vote down! Hi Patrick, Consider using Commerce VAT (https://drupal.org/project/commerce_vat) for your VAT requirements. The key difference is not to use the "This price includes" tax drop down and you must enter the price exclusive (f ...
dwkitchen David Kitchen — February 2014 — 1 comment

Discussion Rule for checking shopping cart (order) for duplicated items

I am trying to create a rule to check order for duplicated products. I am selling digital goods and it does not make sense for customer to buy two same digital products. So I created a rule that loops through commerce order line items to find duplicates. ...
sketman — June 2012 — 2 comments

Pages