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 How do I add a Tourist tax that is not based on a percentage
a person spends in our b&b. The tax modules that are available to Drupal Commerce however assume that ...
Question Can't find option to turn off auto title generation for variations
apparently. Using the default admin GUI theme boxed with the newest Commerce Kickstart package.) ...
Sarah — January 2016 — Troubleshooting
Answer Answer to Question 13663
Vote up! 1 Vote down! Me too, very slow. I had to make another manual instalation of commerce ...
danis gonzalez — September 2014
Discussion Alter cart unit price and total amount
mymodule_calculate_product_price_cart($order) { $order_wrapper = entity_metadata_wrapper('commerce ... $commerce_line_items = array(); foreach ... ($order_wrapper->commerce_line_items as $delta => $line_item_wrapper) { $line_item ...
Discussion Log In new user account for anonymous after checkout
Is it possible to log in a newly created user after they checkout and an account is created with their email address? The summary shows links that the user can click on if they are logged in, but they aren't accessible to an anonymous user. checkout ...
Answer Answer to Question 16024
Vote up! 1 Vote down! Aha. Via the apparently undocumented hook_commerce ...
Tom M — September 2014
Answer Answer to Question 4796
Vote up! 1 Vote down! Hi, add to "commerce_add-to_cart_confirmation.js" this 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(); Daniel ...
Anonymous (not verified) — November 2012
Discussion Site performance suggestion, please!
We're using Drupal 7 with commerce kickstart 2.10- we're using dedicated server for our ...
Philben — December 2013 — 14 comments — -Kickstart 2.0
Question Multiple category with multiple price
how can i set this by drupal commerce. Many thanks in advance categories Multiple prices ...
Answer Answer to Question 3172
Vote up! 7 Vote down! Just a quick behind-the-scenes tidbit here: Drupal Commerce separates out ... commerce_order table. This will make it so the next created Order ID will start with the increased AUTO_INCREMENT ... query to update this is: ALTER TABLE `commerce_order` AUTO_INCREMENT = 1000; Where 1000 is replaced by ...
Ryan Szrama — April 2013 — 3 comments