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 Pricing rules and session variables
Is it possible to create a pricing rule which checks for 2 session variables and adjust the pricing for the product accordingly? EG. I register a code in the session, done through a module which also registers a productid and uid. The module checks if the ...
Qubical — December 2011 — 3 comments
Discussion Price display options
authenticated user can see both. Any suggestions would be very much welcomed. hiding the price ...
mew_fla — June 2012 — 1 comment — hiding the price
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
Discussion Discount on Amount in Cart
I have been trying to set up a discount based on the amount a customer spends. If the customer spends $70 or more they get 10% off or if they spend $100 they get 12% and so on.... But I have been unable to get this to work via rules. I tried to set a rule ...
scott.carlton — November 2011 — 9 comments
Discussion Product list page shows undiscounted price.
shows the price with the discount. Both fields have the same settings. I also made a rule that users ...
roelwelters — March 2013 — 1 comment
Answer Answer to Question 6755
I've created a page where they can select their store. Users get forwarded to this page once they start ...
jrb — February 2013 — 2 comments
Answer Answer to Question 13748
http://www.drupalcommerce.org/user-guide/product-attributes-variations Hope this helps, Peter ...
peterwgnd — August 2014
Discussion State Sales Tax
What is the best way to calculate state sales tax assuming that unless the shipping state is common with where the shopping cart is, there should be no sales tax added to the order? To clarify: I live in Florida and unless the item is being shipped to Flo ...
paradiseprotech — April 2011 — 9 comments
Discussion Views not displaying images for product content types
Greetings, I am able to get my product images to display in views that use product content type. I imagine this requires some relationships setting which i can't seem to figure out. Can somebody tell me the relationship configuration within views to ...
drupalability — August 2012 — 5 comments
Discussion Dynamic Price Pre-calculation
eventual customer's user account (for stores with role based discounts). What we do know is the actual ... (i.e. the user, the day, the contents of the user's shopping cart) but don't know what ... date [Action] apply a 10% discount. [Condition] If the user has the "past attendee" role, ...
