Update @ 2015-04-27: There is a simpler way to achieve this without coding. Please refer to this comment .
In the Ubercart product page, the product quantity option in the add to cart form is hidden by default. If you want to allow user modifying the product quantity in the order, create a custom module and implement the following hook . Continue reading Drupal – Enable Quantity Field for Ubercart Add to cart form →
The module which i want to talk about in this post adds the Autocomplete feature to the CCK Text /Number fields. Continue reading Drupal – Autocomplete CCK Text and Number Field →
If you get the following error whenever u try to complete the payment of PayPal Website Payment Standard .
Paypal does not allow your country of residence to ship to the country you wish to
Continue reading Drupal – “Paypal does not allow your country of residence to ship to the country you wish to” in Ubercart Paypal Payment →
If you want to create Drop Down Menu without working on the Javascript code, you could consider the Drupal Fusion theme + Drupal Skinr module. Continue reading Drupal – Create a Drop Down Menu →
If you could not find the Quick tabs tab name in the Translate Interface . you can add the following function in the template.php . Continue reading Drupal – Quicktabs Translation →
Another way to translate the Panel pane title is by the Drupal template system. Create the panels-pane.tpl.php in your theme folder.
panels-pane.tpl.php Continue reading Drupal – Panel Pane Title Translation @ 2 →
In Panel page, we can configure the pane title at the content page. Continue reading Drupal – Panel Pane Title Translation @ 1 →
I always install Fusion theme as base theme in Drupal development . It supports a 960px fixed width and a 100% fluid theme . 960px theme is very common now but what should we do if we want to define our own fixed theme? Here is a very good tutorial i found @ fusiondrupalthemes.com Continue reading Drupal Fusion Theme – Customize Grid Definition →
I have created so many testing orders in the Ubercart during the development. So before i migrate the site to production, i have to clear all the testing orders. This could be done by deleting the order one by one through the View orders page.
But i got more than 100 testing orders and obviously the above method is not clever enough. Continue reading Drupal – Delete all orders in Ubercart →
One day, i found the the Drupal cron job failed to run. There was no error log and after i clicked the run cron manually in the status report, it was redirected to a specific node. This redirection was previously added by me in hook_nodeapi() such that under certain conditions, that specific node is displayed. Continue reading Drupal – Cron problem with drupal_goto() in hook_nodeapi() →
Posts navigation
Dream BIG and go for it =)