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 Creating custom order: can't reach checkout
Hi, I'm developing a site with kickstart 2.0 which entails a custom form to generate an order with some additional metadata attached (the purpose is for activity bookings, though the site will be selling goods too). I've added the extra fields t ...
Answer Answer to Question 4326
Vote up! 0 Vote down! Answering my own question. After digging through drupal issue queues and a lot of grep'ing the code, I found hook_commerce_product_type_info() is the new hook I need to implement. ...
disasm — October 2012 — 1 comment
Discussion Item images and links in database
I am student using drupal commerce as a part of my thesis. As an exercise in PHP I am attempting to display certain items on a page that fall into specific criteria. I know this is possible through Views and Taxonomy, but again this is to show/illustrate ...
Discussion add a surcharge to order total
I need to add a fixed percentage surcharge to all order totals. Commerce Discount almost meets my needs, using a negative discount value. The only issue is that the required surcharge is 1.12%, but the percentage discount field in commerce discount record ...
tripper54 — September 2012 — 1 comment
Answer Answer to Question 8173
Vote up! 0 Vote down! One possible idea could be:- Add a "role_field" to the Product Variation Type- Implement hook_entity_view_alter (viewing products list) and hook_form_alter (altering the add_to_cart form) Not really sure if that's the ...
Favio Manriquez — May 2013 — 1 comment
Discussion How I can collapse checkout panes?
Hello everyone! I have 2 panes in a custom checkout page (one pane is collapsed and one not). I want that when I click the collapsed pane, this will be visible and the other to collapse automatically. Is this possible? What property have to change? Can do ...
cdaimiel — December 2013 — 1 comment
Discussion Call External XML For Pricing
Hi, Sorry if this sounds 'noob'. PHP, JS experience: high. Drupal experience: medium. But Drupal Commerce experience: low. (I've worked with other Drupal shopping carts, though.) I've been asked to help the admin (who set up the store ...
Answer Answer to Question 6353
Vote up! 0 Vote down! Hi, You can just create 2 products in the commerce section, and then add them both to one product display. This will allow the 2 different products in a dropdown on the same add to cart form. Then, add the product option module to co ...
joecanti — January 2013 — 1 comment
Discussion Commerce Reporting and Ranking Extra Views
Can someone with better views skills, build some view in txt format ready to import: Views Wishlist: new_products: Block view displaying the most recently added products popular_products: Block view displaying the products which has sold the highest quant ...
Stefan — July 2011 — 1 comment
Discussion Using Product Display to hold image field
Hi, I'm building a shoe store, and naturally each product has many variations. Because of that, Updating things like price or picture become a real problem. therefore, i was thinking putting the image field in the in the Product Display content type. ...
Idan Cohen — January 2012 — 1 comment