federlt Posted February 11, 2018 Share Posted February 11, 2018 Hello, Im searching for free product sale pop up module, the module should open in left side bottom corner about ,,24 hours customer buyed this product". Thank you very much for info. Link to comment Share on other sites More sharing options...
hakeryk2 Posted February 11, 2018 Share Posted February 11, 2018 this module is included in prestashop as producttooltip. Link to comment Share on other sites More sharing options...
federlt Posted February 12, 2018 Author Share Posted February 12, 2018 16 hours ago, hakeryk2 said: this module is included in prestashop as producttooltip. I tried that, but I want more customizable module Link to comment Share on other sites More sharing options...
hakeryk2 Posted February 12, 2018 Share Posted February 12, 2018 Well, if You know a little bit of code then You can edit file modules\producttooltip\views\templates\hook\producttooltip.tpl and edit .growl attributes. You have readme how to edit growl library here https://github.com/ksylvest/jquery-growl on the bottom. You can set style, location (br = bottom-right, tl = top-left etc), message and many others. It is kinda easy using js parameters.. From readme: delayOnHover: while hovering over the alert, prevent it from being dismissed (true | false - default: true) duration: the duration (in milliseconds) for which the alert is displayed (default: 3200) fixed: whether the alert should be fixed rather than auto-dismissed (true | false - default: false) location: the alert's position ('tl' | 'tr' | 'bl' | 'br' | 'tc' | 'bc' - default: 'tr') size: the alert's size ('small' | 'medium' | 'large' - default: 'medium') style: the alert's style ('default' | 'error' | 'notice' | 'warning' - default: 'default') Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now