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 Ensuring a Price on products
products. I'm at the point where I'm mocking up an Add to Cart form display formatter for the ... Product Reference field. I started to get worried about depending on there being a price for a product ... ... if we're using a default Price field on products, someone could accidentally delete the default ...
Ryan Szrama — February 2010 — 2 commentsAnswer Answer to Question 8894
/sites/all/themes/xxx/template.php add the following code at the bottom function get_user_purchased_products(){// Assuming we have ... = get_user_purchased_products();"}}, {"LOOP": {"USING": {"list": ... 2- it calls the function that loads all previously purchased product by the user and puts their ids ...
mike.hajj — April 2014 — 1 comment
Question Invoice Print Module
now many modules would be available, can anyone guide me for a perfect one? Thanks in Advance Invoice ...
gnvinod — November 2013 — Invoice Print
Discussion Commerce as a wholesale setup
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 the cart to anomonys users, so that only ... registreted users will be able to order? Does the system allow placing orders without any payment setup? We ...
Druplab — September 2011 — 2 comments
Discussion Online food ordering for a cafe/restaurant: looking for a push in the right direction
and display them in a kind of "menu view". I'd like user experience to work like this: ... While on the "Menu" page, all item titles are click-able. When the user does so, s/he'll ... then be prompted with a set of options, allowing the user to keep the included ingredients of the ...
stephen Piscura — January 2012 — 3 comments
Answer Answer to Question 8055
Vote up! 1 Vote down! Which guide are you following? If you want to start Commerce Kickstart, ...
Favio Manriquez — May 2013
Documentation Product system
See Ryan's post on the future of products. ...
jody — May 2012 — 1 comment
Discussion Import script
commerce (what is searchable). I tried that:... $product = commerce_product_new('product ... '); $product->product_id = $sid; // $sid is the external ID... but it doesn't work. The product_id is an internal ... ID, it is not modified. I created custom field in "product types": field_sid But how can ...
Gábor — May 2012 — 4 comments
Discussion Problems with Products
present it for sale to the end user you'd need a product display node type that includes a product ... the shopping cart, because if the product is updated between the time the user adds it to his or her ... rszrama: to the end user, yes; administrators add products in the back-end and display them to end users ...
Ryan Szrama — February 2010 — 2 commentsBlog Drupal Commerce Sprint June 29- July 2
a productive week after an extended weekend of hacking and brainstorming in Denver. Prior to the sprint ...
Ryan Szrama — June 2010 — 2 comments