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 When I setup a VAT tax, how do I make it default to my new tax rate on the product add form?
Vote up! 0 Vote down! We are using the inclusive VAT tax rate for all of the items in this shop. On the Add Product form, I have to select the tax rate for every single item, even though there is only one tax rate available. I would like to be able to set ...
Discussion Product without price or add-to-cart
be completing transactions on my site. Instead I would like to let a user browse the catalog and read ...
meltingsand — November 2011 — 2 comments
Discussion Sales Tax on Role Based Prices
We have a site with a role for wholesale buyers and a price rule that is providing the correct price for the roles. We also have a simple state sales tax configured for one state. Our sales tax is being calculated on the larger retail price instead of the ...
RonD — August 2012 — 1 comment
Question Deleting a Line Item Programmatically
//dprint_r($line_item->commerce_product[LANGUAGE_NONE][0]['product_id']); global $user; // Load the order and empty the cart $order ... = commerce_cart_order_load($user->uid); //commerce_cart_order_empty($order); if($line_item->quantity!= 0){ switch ...
Discussion Remove Cart Block When Empty
Hi there I have been looking for a way to remove the cart block when it's empty. I have looked though all the options in the cart block view but was unable to find it. I also looked in the block configuration but still not luck? Maybe I am going blin ...
garethhallnz — July 2011 — 5 comments
Discussion Sell Advert nodes- copying Product Display fields to new entity node
owner and Save entity. This way user who bought the product automatically "creates" new node ...
Question Duplicating an order
(!isset($order)) { return; } if (empty($account)) { global $user; $account = $user; } // Get the ...
HenryJones — February 2013 — Order
Answer Answer to Question 6972
"disable-able" via the user interface. While we do use Rules to display the Add to Cart message, no such ...
Ryan Szrama — October 2014 — 1 commentQuestion When Logged in as Admin, Site DB locks up
and anonymous users as if nothing is wrong. Here is the error I am presented when the error occurs: ...
Discussion Exposed Filters of Taxonomy Term + percentage releated to Term
Im trying to create a "views exposed filter" to a content type(which is actually a product from Drupal Commerce) which looks more or less like this: http://i42.tinypic.com/23swwa8.jpg in bottom right corner you can see "material"(fabri ...
Narhir — February 2012 — 1 comment