Hi everyone I’m new to php only done a little I’m having trouble with the code below. The Chicken Snack or Cheeseburger line and McCafee Coffee Line. the amounts are not working when we put an order in this line is not working. Any help greatly appreciated
[php]
$message .= "Chicken Snack Wrap or Cheeseburger: " . $chicken_snack_wrap2 . “\n”;
$message .= "Small McCafe Coffee: " . $small_mcafe2 . “\n”;
[/php]
<input type=“text” class=“productBox” id=“chicken_snack_wrap2” <?php if ($chicken_snack_wrap2) { echo 'value="' . $chicken_snack_wrap2 . '"'; } ?> name=“chicken_snack_wrap2” />