Skip to content

Commit

Permalink
product details tabs backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 22, 2023
1 parent c2f999b commit fa00ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/catalog/_partials/product-details.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div
class="js-product-details"
id="product-details"
data-product="{$product.embedded_attributes|json_encode}"
>
{block name='product_reference'}
Expand Down
2 changes: 1 addition & 1 deletion templates/catalog/_partials/product-tabs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{/if}

{$tabsList[] = [
'id' => 'product-details',
'id' => 'product-details-tabs',
'title' => {l s='Product Details' d='Shop.Theme.Catalog'},
'content' => {include file='catalog/_partials/product-details.tpl'}
]}
Expand Down

0 comments on commit fa00ae0

Please sign in to comment.