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 4772
Vote up! 1 Vote down! You will want to use hook_form_alter() and change the #access to the following for whatever fields you want to hide for anonymous: <?php // if anonymous, deny access $form ['field_name']['#access'] = user_is_lo ...
Josh Miller — March 2013 — 1 comment
Answer Answer to Question 7566
Vote up! 0 Vote down! I have the same problem... I have two questions:- Is the system able to know if the same image has been uploaded twice? I ask this question because I'm curious to know if the system really upload inside files directory 2000 dupl ...
Brennino — April 2014 — 1 comment
Discussion Architecture question Taxonomy/Product type
Hi, I really can't figure out how I should do the structure of a web shop I'm working with. I can create different Product Types for all products. I can also use Taxonomy and have a nice vocabulary for all product types. The question is, which o ...
Chucken79 — May 2012 — 2 comments
Answer Answer to Question 4044
Vote up! 2 Vote down! Hey w00zle, How did you create the 'Processing' order status? maybe go and have a look if this has been done correctly. Each order status needs to have at least one order state. The update order status rule is going to set ...
BernieCram — August 2013 — 1 comment
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
Discussion Product Type link is gone?
I just installed a clean install of the latest version of kickstart 7.x-2.4 I am trying to create a product type and see that the link is totally missing. I have been using previous versions of kickstart up to this point and had no issues creating product ...
lmatthews — March 2013 — 1 comment
Discussion Is there a payment method that doesn't actually process the payment?
What I'm trying to do is make the checkout process as normal where the user enters their card details etc. but the payment isn't actually processed, I would just like to receive the user's card details so I can enter them into card payment ...
Carl Bowles — October 2013 — 1 comment
Discussion User input custom fields during checkout product
Hello, How can I add anonymous user input custom fields during add to the cart process? With Ubercart is possible.See sample https://sundaysenergy.org/catalog/hosting/domains/domain-transfer. The sample is relevant, even the ssl certificate is not valid. ...
claudiu — April 2011 — 2 comments
Discussion Date field in Checkout
I need to be able to add a Delivery Date field to the Checkout, Have worked out how to add a Card Message field to an order via Line Items (thanks randy for the video) But the date is only needed once per order, not for each order item. So should go in at ...
remus1 — November 2011 — 2 comments
Answer Answer to Question 12668
Vote up! 0 Vote down! hi, I have found this article but have a few questions http://technology.blue-bag.com/localizing-drupal-7-commerce-site-step-st... 1-Is this valid? 2-Is this valid for kickstart? 3-Is this the best way to do it or there is a better s ...
Mastap — January 2014 — 1 comment