Their html suggests using a product list and I got no fixed prices.
So I need to take a result from a separate form that a client fills out and implement it into their code. How do I do it?
Here is what they give:
<input type=hidden name="Products" value="Price::Qty::Code::description::Flags">
<input type=hidden name="Products" value="9.99::1:: 001::T-Shirt::{GST}{PST}{HST}{US}{TEST}{TESTD}">
So I need to take a result from a separate form that a client fills out and implement it into their code. How do I do it?
Here is what they give:
<input type=hidden name="Products" value="Price::Qty::Code::description::Flags">
<input type=hidden name="Products" value="9.99::1:: 001::T-Shirt::{GST}{PST}{HST}{US}{TEST}{TESTD}">






