Article
Posted on 12th April 2008
Takes about 1 min to read

We are in the process of putting together a large (20k products) store with ubercart and ran into some performance issues due to the hook_forms implementation. The problem obviously is that a form is being registered for each product regardless of if that product is being displayed or not. This is a bit unnecessary, so our solution was to do the following : comment out the hook_forms implementation in uc_product write a little module that...

Published in: #Drupal Planet #ecommerce #ubercart