Skip to content

Instantly share code, notes, and snippets.

View ValeriyYustunyk's full-sized avatar

Valerii Yustyniuk ValeriyYustunyk

  • US, Minneapolis
View GitHub Profile

Rendering a prices table on a product view page on mobile OroCommerce.

  1. Create a new layout update.
layout:
    imports:
        -
            id: oro_product_price_table
            namespace: custom
 root: product_price_subtree_update
  1. Table has different cells in one row. When adding a new cell expect that a new cell will have the same tag name as a cell before. Also some attributes are copied (class, scope, etc).
<table>
    <tr>
        <td></td>
        <th>Batman</th>
 Robin
@ValeriyYustunyk
ValeriyYustunyk / 2019-https-localhost.md
Created June 11, 2021 09:37 — forked from cecilemuller/2019-https-localhost.md
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).