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 Multiple images of a product
Hi I want to display multiple images of each product, one image in big size and rest in small thumbnail sizes, so that whichever is clicked becomes the big image, as is done on the following page made using drupal commerce: https://badboy.com/products/top ...
Pankaj Vatsa — May 2012 — 13 comments
Answer Answer to Question 37123
Vote up! 0 Vote down! Hmmm. I just followed your steps and was able to see the rule in the right place. Not sure why it isn't updating on payment though. Perhaps the paypal full payment is not trigger the paid in full event? I'd start by having ...
Jesse Nicola — June 2015 — 2 commentsDiscussion Set multiple field values with rules... (Order ref. on Product)
Hi. I'm trying to create an Order reference on Products when ever a new order is created. I have installer the "Order Reference" module and created a Order reference filed on my produce type. Next i created the following rule: Event: 1) Aft ...
RasmusKnabe — March 2014 — 4 comments
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 Product Importer taxonomy reference field
Hi! I would like to import products into the Commerce. It works, but I cannot import multiple terms into the taxonomy reference field. The products have these fields: SKU Title Description Image Price ProductGroup (reference to taxonomy terms) For example ...
Answer Answer to Question 7181
Vote up! 0 Vote down! I used this code in my footer div: <?php if ($user-> uid > 0) { print l (t ('my account'), 'user'). ' | '. l (t ('Logout'), 'user/logout');} else { ...
jaap76 — April 2013 — 2 comments
Answer Answer to Question 9929
Vote up! 0 Vote down! Hi why cant you do it with customer shipping address. In store-> configuration-> shipping add a shipping rule. For Example. Germany shipping and add price for it. Now you have to click configure component and Cick on Add Condit ...
ajaichandran — September 2013 — 2 comments
Discussion Voucher Only System- Keeping User Credit Balances
Hi, We have a canteen at work and I'd like to create an intranet site where employees can order from the canteen. We have a rudimentary system right now, where employees pay someone cash, who then adds this amount to the employee's balance on a ...
meason — March 2013 — 2 comments
Discussion How do I translate the options in attribute field select lists?
Hi, I've developed a Commerce Site using Drupal Commerce. The project is started one year ago. The Products Types was created using "Term Reference" Field connected to a "Localized" taxonomy vocabulary. The user create the Product ...
Discussion Multiple Quantity's Per Product
Hello there, I'm building a drupal commerce site for a wholesale customer. The thing is: I want to enter multiple quantity's at once if possible. I want to have more sorts of one product. Let's say i have a product with one pant The length ...
