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 Export Order CSV on order completion
Hi, Developing an eCommerce site that needs to update a CSV file on our server when an order completes. This is to integrate with our accounting software. I don't think there is a module that does this yet, although I've seen an XML version. New ...
mikepayne — February 2012 — 1 comment
Discussion Discount rule not working properly
I used discount to set up three discounts: one for 10% off an order that is over $50, one for 15% off an order that is over $150, and one for 20% off an order that is over $500. I have not been able to get the rule to work if I add both conditions, i.e. t ...
jsimonis — October 2012 — 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 Add to cart looses currently selected product from attribute choice
I currently have a site running that has "metal type" as an attribute choice on a product tied to the product display. This allows me to select from a number of products within a product display using a select html component. Works great. Unfort ...
NicholasR — February 2012 — 1 comment
Discussion Commerce customer account interface
Hello everybody, I was wondering, how do you usually work when it comes to the end-user (eshop client) backoffice? I had a look at Magento's customer UI and I must say I was quite impressed with its usability. The generic drupal commerce feature will ...
liupascal — February 2012 — 1 comment
Discussion Kickstart V2- How to add new category of products?
Looks great, but how do you add a new product type? The demo docs' all seem to refer to adding to existing product types. This is covered for Kickstart V1 but I cannot see how this is done or where it is documented for V2. Otherwise, it looks great! ...
pxs — October 2012 — 1 comment
Discussion How to control access to orders from API
I'm in search of a hook to control the access to orders. Specifically, I want to give access to orders based on an order field. I tried using hook_entity_access, but I don't know if I'm on the right way. thanks for any help! ...
yannisc — February 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 ...
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
Answer Answer to Question 3607
Vote up! 0 Vote down! I tried to restrict the states, but the parameters didn't seem to have a "does not equal" option. How would I restrict AK and HI? ...
Anonymous (not verified) — October 2012 — 1 comment