From b454f1a4198370fde48fe619f9af3cde773c58da Mon Sep 17 00:00:00 2001 From: Hamid Abbaszadeh Date: Wed, 3 Jul 2019 15:45:36 +0430 Subject: [PATCH] fix error --- src/templates/product/product_full.html5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/product/product_full.html5 b/src/templates/product/product_full.html5 index 218ec78..638c377 100644 --- a/src/templates/product/product_full.html5 +++ b/src/templates/product/product_full.html5 @@ -19,15 +19,15 @@ meta_sku_txt; ?>: meta_sku; ?> meta_global_ID): ?> - meta_global_ID_txt; ?>: meta_global_ID[value]; ?> + meta_global_ID_txt; ?>: meta_global_ID['value']; ?>
meta_price): ?> meta_price_txt; ?>: - meta_price[value]); ?> - meta_price[symbol]; ?> + meta_price['value']); ?> + meta_price['symbol']; ?> meta_availability): ?> (meta_availability_txt; ?>)