Open drinkingsouls opened 4 years ago
Hello,
Unfortunately, currently there is no such feature. We will this to the next major update. Thank you for this feature request.
Let us know if you have any questions.
I achieved this by switching the search icon to a loading wheel when .loading class is applied to "form minisearch".
Less
.block-search { padding: 12px 15px 11px 15px; width: 300px; .loading { .action.search:before { font-size: 26px; line-height: 26px; margin-right: 4px; content: '\f1ce'; font-family: 'FontAwesome'; animation: rotation 1s infinite linear; } } }
Hi Mageworx, This is a useful extension. Is there a way to add a loading gif while the search loads the product window? Thank you.