XG
Asked
i want to add more button at shop/products and search, like variant button. i found ***<div id="results" class="grid"></div>*** in ***themes/default/shop/views/pages/products.php*** i dont know where the results go
- MAAnswered> We can't help with modifications and modified versions. However you are allowed to modify the item at your own risk.
This is ticket question and as tickets are not yet added here. I can only point you to files.
The **view files** are in `themes/default/shop/views/` and the **javascript** `themes/default/shop/assets/scripts/general.js`
If you are not sure on how to modify/edit the code, please hire a developer to help you. - XGAnsweredi edit **javascript themes/default/shop/assets/scripts/general.js** but nothing happen, i delete it nothing happen to
- MSAnsweredThat is the source file and it should be complied to `themes/default/shop/assets/js/scripts.min.js` by running `gulp js`
- XGAnsweredoke thanks
- Login to Reply