v1.6-v1.7 Advanced Pack 5 - Create bundles of products

prestahawe

Well-known member
Master
Diamond
Elite
Joined
Jan 25, 2019
Messages
604
Reaction score
999
Points
93
NullCash
1,773
Thanks, works great with standard theme.
I'm working to make it compatible with theme Warehouse too.
- Missing some css, fonts (Material Icons)
- Theme dependencies conflicts
Done!
If anybody needs these fixes, just contact me.

Yeah, would be great. Please share.
 

sharmpro

Active member
XNullUser
Joined
Jan 15, 2019
Messages
129
Reaction score
38
Points
28
NullCash
1
Fixes for Warahouse 4.2.1 theme

Add following css on Advanced Styles (CSS) backoffice module configuration

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/MaterialIcons-Regular.eot); // For IE6-8 //
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; // Preferred icon size //
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;

// Support for all WebKit browsers. //
-webkit-font-smoothing: antialiased;
// Support for Safari and Chrome. //
text-rendering: optimizeLegibility;

// Support for Firefox. //
-moz-osx-font-smoothing: grayscale;

// Support for IE. //
font-feature-settings: 'liga';
}

Unzip attached file MaterialIcons.zip into /modules/pm_advancedpack/views/fonts folder
Unzip attached file templates.zip into /themes/warehouse folder
or if you use a child theme unzip it into appropriate folder eg. /themes/warehousechild
 

Attachments

  • MaterialIcons.zip
    305.4 KB · Views: 13
  • templates.zip
    4.7 KB · Views: 13

freiserk

Well-known member
Pro
Master
Diamond
Elite
Joined
Jan 24, 2019
Messages
3,456
Reaction score
6,446
Points
113
NullCash
35,157
Thank you @sharmpro

I'm going to study it and try the modifications for other themes.
 

sharmpro

Active member
XNullUser
Joined
Jan 15, 2019
Messages
129
Reaction score
38
Points
28
NullCash
1
Rock bottom: every template that modify .tpl with new (non standard) variables need to be fixed.
No idea why this module refers to Material Icons but not includes nor specify requirement for it.
 

dsfstore

Member
XNullUser
Joined
Feb 28, 2019
Messages
365
Reaction score
22
Points
18
NullCash
2
unfortunately the original post module not working...
 

dsfstore

Member
XNullUser
Joined
Feb 28, 2019
Messages
365
Reaction score
22
Points
18
NullCash
2
update: it's working fine :) , sorry for my previous message
 

Pablo

Member
XNullUser
Joined
Jan 24, 2019
Messages
40
Reaction score
0
Points
6
NullCash
0
[QUOTE = "Root, post: 34, membro: 1"]
advanced-pack-5-create-bundles-of-products.jpg



Demonstração: Pacote Avançado 5 - Criar pacotes de produtos - Complementos PrestaShop

Baixar
[Conteúdo oculto] [/ QUOTE]
Obrigado!!

---- Automatically Merged Double Post ----

Advanced Pack V. 5.2.5 works on PS 1.7.5
[Hidden content]
Muito obrigado!!! :D
 
Last edited:
Top