Allow decreasing or increasing of quantity in Drupal Commerce without Javascript

01.05.2024 08:15 There are many ways how you can improve user experience. One of them is proper use of HTML5 elements. Unfortunatelly Drupal 7 was released before these elements were  widely used.

How to prevent cache_form table to get too big in Drupal 7

01.05.2024 08:15 ​Recently, a web hosting company I use sent me an email warning me about exceeding allowed size of the database. The limits are quite restrictive in this case. I had to deal with this issue based on a client request. I found out that the problem was in cache tables, especially the cache_fom table. It consumed about 80 % of the total space. But why?