You're simply great!
all works fine with this script:
PHP Code:// escludi il porto assegnato per abc
$chk_abc = $_SESSION['cart']->in_cart_check('products_fornitore', 'abc');
if ( ($this->enabled == true) && ( $chk_abc != 'abc' ) ) $this->enabled = false;
}
![]()


Reply With Quote
