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 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 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
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
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 ...
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 9675
Vote up! 0 Vote down! You may want to look into feeds for importing a collection of products. http://drupal.org/project/feeds ...
Joshua Needham — September 2013 — 1 comment
Answer Answer to Question 9506
Vote up! 0 Vote down! Hi Did u create a product catalog with product types. Create a view for product catalog.You can use this view based on the category.I mean single product view can be used for multiple categories. Please let me know if you need more e ...
ajaichandran — September 2013 — 1 comment
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 DC Product attributes
Hi, please correct me if I've posted this on wrong place. I'm working on a shop which requires product attributes. I've downloaded the module product attributes, enabled it and unfortunately the menu link is not displayed (as usual at uberc ...
frizi — December 2011 — 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