fix #11755: New cart does not update shipping
This commit is contained in:
parent
8246b7ec88
commit
c931cab85c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.9.11
|
||||
- fixed #11755: New cart does not update shipping methods correctly
|
||||
|
||||
7.9.10
|
||||
- fixed #11721: spamStopWords not in WebGUI.conf.original
|
||||
|
|
|
|||
|
|
@ -1252,9 +1252,8 @@ sub www_view {
|
|||
|
||||
my $style = $session->style;
|
||||
my $yui = $url->extras('/yui/build');
|
||||
$style->setScript("$yui/yahoo/yahoo-min.js");
|
||||
$style->setScript("$yui/yahoo-dom-event/yahoo-dom-event.js");
|
||||
$style->setScript("$yui/json/json-min.js");
|
||||
$style->setScript("$yui/event/event-min.js");
|
||||
$style->setScript("$yui/connection/connection-min.js");
|
||||
$style->setScript($url->extras('underscore/underscore-min.js'));
|
||||
$style->setScript($url->extras('shop/cart.js'), undef, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue