v1.6-v1.7 Images for product features v. 1.0.5

sakis_s

Member
XNullUser
Joined
Nov 15, 2021
Messages
61
Reaction score
19
Points
8
NullCash
6
Overview
This module allows you to assign images to different product features and display them in the product sheets of your shop.


What this module does for you
  • Ability to define visuals for product characteristics
  • Enhance the product sheets
  • Make your shop more personalized compared to the competition
  • Facilitate the navigation of customers and thus improve the conversion rate
  • Simple and intuitive use of the configuration interface
images-for-product-features.jpg

Version 1.0.5

Demo
 

Attachments

  • v1.0.5-brlattributesimg.zip
    1.4 MB · Views: 10

sakis_s

Member
XNullUser
Joined
Nov 15, 2021
Messages
61
Reaction score
19
Points
8
NullCash
6
If you're using the module with the hook "displayFooterProduct" like i do, photo is not centered and has left alignment for bigger displays.
To move the photo use Custom CSS:

CSS:
 @media only screen and (max-width: 5000px) and (min-width: 769px){
 .brl_attributes_img {position:relative; left:200px;}
}

The code above translates to:

CSS:
@media only screen and (max-width: 5000px) and (min-width: 769px){
 /* CSS that should be displayed if width is equal to or less than 5000px and larger
  than 769px goes here */
}

Just play with the pixels until it's centered.

P.S. Don't forget to clear cache to view changes.
 

javialbox

Well-known member
Master
Diamond
Elite
Joined
May 23, 2020
Messages
471
Reaction score
1,734
Points
93
NullCash
4
Overview
This module allows you to assign images to different product features and display them in the product sheets of your shop.


What this module does for you
  • Ability to define visuals for product characteristics
  • Enhance the product sheets
  • Make your shop more personalized compared to the competition
  • Facilitate the navigation of customers and thus improve the conversion rate
  • Simple and intuitive use of the configuration interface
View attachment 30709

Version 1.0.5

Demo
Please share the last version
What's New in Version 1.0.6(11/05/2021)
  • change version PS
 

juanpablo7

Member
XNullUser
Joined
Jul 6, 2021
Messages
644
Reaction score
3
Points
18
NullCash
118
mmm thank anyway...
Post automatically merged:

thank for sharing
 
Last edited:

emrys

Member
XNullUser
Joined
Jul 22, 2022
Messages
224
Reaction score
13
Points
18
NullCash
12
Thank you, will test it! Thanks so much
 

Sillumin

Well-known member
☆ Pro ☆
Master
Diamond
Elite
Joined
Jun 18, 2021
Messages
3,620
Reaction score
782
Points
113
NullCash
6,226
Thank you very much! It can be useful module!
 

hegBIT

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 30, 2021
Messages
1,036
Reaction score
973
Points
113
NullCash
4
Thank you, will test it! Thanks so much
 

unique

Well-known member
Diamond
Elite
XNullUser
Joined
Dec 12, 2020
Messages
2,849
Reaction score
481
Points
83
NullCash
1,187
Please share the last version
What's New in Version 1.0.6(11/05/2021)

  • change version PS
 
Top