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 From content types to product types.
Hello, I have just installed Commerce in view of adding e-commerce functionality to a site that currently presents products that were sold over mail order. The site has been developed in Drupal 7 and the client is so happy he wants to set up a boutique... ...
apprentia — April 2011 — 4 comments
Discussion Check on Review pane, and payment pane for stock availabilty
Hello, I'm working on the stock module, and I'd like to add a check after proceeding to the review and payment pages, that all the item are in stock. Is there a hook for when an order changes status? Thanks Idan ...
arbel — March 2011 — 6 comments
Discussion How can I execute commerce feeds Imports programmatically?
Hi, I would like to trigger one (already configured) import after the other- programmatically- from e.g. a custom form or module. Could anyone point me into the right direction? Thank you. PS: Commerce is a wonderful module! ...
maxilein — November 2011 — 2 comments
Discussion Sales Tax on Role Based Prices
We have a site with a role for wholesale buyers and a price rule that is providing the correct price for the roles. We also have a simple state sales tax configured for one state. Our sales tax is being calculated on the larger retail price instead of the ...
RonD — August 2012 — 1 comment
Question When Logged in as Admin, Site DB locks up
and anonymous users as if nothing is wrong. Here is the error I am presented when the error occurs: ...
Discussion Hypothetical Strategies for Travel Registration System
I have a project, in its early stages, and part of it, conceptually, is thwarting my brain. I'm making a travel/tourism site. Customers can make registrations for tours, that happen at specific times. So far, no thwarts, but wait, it gets better... L ...
le_petit_basil — March 2011 — 4 comments
Discussion Clarifying product attributes and what it does / doesn't mean
Hello all Hope the dramatic title drew you in. I believe this is a serious issue for DC, and is clearly being ignored (probably for very good reasons) by those in the know (probably because they are sick of the issue). However, as understandable as the ab ...
mikeaja — November 2013 — 1 comment
Question Duplicating an order
(!isset($order)) { return; } if (empty($account)) { global $user; $account = $user; } // Get the ...
HenryJones — February 2013 — Order
Discussion Product without price or add-to-cart
be completing transactions on my site. Instead I would like to let a user browse the catalog and read ...
meltingsand — November 2011 — 2 comments
Answer Answer to Question 4204
disable_pane_commerce_checkout_pane_info_alter(&$checkout_pane) { global $user; $type_iExists = FALSE; $type_bExists = FALSE; $type_depoExists = FALSE; ... $order = commerce_cart_order_load($user->uid); $order_wrapper ...
Prakash Gautam — August 2013
