e107inc / vstore

Simple shopping cart system for e107 v2.x Bootstrap CMS
GNU General Public License v3.0
17 stars 12 forks source link

bootstrap 4 theme - card dropdown is not opening in menu after Add to cart #152

Open Jimmi08 opened 5 years ago

Jimmi08 commented 5 years ago

For bootstrap4 theme, I had to change/add this to open dropdown with card info

$('li.dropdown.vstore-storecart').addClass('show');
 $('li.dropdown.vstore-storecart #vstore-cart-dropdown').addClass('show');

BT3 used open class, BT4 show on 2 places.