How would one go about doing this? I looked into the Drupal API docs and found http://api.drupal.org/api/constant/BLOCK_NO_CACHE/6
which basically says to use something like
<?php
define('BLOCK_NO_CACHE', -1);
?>in your module. Would I have to hack the ubercart core to do this? Is there a better way?
TIA,
txcrew






Joined: 09/28/2007