alignment of button elements
When I add the "atc" button to the page, how do I align each select list or check box to fit the right way on the page? Also: When I change my selects list to radio check boxes, I get a syntax error in the code (see the totalprice line below). I added price, price250ml and price400ml each as their own select lists, deleted them and inserted radio check boxes. Any hints?
Quantity;//w
$itmObj->TotalPrice = [Price] * $itmObj->Quantity;//c
$itmObj->FullDetails = $itmObj->Quantity . ' ' . $itmObj->Name . ' (' . $itmObj->ID . ')';//t
return $itmObj;