Dynadot โ€” .com Transfer

I need help with "Internet Secure"

Spaceship Spaceship
Watch
Impact
0
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}">
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
Hi,
I'm new to web'n'stuff, and I'm not really that into it in programming way. I provide courier and other business services. I am going to hire a designer to do my sites, but later. Still I have this small problem - couple strings of code could fix it - I can't solve by myself, but seems like noone is willing or able to help. Is it too simple for net Gurus?
 
0
•••
first of all, you can use Arrays ( php ) or use more hidden tags:

you have:
Code:
<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}">

You cnat use the same name twice ( Products ) Unless you have an Array which is Products[0] - Products[1] etc...

but it should be:
Code:
<input type=hidden name="price" value="Price"> 
<input type=hidden name="quantity" value="Qty"> 
<input type=hidden name="code" value="code"> 
<input type=hidden name="description" value="description"> 
<input type=hidden name="flags" value="Flags">

and the same with the other one.

And i dont quiet understand your explenation. You need to have theire code in theire pages ?
 
0
•••
I guess the product list I'm supposed to have is exactly what u said - array stored on their site.

Normally a client just chooses an item - let's say t-shirt -
and clicks the BUY button. He is redirected to their secure place where the actual transaction is done. The specific button he clicked has that type of code, so that they know product and price.
It works ok with :: separators, just different punctuation, probably, for the way you gave. It also works without 'description', 'qty' and 'flags'.

But it has to have fixed price - either implemented into that button, or stored in the product list (the array) on their site. And that's exactly what I don't need.

I need price to be (a) variable, so the client could input it himself. Than this variable somehow gets into the 'price' part, and goes as 'price' to their site.

http://www.northyorkcity.ca/cc/pay_page.htm
That's total mess, but that's all I can do

xlusive thanks
 
Last edited:
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back