| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Jul 2005
Posts: 5
![]() | |
| |
| | THREAD STARTER #2 (permalink) |
| New Member Join Date: Jul 2005
Posts: 5
![]() | 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? |
| |
| | #3 (permalink) |
| Pro Coder & Designer Join Date: Apr 2005 Location: Netherlands
Posts: 967
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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}"> 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 i dont quiet understand your explenation. You need to have theire code in theire pages ?
__________________ aween web development |
| |
| | THREAD STARTER #4 (permalink) |
| New Member Join Date: Jul 2005
Posts: 5
![]() | 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'. ????: NamePros.com http://www.namepros.com/programming/111528-i-need-help-with-internet-secure.html 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 by danil; 08-02-2005 at 08:37 PM.
|
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Appraisal for "Internet Community" | biggie | Domain Appraisals | 13 | 08-14-2003 09:29 AM |