Author Topic: How to Add Jquery Screen Popup  (Read 3575 times)

Offline Kat8990

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
How to Add Jquery Screen Popup
« on: August 25, 2016, 01:34:23 PM »
I want to add a popup to my website to show a special offering. I've found a couple of free open source jquery popups. I have the zipped files containing all the coding files but which file in the Abantecart platform do I put the jquery code and the other code for my popups. The instructions for the popups say to put the codes in the header and footer files.

I've examined the header.php file in /storefront/controller/common/  and do not see a Jquery code. I see that it says to customize the file, go to the abantecart.com site for answers.

Please let me know how to add my Jquery popups.


Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: How to Add Jquery Screen Popup
« Reply #1 on: August 25, 2016, 02:32:44 PM »
what about bootstrap modals instead?
http://getbootstrap.com/javascript/#modals
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Kat8990

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: How to Add Jquery Screen Popup
« Reply #2 on: August 25, 2016, 09:12:53 PM »
Abolabo


Bootstrap modals is fine. How do I incorporate the code and which file?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: How to Add Jquery Screen Popup
« Reply #3 on: August 31, 2016, 08:40:17 AM »
Abantecart have html-element which calls by $this->html->buildElement('type'=> 'modal');
Please check file core/engine/html.php for details.
You can also find usage of it inside tpls.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod