February4
Modify the file uc_ajax_cart/templates/uc_ajax_cart_block_content.tpl
Note: I have drupal 6 and Ajax Driver Cart 6.x-2.3
February4
Not the idle solution but I hacked the module, go to uc_ajax_cart.theme change function theme_uc_ajax_cart_block_header()
function theme_uc_ajax_cart_block_header() {
// Load the current ...
January29
To get the attribute id of a product using ubercart, use the form_alter drupal hook and the function element_children in ...
January28
To rename the selectbox blank value from "please select" to "select xyz"
Create a module and use the hook_form_alter function:
function modulename_form_alter(&$form, ...
September24
If you need to see the update by author or user for a node in a view, then add field ...
September24
To remove the 'promote to frontpage' or 'sticky' options from the drupal core, create a module with the following code:
/** ...
September1
To make a query distinct "advance" and then go to "Query Settings" and make it distinct.
But sometimes that is not ...
August27
I was not able to set the default value using ajax in drupal forms. The reason apparently is that you ...
August25
In drupal 7 when I themed my webform mail, I was getting file id instead of the url. After pulling ...
August14
Check out the code below to have a textfield get a value from the database depending on the value of ...