[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Using form_mail without any order!
jojo@buchonline.net writes:
> ****** message to minivend-users from jojo@buchonline.net ******
>
> Hi list,
>
> i hope, i get any hints, tips and solution as soon as possible, because
> i am on holiday next week.
>
> I can't pass any value to the form_mail or i can't us submit without
> any items.
There is a automatic check for items in the basket. You can circumvent it
like:
[perl arg=carts]
# Add item to dummy cart
$Safe{'carts'}->{'dummy'} = [{'code' => 0, 'quantity' => 1}];
'';
[/perl]
<INPUT TYPE=hidden NAME=mv_cartname VALUE="dummy">
There is a drawback, if the users press the back button, he can't reuse
the form.
Bye
Racke