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.
Question How do I create a Video Learning Site with ecommerce?
a Split-Payment system? 3) What module would be best allowing users to create a Community, and their own member ...
Discussion Seting up distribution network/shop
Hi, first of all many thanks for creating such a flexible framework for Drupal. I want to create/program an internet shop, which channels the products from the supplier to the end customer. For this service the shop owner takes a commission. The internet ...
j.balton — August 2011 — 2 comments
Answer Answer to Question 8894
event that the user is able to find an Add to Cart button for the same product. Then you can disable the ... quantity textfield in the shopping cart form View so the user can't edit it, or you can do something ... already purchased). Additionally, you don't have any way while users remain anonymous to inspect the ...
Ryan Szrama — August 2013Discussion Integrating additional calculations into product data
of the Form API, jQuery and Javascript to take user input data and return things like monthly payment ... information to the user using Dom elements such as a label with a unique id. However, when I look at the HTML ...
Bill_inSC951 — December 2011 — 1 comment
Discussion Structuring Product Variants
Hi, I'm a new to Drupal Commerce and trying to figure if it is suitable for our current project. Details as follows. Our client sells a variety of electrical fittings. Each fitting has a name, description and picture. No problem there. However there ...
BrettS — March 2011 — 5 comments
Answer Answer to Question 3304
$order->commerce_order_total. It contains shipping method that user picked. So working code is: <?php /* * Hook ... hook_commerce_checkout_pane_info_alter($checkout_pane) */ function mymodule_commerce_checkout_pane_info_alter (& $checkout_pane) { global $user ... = commerce_cart_order_load ($user-> uid); // array $order->data was detected with dsm() // it ...
UrmasZ — April 2013
Discussion Product image on Views link to product admin rather than product display page?
Hi all, currently I'm making a View call new_products to display a list of latest update product. After few attempt, I have create a simple page and block to display Title & Product:Image field. Now I have 2 problem. 1st, the product image is NOT ...
maxchock — June 2011 — 23 comments
Discussion Looking for a module that provides "you may also like..." display
Hey guys- as per the title I am looking for a module which allows display of related products from a product display node. For an example of what I mean see http://www.henryarlington.com/clothing-and-accessories/shirts/bridgeport...- this site was built w ...
mattnorman — December 2011 — 1 comment
Question Partial calculated price.
default price field) 2) price for ROLE 1 3) price for ROLE 2 Then with rules I check for the user role and ...
Answer Answer to Question 5263
purpose there is the feeds module with some additions for importing users, nodes, products (if you run ...
ronald — December 2012
