function buyFunc(str){
// str : form object of current product
// return false : allow add to basket
// return true : block add to basket
//jumpOrder==true : trap for true

return false;
};
