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.
Answer Answer to Question 10511
& $form_id) { global $user; //Gets the default product for the loaded Product Display. ... // If the logged-in users roll is NOT 'reseller' and product_access!= 0 ... if (! array_intersect ($user-> roles, $roles_allowed_to_buy) && $product_access!= 1) ...
A.hjelm — October 2013
Answer Answer to Question 9339
the variation images in the product variation's view mode (manage display) and only show images ... that are attached to the product node/display and relate to all variation. It looks like the link you ...
ahimsauzi — September 2013 — 2 comments
Question Correct steps to develop an offline payment method
created a form at payment method submit_form to ask to the user some data, but the data of this form are ... submit_form to ask data to the user is a wrong approach?,or is better to ask to the user at the redirect form? ... or the user must fill the data in a custom place? or at checkout billing form? Thanks in advance. ...
Discussion How can I give the seller one more chance to alter the total price of an order?
shopper adds products into the shopping cart; 2) shopper submit the order without payment; 3) seller ...
foredoc — August 2014 — 2 comments
Discussion Installments
Hi i would like to have an option it the payment methods that the user can specify how much ... installments he wants so he can buy a product.Depending on his choice there has to be a field that calculates ... the installment for each month. To make my self clear lets say that he wants to buy a product that ...
pit_zavra — January 2012 — 8 comments
Documentation Paypal WPP
payment process. It offers a more professional user experience than being diverted to a Paypal page. From ...
Cormac — February 2013
Discussion Connect to an ERP SLQ SERVER
Hello, We are integrator of a ERP + SQL SERVER. Client ask us to build for them ecommerce, connecter with the ERP. We are developing now these e-commerce, from 0. We are interested in Drupal Commerce. What is the good way to proceed?- Develop a module of ...
sigenin — December 2013 — 2 comments
Discussion setting the discount rate via code
Am trying to add a discount on the product price depending on where are the users are from ...
nodeAche — October 2011 — 1 comment
Answer Answer to Question 3889
"catalogue" and add a taxonomy term reference field to your product display node. To display the filtered ... products in a page, create a view and add a taxonomy filter "catalogue". You can expose the ... filter to allow users to selected the catalogue. ...
exeapps — August 2012
Discussion Order Object Workflow through Checkout
supplies default values on load for the products in the cart. This happens on the fly at pageload, though ... I suppose we can even cache this cart object in the session or at least for logged in users. When the user ...
Ryan Szrama — February 2010 — 8 comments