diff --git a/_dev/elegance.css b/_dev/elegance.css index 6f95e36..7147a45 100644 --- a/_dev/elegance.css +++ b/_dev/elegance.css @@ -28,3 +28,7 @@ a:hover { a:hover .icon-tabler { @apply stroke-blue-900; } + +ul { + @apply !list-inside; +} diff --git a/templates/catalog/_partials/product-add-to-cart.tpl b/templates/catalog/_partials/product-add-to-cart.tpl index 0e9951b..0aede1d 100644 --- a/templates/catalog/_partials/product-add-to-cart.tpl +++ b/templates/catalog/_partials/product-add-to-cart.tpl @@ -22,7 +22,7 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -
+
{if !$configuration.is_catalog} {block name='product_availability'} diff --git a/templates/catalog/_partials/product-details.tpl b/templates/catalog/_partials/product-details.tpl index b30b4fa..4273fb3 100644 --- a/templates/catalog/_partials/product-details.tpl +++ b/templates/catalog/_partials/product-details.tpl @@ -1,81 +1,15 @@ -