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 it is possible to build a marketplace with drupal commerce?
How I can buil a marketplace wit hdrupal commerce? I mean wot build multiple ecommerce sites in one, like using drupal+ubercart+marketplace (http://drupal.org/project/ubercart_marketplace). It is possible by default, or I need a module or what? ...
matteoraggi — February 2012 — 27 comments
Question Attributes dropdown reset
Everything is fine so far. Now, my client is complaining me that whenever the user selects an attribute in ...
Answer Answer to Question 7611
Manager cannot edit the price or stock! The admin can of course, but not the user with the Store Manager ...
ncarty97 — October 2013
Discussion Calculate shipping rate based on postal code (Shipping 2.x)
the postal code field the user gave. For example: If you want your stuff to be shipped to Smalltown, ...
balintd — January 2012 — 4 comments
Question Anonymous Cart not showing product name- just "View Product"
Kickstart 2.6 D7.22, but when an anonymous user adds to cart, the /cart just shows all products as ...
Discussion Cosmetic changes to text not displayed on site
My customer wants to change the shopping cart title from "Shopping cart" to "Shopping Cart". I searched for "Shopping cart" (case sensitive) in Dreamweaver and found references to the title in commerce_cart.view_default.inc. ...
jimwill — January 2012 — 4 comments
Answer Answer to Question 8658
footer: <?php global $user; $trade_role = 4; $items = 0; $total = 0; foreach ($results as $r){ foreach ... ($user-> roles))){ $total += $component ['price']['amount']; } } $items += ...
Orphans — August 2014
Question Checkout rule
the amount of the reward. I need this value of total orders because anonymous users need to see this ...
Kris Obbers — May 2013 — Checkout Rules
Question Subscription and Products to access Commerce File??
my problem is this... I want user to be able to come to the store and purchase any of the products on ... perfectly. However, I also want the option of the user being able to buy a 'Subscription' for ... 'admisister commerce file' then it kind of works and the user is able to click the links and download the ...
Discussion German taxes
First: great thing Drupal Commerce My question: In Germany products EITHER have 7%vat-tax OR 19%. I seem to be unable to create an according rule. Could somebody point me to a HowTo or similar? ...
ChristianAdamski — March 2012 — 6 comments
