How can I create a popup?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
I'd like to create a popup so whenever someone is entering the site he gets offered to like my facebook page and subscribe to the newsletters does anybody know hwo to do that?

Also how can I remove wishlists? (nopcommerce 3.4)

And is it possible to disable the drop down menu for mobile and make fonts smaller so it fits well?


Thanks alot everyone sorry for the newbie questions I'm new!
9 years ago
barmittel wrote:
I'd like to create a popup so whenever someone is entering the site he gets offered to like my facebook page and subscribe to the newsletters does anybody know hwo to do that?

Also how can I remove wishlists? (nopcommerce 3.4)

And is it possible to disable the drop down menu for mobile and make fonts smaller so it fits well?


Thanks alot everyone sorry for the newbie questions I'm new!


- You can use any jquery library like lightbox, fancybox, etc.
- Wishlist can't remove out of the box. I do this some code work.
- Dropdown menus releated to your theme features. May be possible or you can do with some css working.
9 years ago
Fanxy box / light box is a plugin I can easily use on my store?
another question please can I ad Paypal , credit card, mastercaerd symbols to the bottom of my shop?
9 years ago
barmittel wrote:
Fanxy box / light box is a plugin I can easily use on my store?
another question please can I ad Paypal , credit card, mastercaerd symbols to the bottom of my shop?


Fancy or Lightbox plugins not like NopCommerce plugin. Its only .js library. You use this libraries by adding <head> section of your web site. And some jquery knowledge.

Yes you can do it with editing "YourThemeName\Views\Common\Footer.cshtml" file or with this plugin -> https://www.nopcommerce.com/p/1152/widget-all-in-one.aspx
9 years ago
Thanks a lot! it all works great..
Now only the popout thing I can't figure out how to do it..
6 years ago
Hi Team,

I am new in nopcommmerce .I am trying to implemented advertisement popup dynamically show in theme home page .

Like i want top and bottom and rightside from three location discount offer popopup will be disaplyed in in home page. So how can i steup widget locations. and implemnet plugin.


Thanks in advance.
6 years ago
Hi,

You can use Smart HTML Widget - nopCommerce Plugin

This plugin allows you to add HTML content in nopCommerce widget zones.
6 years ago
Hi Team,

I am new in nopcommmerce .I am trying to implemented advertisement popup dynamically show in theme home page .

Like i want top and bottom and rightside from three location discount offer popopup will be disaplyed in in home page. So how can i steup widget locations. and implemnet plugin.


Thanks in advance.
6 years ago
Hi,

You can use Smart HTML Widget - nopCommerce Plugin and add your HTML in any of your homepage widget zone and add related CSS in your theme stylesheet.

The location of your popup can only be controlled by what you define in your CSS. A plugin cannot control the location of your popup.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.