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 Stock won't display for Anonymous Users
I'm trying to build an ad-hoc ticket purchasing system whereby we sell tables of seats. Each table has 8 seats, so I created a product with 8 stock. On my display page, I have a graphical representation for the table with (what should be) the number ...
crooker — December 2013 — 5 comments
Question How can I display a confirmation message when a user selects a payment method?
Vote up! 0 Vote down! Hi all, I want to know how to actually take to display a confirmation message when a user selects a méthode payment (check, blue card...) I want to display a text with a step (+ button to validate this choice). Anyone have similar ex ...
Discussion Role dependent product variations
I have products with multiple variations referenced by taxonomy terms. I want users to see the variations based on their role when they view a product display. I’ve tried Content Access and Taxonomy Access Control modules with no luck. Content Access only ...
alexb03060 — May 2013 — 1 comment — commerce products
Discussion Add product alter units (or packages)
Hello, I need some help about the best way to add alternative measurement units (unit packages) to our products. The scenario: There is an online store that sells lubricants (motor oils), so we have a product named "Lubricant Sample SAE 5w-30 1lit.&q ...
Discussion The login name of the new user account
Hi, Is it possible to define different login user name instead user email? Like to set the in the billing form field that will be the login user name? Thanks a lot for a greate module!!! ...
noam — June 2012 — 3 comments
Discussion Product VIEWS display not showing up for Anonymous users
I'm a bit stumped by what seems like a simple Permissions issue, however, I can not find the solution in the Permissions or any access control settings. (I'm a Commerce noob, but relatively experienced with Drupal) I created a Product listing vi ...
crooker — August 2012 — 11 comments
Discussion Possible to hide "Add to Cart" button for all products in a view?
I would like to hide the "Add to Cart" button for a particular group of product display nodes in some instances. More specifically, I would like to crate a view that lists products and associated info/images without without showing the "add ...
Mike Williamson — January 2012 — 2 comments
Discussion Product catalog with terms and nodes
Hi all!! I have a product taxonomy which it has hierarchy product categories. The taxonomy looks like this: vocabulary term1 term1.1 term1.2 PD1 PD2 term2 term2.1 PD3 term3 ...
Answer Answer to Question 3176
Vote up! 2 Vote down! Thanks a lot for your code! I turned it into a custom function that does not need to know the node's bundle nor the referencing field. <?php function mymodule_get_referencing_node_id ($product) { // Itterate thhrough fields ...
lmeurs — September 2014 — 3 comments
Discussion Handling Fee on checkout
Hi guys, I'd like to ask how to add handling fee on each product during checkout. I have tested this module but it only add handling fee to the amount of all products during checkout. On the cart, it should display product price, handling fee and cal ...
