committed ad08ceb
Date: 14/06/2020 06:00 PM
fixed load page when add to cart
Files changed (9)

+4 -0 M app/code/Rokanthemes/Categorytab/Block/CateWidget.php
+4 -0 M app/code/Rokanthemes/Featuredpro/Block/Featured.php
+4 -0 M app/code/Rokanthemes/MostviewedProduct/Block/Mostviewed.php
+4 -0 M app/code/Rokanthemes/Newproduct/Block/Newproduct.php
+4 -0 M app/code/Rokanthemes/Onsaleproduct/Block/Onsaleproduct.php
+4- 0 M app/code/Rokanthemes/ProductTab/Block/Producttab.php
+4- 0 M app/code/Rokanthemes/ProductTab/Block/Randompr.php
+4 -0 M app/code/Rokanthemes/Superdeals/Block/ProductByCat.php
committed 09b7a76
Date: 14/06/2020 05:00 PM
removed duplicate link logout
Files changed (3)

+0 -15 M app/design/frontend/ayo/ayo_default/Rokanthemes_Themeoption/templates/html/header.phtml
+0 -15 M app/design/frontend/ayo/ayo_home5/Rokanthemes_Themeoption/templates/html/header.phtml
+0 -15 M app/design/frontend/ayo/ayo_home6/Rokanthemes_Themeoption/templates/html/header.phtml
committed f65e45c
Date: 14/06/2020 04:00 PM
Style popup and fix style on home 8 +7
Files changed (4)

+6 -4 M app/code/Rokanthemes/AjaxSuite/view/frontend/web/css/source/_module.less
+6 -0 M app/design/frontend/ayo/ayo_default/web/css/source/_global_themes.less
+1 -1 M app/design/frontend/ayo/ayo_home8/web/css/source/_home8_themes.less
+2 -2 M app/design/frontend/ayo/ayo_home8/web/css/source/_variables_themes.less
committed f17b358
Date: 14/06/2020 03:37 PM
updated Rokanthemes_SlideBanner module (Add filter by store view)
Files changed (9)

+17 -11 M app/code/Rokanthemes/SlideBanner/Block/Adminhtml/Slider/Edit/Tab/Info.php
+129 -0 A app/code/Rokanthemes/SlideBanner/Block/Adminhtml/Slider/Edit/Tab/Renderer/Store.php
+11 -0 M app/code/Rokanthemes/SlideBanner/Block/Adminhtml/Slider/Grid.php
+36 -11 M app/code/Rokanthemes/SlideBanner/Block/Slider.php
+4 -0 M app/code/Rokanthemes/SlideBanner/Controller/Adminhtml/Slider/Save.php
+36 -0 A app/code/Rokanthemes/SlideBanner/Setup/UpgradeSchema.php
+1 -1 M app/code/Rokanthemes/SlideBanner/etc/module.xml
+0 -13 M app/design/frontend/ayo/ayo_default/Magento_Cms/layout/cms_index_index.xml
+1 -1 M app/design/frontend/ayo/ayo_default/Rokanthemes_SlideBanner/templates/slider.phtml
committed e227a5c
Date: 14/06/2020 10:37 AM
Added module AjaxSuite (New function : Add to cart, Add to Wishlist, Add to Compare, Login Popup)
Files changed (31)

+27 -0 A app/code/Rokanthemes/AjaxSuite/Block/AjaxCart/Success.php
+68 -0 A app/code/Rokanthemes/AjaxSuite/Block/Js.php
+219 -0 A app/code/Rokanthemes/AjaxSuite/Controller/Cart/Add.php
+149 -0 A app/code/Rokanthemes/AjaxSuite/Controller/Compare/Add.php
+141 -0 A app/code/Rokanthemes/AjaxSuite/Controller/Wishlist/Add.php
+30 -0 A app/code/Rokanthemes/AjaxSuite/Model/Config/Source/SuccessType.php
+18 -0 A app/code/Rokanthemes/AjaxSuite/composer.json
+17 -0 A app/code/Rokanthemes/AjaxSuite/etc/acl.xml
+6 -0 A app/code/Rokanthemes/AjaxSuite/etc/adminhtml/menu.xml
+53 -0 A app/code/Rokanthemes/AjaxSuite/etc/adminhtml/system.xml
+21 -0 A app/code/Rokanthemes/AjaxSuite/etc/config.xml
+8 -0 A app/code/Rokanthemes/AjaxSuite/etc/frontend/routes.xml
+8 -0 A app/code/Rokanthemes/AjaxSuite/etc/module.xml
+5 -0 A app/code/Rokanthemes/AjaxSuite/registration.php
+10 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/ajaxsuite_addcart_success.xml
+10 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/ajaxsuite_compare_success.xml
+10 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/ajaxsuite_wishlist_success.xml
+6 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/catalog_category_view.xml
+6 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/catalog_category_view_type_default.xml
+13 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/layout/default.xml
+11 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/requirejs-config.js
+27 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/templates/addcart_success.phtml
+19 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/templates/compare_success.phtml
+30 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/templates/default.phtml
+4 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/templates/popup_wrapper.phtml
+19 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/templates/wishlist_success.phtml
+225 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/web/css/source/_module.less
+258 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/web/js/ajaxsuite.js
+39 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/web/js/model/ajaxsuite-popup.js
+36 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/web/js/model/authentication-popup.js
+69 -0 A app/code/Rokanthemes/AjaxSuite/view/frontend/web/template/authentication-popup.html
committed 76e94b9
Date: 14/06/2020 08:37 AM
removed old add ajax cart
Files changed (1)

+0 -6 M app/code/Rokanthemes/RokanBase/view/frontend/requirejs-config.js