Header module which allows to show any message like holidays, Promotions etc. in the header area.
How it works:
Allows to enter a title (optional) and message in the module in the Admin area which will show up in the header area of the store.
Allows to select the pages where to show the message.
Soports different languages.
Optional possibility to add the message to the order confirmation e-mails
https://www.oscaddons.com/en/free-add-o ... -p-33.html
Holiday - Promotional Message
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Holiday - Promotional Message
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
zeeshop
- Member
- Posts: 71
- Joined: Sun Jan 10, 2021 11:30 pm
- Phoenix Version:
- Has thanked: 15 times
- Been thanked: 2 times
Re: Holiday - Promotional Message
Thanks @raiwa , very useful, I was looking for something similar to put announcements and discount codes.
I am unable to find in the files to see if I can change background colour from yellow to what can suit on my site. Can you please advise where to change background colour settings.
Regards.
I am unable to find in the files to see if I can change background colour from yellow to what can suit on my site. Can you please advise where to change background colour settings.
Regards.
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Holiday - Promotional Message
It uses in the template file one of the standard bootstrap background styles "bg_warning":
change it to any other bs style, see:
https://getbootstrap.com/docs/4.6/utili ... ound-color
otherwise you would have to add your own css class and define the background colour in user.css
Code: Select all
<div class="card text-white bg-warning mb-3">
https://getbootstrap.com/docs/4.6/utili ... ound-color
otherwise you would have to add your own css class and define the background colour in user.css
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
admin
- Contributor
- Posts: 217
- Joined: Wed Oct 30, 2019 1:34 pm
- Phoenix Version:
- Has thanked: 20 times
- Been thanked: 22 times
Re: Holiday - Promotional Message
Support for this Addon will now be available on the Addon page - app.php/addons/free_addon/holiday_promo ... ge/support