I am creating a personalized product site, I want to let the user see the personalized product image before place an order, I add a button “view product” before the “Add to Cart”
the question is: how can I get PPOM Field value after I click the “view product” and transfer to another PHP page.
I tried to use _POST, it seems it does not work?
what should I do?