Re: Special offer block - strange behaviour

Posts: 50
Joined: 09/20/2007
Uber Donor

ok, solved on my own... the CSS file will be not included into the block if it is shown at a "non catalog page" for example the "terms and conditions" . You have to include the CSS like this

function theme_uc_catalog_special_products(){
drupal_add_css(drupal_get_path('module', 'uc_catalog') .'/uc_catalog.css');
$product_types = module_invoke_all('product_types');

everythings fine now. cheers Smiling

Special offer block - strange behaviour By: snicers (1 replies) Wed, 03/05/2008 - 17:43
  • Re: Special offer block - strange behaviour By: snicers (03/05/2008 - 18:33)