Hey,
I am trying create a condition, if the constant is not !=NULL or if it is !=0 then display the constant. However my php editor is showing me an error on that line. Below my code. Thanks!
if(STORE_MIN_DELIVERY !=0 && !=NULL ){ }
Hey,
I am trying create a condition, if the constant is not !=NULL or if it is !=0 then display the constant. However my php editor is showing me an error on that line. Below my code. Thanks!
if(STORE_MIN_DELIVERY !=0 && !=NULL ){ }