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.
Answer Answer to Question 13303
Vote up! 0 Vote down! The sorting should translate to the customized order of products. Confirm that when you are sorting the products in the backend that you click "save" to save the new order. Also confirm that if you login using a different b ...
Josh Miller — March 2014 — 1 comment
Discussion Load line item's prices in an array
Let me know if I'm posting in the wrong place. I searched and tried a lot of things but didn't find anything yet. I need to load each line item's price present in the current user cart in an array. Then I want to sort the values from lowest ...
evanasse — May 2013 — 1 comment
Discussion Adding other sub product inside product
Not sure how to do this bu,t it is my next project. I have two products on my site. I need to add a text field to the products that would allow a customer to donate how much money they would like to be added to the product price. The product would have a ...
jmr3460 — October 2012 — 1 comment
Discussion How do I modify the default Commerce Discounts view to filter discounts by user
On the admin/commerce/store/discounts page, I would like to edit the view and add a filter that would allow me to find all of the discounts for "Order Discounts" where there are discount conditions applied to specific users? In short, I want to ...
lalbright — December 2013 — 1 comment
Discussion Book lending library
Hii! I am planning to build a book lending library. An inventory content type through which all the book list can be added. A registered user shall surf the book list and choose a book and block it for a pre-defined period say 1 week. When another user se ...
jovemac — May 2013 — 1 comment — Lendinglibrary
Discussion How can I hide a product variation field in the page template?
I have successfully hidden one of the content type fields using the code below: <?php hide ($content ['field_desc']); ?> I have then managed to display the above where I want it using the code below: <?php print render ...
Answer Answer to Question 8074
Vote up! 0 Vote down! My initial reaction was to build different rules with conditions for countries as you suggested, I can't think of any other way. ...
DaveP — May 2013 — 1 comment
Discussion Displaying Taxonomy Description on view Collection Products
I am customizing a commerce kickstart site and have a page with a collection of products generated by the view "Collection products" I have added the Taxonomy Term Description as a field in the view Collection products. http://freelance-graphic- ...
candi — May 2013 — 1 comment
Question Add role on checkout if cart contains certain products
Vote up! 0 Vote down! I need to add a role to a user if they have a specific category of products within their cart. I have gotten the rule to work when they have one of these products in their cart, but it seems to break when there are multiple products ...
Threadsniper — August 2012 — 1 comment — Rules
Discussion How do I print the current tax rate on a product node?
Hi there, I’d like show the tax rate on a product node. We use different tax rates on certain products. The tax rate should show up below the product price. What’s the right way to do that in Drupal Commerce? tax rate node vat ...