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 Drupal commerce- what page/function should i call after an off site payment
I'm creating a module to integrate xpay- carta sì payments inside Drupal commerce. I don't have any documentation on xpay apart for the module developed for ubercart. Anyway i managed to code the part where the payment method is added and i succ ...
nicola.peluchetti — March 2012 — 1 comment
Discussion A product with multiple attributes for one field...
Let me try to briefly explain my problem... Say we have a Shoe we're selling. The shoe will have a size and a color, and these are options you can set up with the product and select on the display page to add to the cart. Now let's say shoes can ...
chadcf — March 2012 — 1 comment
Discussion B2B Corporate Purchasing portal
We are a multi-channel b2b and b2c operation with corporate customers(100k/yr spend) that are more sophisticated and b2b customers that spend $200 a year. We are currently working on a uc2/d6 module for our corporate customers to have more robust access t ...
markalosey — April 2010 — 1 comment
Discussion Vat/Shipping
Has anyone tried the shipping flat rate module, I have found that the delivery/shipping amount is not being added into the subtotal of the order before the Vat is calculated. This is what I am getting Item cost 30.66 inc vat Sub Total 25.55 Shipping 5.99 ...
remus1 — June 2011 — 1 comment
Answer Answer to Question 3484
Vote up! 0 Vote down! It was my mistake. I was unable to find good documentation about how to use conditionals in rules, but I found something that made me realize I was using the OR group wrong. I did this: If product in cart is X OR product in cart is Y ...
deoanam2002 — July 2012 — 1 comment
Discussion "Add to cart form" option not available in manage display
In the >content type > product display > manage display the option "add to cart form" disappeared. There are only SKU and Title with and without link. Everything worked fine before. Only reason I can think of that might have been the pr ...
kotter — March 2012 — 1 comment
Discussion Store hours
Anyone figure out anything clever to show that the store is closed? I learned a bit about rules with Randy Fay's discount videos (http://www.drupalcommerce.org/node/461 thanks Randy!) and, if the hours are the same every day, I can set a rule to disp ...
switch — October 2011 — 1 comment
Discussion How do I convert products to a different type?
Hello, I would like to convert some products on my site from the default product type to a custom product type without changing the product ids. I believe the following steps may work: 1. Create a custom product type and add the same fields that are attac ...
PN — October 2011 — 1 comment
Discussion To customize product display teaser for Drupal 7
Hi all, Currently i'm implement a e-commerce website using Drupal 7 + commerce. To customize the teaser, I have install contemplate. But the problem is i don't know the variable for the image.. Previously when using D6, the variable is $node-> ...
maxchock — June 2011 — 1 comment
Discussion Load the product node.
How do I pull a product object? is the product a node? I cannot seem to do a node_load(product_id) for a product. thanks ...
marvzz — October 2011 — 1 comment