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 3607

Vote up! 0 Vote down! Letting people select the state just to tell them it's not allowed later doesn't make much sense. How can we delete states without hacking? like in this case: http://www.drupalcommerce.org/questions/8045/what-file-or-table- ...
mv — August 2014 — 1 comment

Answer Answer to Question 8288

"/oauth/authorized2/3?error_code=190&error_message=Invalid+OAuth+access+token.#_=_" If that's any help;) ...
Hendrik Martens — May 2013

Answer Answer to Question 8538

Vote up! 1 Vote down! This really sounds like an issue to take up with the Entity API module maintainers. If I were trying to optimize this locally, I'd look at priming your entity cache by loading all the products in the results via commerce_product ...
Ryan Ryan Szrama — July 2013 — 4 comments

Answer Answer to Question 7580

develop a sync of our ERP db (with users and price lists) to drupal db with some new table. So if we have ...
tarasiadis — August 2014

Discussion How do I fetch visitors cart content count, using javascript?

However, I'm not sure how. I would need to call using some ajax code- which would also send sessionid ...
klavs — July 2012 — 2 comments

Discussion Setting up many products with one product display and multiple selection categories

Apologies if this is an old question with an existing question, I'm a newbie and despite searching around, can't find an answer. Basically, I'm trying to set up the T-shirt type commerce site with only some success. In this example, I have ...
PedroKTFC — January 2012 — 7 comments

Question Facet Filter By Color- Change Product Display Node Image

and altering code or creating a module to override functions) Drupal commerce is a great product and ...
Djames24 — March 2014 — 1 comment — faceted search

Discussion going live with PayPal?

I've reading through a few threads here and "there", and I'm a bit confused. Can I go live with a VERY simple site using PayPal as the gateway? The site, will have a handful of items, and will be a great learning ground for me. However ...
TechDust — March 2011 — 6 comments

Question Cross sell and Up sell

store, so hopes there is a solution to this without developing something from scratch.:) Thanks for any ...
dansyv — August 2013 — upsell, cross sell

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 ...
joshmiller Josh Miller — March 2013 — 1 comment

Pages