Daniel Hlaváček
                                            Daniel Hlaváček
                                        
                                    Reduced price is already styled. ✅ 
That opacity thing seems to work!
### Current workflow - [ ] Build everything in an initial phase to 95% completion - [ ] Do major cleanup of code - [ ] Recheck everything and polish...
As used in contact.tpl: ``` {if $layout === 'layouts/layout-left-column.tpl' || $layout === 'layouts/layout-right-column.tpl'} // render 3 products per xl column {else} // render 4 products per xl column {/if} ```...
The stylesheet from `modules/modulename/xxxx.css` or overriden by `themes/theme-refacto/modules/modulename/xxxx.css` will be only loaded, if the module is active and includes it.
Yeah, the prev/next ones maybe can go on mobile, or we can put them to next line, that also looks good.
@kpodemski @samberrry I see one problematic thing here guys. This hook normally sends the ObjectModel instance as a parameter (`Hook::exec('actionObject' . $this->getFullyQualifiedName() . 'AddAfter', array('object' => $this));`), but here we...
I think we removed it some time ago. The review data should be put in the header, is not the case?
I will summarize. - In https://github.com/PrestaShop/classic-theme/blob/develop/templates/_partials/microdata/product-jsonld.tpl, there is a rating microdata provided in a limited form. - I agree that adding more structured data is always good. - We removed...