Daniel Hlaváček

Results 299 comments of Daniel Hlaváček

Reduced price is already styled. ✅ ![Snímek obrazovky 2023-05-04 090320](https://user-images.githubusercontent.com/6097524/236133452-2110f9c8-e984-4699-a9cc-eb767d2c3331.jpg)

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...