Gossamer Forum
Home : Products : DBMan : Customization :

Shopping cart

Quote Reply
Shopping cart
I'm not found the right way insert this code.
What is between ?

# Add the following to db.cgi in sub main() between some of the other
# elseif statments:

elsif ($in{'create_order'}) { &html_create_order; }
elsif ($in{'verify_address'}) { &html_create_order; }
elsif ($in{'rectify_address'}) { &html_create_order; }
elsif ($in{'address_OK'}) { &html_create_order; }
elsif ($in{'add_order'}) { &html_add_order; }
elsif ($in{'more_order'}) { &html_view_search; }
elsif ($in{'check_order'}) { &html_check_order; }
elsif ($in{'edit_order'}) { &html_edit_order; }
elsif ($in{'change_order'}) { &html_change_order; }
elsif ($in{'send_order'}) { &html_send_order; }
elsif ($in{'cancel_order'}) { &html_cancel_order; }



Subject Author Views Date
Thread Shopping cart WernerW 5330 Dec 18, 2000, 6:13 AM
Post Re: Shopping cart
O grain 5263 Dec 18, 2000, 6:58 AM
Thread Re: Shopping cart
WernerW 5237 Dec 19, 2000, 3:51 AM
Thread Re: Shopping cart
O grain 5251 Dec 19, 2000, 4:15 AM
Thread Re: Shopping cart
WernerW 5245 Dec 19, 2000, 5:03 AM
Thread Re: Shopping cart, $orders_dir
O grain 5226 Dec 19, 2000, 7:46 AM
Thread Re: Shopping cart, $orders_dir
WernerW 5233 Dec 19, 2000, 8:50 AM
Thread Re: Shopping cart, $orders_dir
WernerW 5240 Dec 19, 2000, 8:58 AM
Thread Re: Shopping cart, in action
O grain 5313 Dec 20, 2000, 12:01 AM
Post Re: Shopping cart, in action
WernerW 5271 Dec 20, 2000, 12:52 AM
Thread Re: Shopping cart, in action
WernerW 5221 Dec 20, 2000, 1:12 AM
Thread Re: Shopping cart, in action
O grain 5220 Dec 20, 2000, 3:00 AM
Thread Re: Shopping cart, in action
WernerW 5243 Dec 20, 2000, 3:24 AM
Thread Not muchs works
O grain 5196 Dec 20, 2000, 11:39 PM
Post Re: Not muchs works
WernerW 5203 Dec 21, 2000, 12:12 AM
Thread Re: Shopping cart, 500 error
O grain 5252 Dec 19, 2000, 11:48 PM
Post Re: Shopping cart, 500 error
WernerW 5200 Dec 20, 2000, 1:00 AM