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 products on the fly
what do you think of my idea, of using flagged (Flag Module) nodes. and if flag as shop item- node with price fields etc- create the product on the fly, when creating the order for the customer? by the meaning of making it very simple to the user, so no n ...
ytsurk — February 2011 — 2 comments
Answer Answer to Question 3528
Vote up! 0 Vote down! The picture will show up when you add a product display. When you view the product display, it will use the product image that you uploaded in the mentioned step. admin/structure/types/manage/product_display/display Is there you woul ...
Kingu — July 2012 — 1 comment
Answer Answer to Question 12541
Vote up! 1 Vote down! Interesting challenge. I just set a demo product in kickstart 2 as "disabled" and the product shows up in both administrative listings. So, for your catalog to show disabled products it should "just work" since th ...
Josh Miller — December 2013 — 1 commentQuestion #limit_validation_errors in back button not preventing validation
Vote up! 0 Vote down! I can see the #limit_validation_errors applied to the back button on checkout pages, but I still can't go back when not having filled a #required field. For reference: http://drupal.org/node/875220 validation Checkout ...
Answer Answer to Question 6207
Vote up! 1 Vote down! Hi, First of all you need to add an addressfield on the useraccount of course. Then I used http://drupal.org/project/customer_profile_type_ui to create a new profile type (living address), and make sure you check "Include the de ...
sportel — April 2013 — 1 comment
Discussion Product Display: Doesn't Show Referenced Fields
Hello, I am trying to display two products on a display type at the same time, with two add to cart buttons. So I have added a second Product Reference field to my Display Type. So I can associate the second product. This works however the fields from the ...
toddgeist — October 2011 — 2 comments
Discussion Proper way to disable checkout elements/modules when not needed?
Hi all- I have a store that has a mix of shippable and non-shippable products. When a customer orders all non-shippable products, I'd like to hide the shipping method and the shipping fields. I tried doing so by using hook_form_alter and unsetting th ...
neardark — October 2011 — 2 comments
Answer Answer to Question 7198
Vote up! 3 Vote down! It's possible. I have a commerce site that picks from three payment methods depending on the shoppers geographical location and the type of product in the basket. The former is done with Smart IP which exposes a ruleset I can us ...
garrettc — August 2014 — 1 comment
Discussion product catalog
Hallo, When you edit or create a product in kickstart you get the option the choose from a taxonomy list. Is added by a module or is there an other way to add this? Thanks, Ben Product catalog Attachment Size screen_shot_2014-07-25_at_18.28.54.png 81.93 K ...
ben van den broeck — July 2014 — 1 comment — Product catalog
Answer Answer to Question 7655
Vote up! 1 Vote down! The way I ended up doing this is running some custom php code in the rule using the php filter. Other than that, I'm not sure how to do it. ...
bennybobw — April 2013 — 1 comment
