Restructure pages for permutations and basket with metadata for is_included_VAT, id_currency, id_region_delivery

This commit is contained in:
2024-04-21 15:13:09 +01:00
parent f1b095ba83
commit bbb7800dc8
40 changed files with 524 additions and 277 deletions

View File

@@ -30,7 +30,7 @@
</div>
</div>
</div>
<div id="{{ model.id_basket_container }}" class="rightcolumn">
<div id="{{ model.ID_BASKET_CONTAINER }}" class="rightcolumn">
{% include '_block_store_basket.html' %}
</div>
</div>
@@ -42,7 +42,7 @@
<script>
// pass arguments from model to JS
var hashPageCurrent = "{{ model.hash_page_store_product }}";
var hashPageCurrent = "{{ model.HASH_PAGE_STORE_PRODUCT }}";
// hookup elements
$(document).ready(function() {