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

sakis_s

Member
XNullUser
Joined
Nov 15, 2021
Messages
53
Reaction score
17
Points
8
NullCash
18
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: 7

sakis_s

Member
XNullUser
Joined
Nov 15, 2021
Messages
53
Reaction score
17
Points
8
NullCash
18
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
463
Reaction score
1,722
Points
93
NullCash
1,713
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
195
Reaction score
12
Points
18
NullCash
91
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
743
Points
113
NullCash
5,953
Thank you very much! It can be useful module!
 

hegBIT

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 30, 2021
Messages
771
Reaction score
702
Points
93
NullCash
87
Thank you, will test it! Thanks so much
 

unique

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

  • change version PS
 
Top