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 31441
Vote up! 1 Vote down! Have you tried assigning different or adjusting Line Item types? I think this is what you are looking to do. Set or adjust the line item types to your needs in the store settings>line item types. ...
garpy — December 2014 — 1 comment
Question [Solved] How to get the image of a product with variations show up in the display teaser?
http://www.drupalcommerce.org/user-guide/setting-product-catalog, part "Advanced Product Display Listing using Views", in the case I have product ...
Fiable.biz — April 2014 — image catalogue teaser variations
Discussion Add a Delivery address
Hi I would like to add a seperate Delivery address to the checkout process, could someone point me in the correct direction with this please. Ultimatly I would like a check box below Billing address which says Use same address for delivery, then on untick ...
purplemonkey — August 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
Question Connectivity for Blog posts and Products
(https://drupal.org/project/media_gallery) However, I feel like that will not be possible. What I am looking to do is to connect users ...
Discussion Displaying products
Hello, I am an advanced PHP/Web developer but am only just creating my first Drupal site. I feel like I've gotten a good start on using Drupal.. created my own basic theme etc. Now for the e-commerce side of my the site I am currently developing. I g ...
mikeken763 — August 2011 — 5 comments
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
Question "Add Product to Cart" action not working
2 separate products. So I created a rule saying if the user tried to add more than 1 [4$ product], add the ... "user": ["site:current-user"], "sku": ["premium-sku"], ...
Answer Answer to Question 5249
module enabled, use it to add and remove items to the client cart as needed, and just say that users with ...
jhmoore — December 2012
Discussion Order Object Workflow through Checkout
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