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 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
Question Programatically create an entity reference field for products
could point me in the right direction. (Maybe an example somewhere else?) Here the code from the link ...
bj___ — May 2013 — 1 comment — entity reference
Discussion How do I allow one person to create several user accouts
I need the ability to sell access to surveys. To be able to access the survey each user needs an individual user account. This is ok for one person buying surveys for themselves but there will be clients where they will a nominated person from a company t ...
chaloum — March 2012 — 1 comment
Answer Answer to Question 7518
example_form_commerce_cart_add_to_cart_form_alter (& $form, & $form_state) { // Alter code here...}?> When the Add to Cart form is ...
Ryan Szrama — April 2013 — 1 commentDiscussion Set price when creating a product via commerce_product_save($product)?
How do you set the price when creating a product with commerce_product_save()? I'm first calling commerce_product_new($type) and then filling in fields of the returned product, but there isn't one for price. I also have a "stock" field ...
Prince Manfred — September 2011 — 3 comments
Discussion Commerce as a wholesale setup
I want to try this module for a customer that wants a wholesale store. Before i go about and mess around with this module, I need to know if the following is possible: Can i show the products to all users, but hide the "add to cart button" and t ...
Druplab — September 2011 — 2 comments
Discussion Set unit price to specific amount doesn't work
"canceled"}}], "DO": [{"php_eval": {"code": "if($commerce_line_item-\u003Etype ... {"select": "site:current-user:uid", "php": {"code": "$charge = $_SESSION ...
Toktik — August 2012 — 1 comment
Answer Answer to Question 4204
Vote up! 3 Vote down! I have to write a module for this and coding is poor but it's working ... perfectly for me. Here's the code: function ...
Prakash Gautam — August 2013
Answer Answer to Question 3304
Vote up! 0 Vote down! Think I got it. check out the revised code: /* * Hook ... { //check through the components so we don't have to hard code a number foreach ...
switch — August 2012
Answer Answer to Question 10738
Then code a function that generates the drop down select with the region options (international, UK, EU ...
pipal — November 2013 — 1 comment
