Give the cart an id for the JS to work with.
This commit is contained in:
parent
da8ebb9162
commit
113c44ada8
2 changed files with 2 additions and 1 deletions
|
|
@ -968,7 +968,7 @@ sub www_view {
|
|||
|
||||
my %var = (
|
||||
%{$self->get},
|
||||
formHeader => WebGUI::Form::formHeader($session)
|
||||
formHeader => WebGUI::Form::formHeader($session, { extras => q|id="wgCartId"|, })
|
||||
. WebGUI::Form::hidden($session, {name=>"shop", value=>"cart"})
|
||||
. WebGUI::Form::hidden($session, {name=>"method", value=>"update"})
|
||||
. WebGUI::Form::hidden($session, {name=>"itemId", value=>""})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue