Please help me add some code for my shopping cart

I said I’m rusty. :blush:

I think it should be made picking up the “post” value here i.e. like:

if (isset($_POST['pid'])) {
    $pid = $_POST['pid'];
    $engraving = $_POST['engraving'];