Commit b8fcb526 authored by Ketan's avatar Ketan

git update with local changes

parent f012f907
......@@ -13,7 +13,7 @@
<referenceBlock name="catalog.product.related" remove="true"/>
<referenceBlock name="product.info.upsell" remove="true"/>
<referenceContainer name="sidebar.additional">
<referenceContainer name="sidebar.additional" remove="true">
<block class="Magento\Cms\Block\Block" name="service-sidebar" before="-">
<arguments>
<argument name="block_id" xsi:type="string">service-sidebar</argument>
......@@ -47,7 +47,7 @@
as="addto">
<block class="Magento\Catalog\Block\Product\ProductList\Item\AddTo\Compare"
name="related.product.addto.compare" as="compare"
template="Magento_Catalog::product/list/addto/compare.phtml"/>
template="Magento_Catalog::product/list/addto/compare.phtml" remove="true"/>
</block>
</block>
<block class="Magento\Catalog\Block\Product\ProductList\Upsell" name="product.info.upsell.theme"
......
......@@ -63,6 +63,20 @@ $customtab_content = $_config->getProductDetail('customtab_content');
<?php } ?>
</ul>
<div>
<?php //$block->getProduct()>getResource()->getAttribute('color_picker_swatch')->getFrontend()->getValue($block->getProduct())
//die('sssss');
?>
</div>
<div class="resp-tabs-container">
<?php foreach ($detailedInfoGroup as $name): ?>
<?php
......
......@@ -17,7 +17,8 @@ $_config = $this->helper('Sm\Shop4u\Helper\Data');
$zoom_enable = $_config->getProductDetail('use_zoom_image');
$zoom_width = $_config->getProductDetail('zoom_width');
$thumbstyle = $_config->getProductDetail('thumbs_style');
//$thumbstyle = $_config->getProductDetail('thumbs_style');
$thumbstyle = 'vertical';
$loop = $_config->getProductDetail('image_loop');
$keyboard = $_config->getProductDetail('image_keyboard');
$bigNav = $_config->getProductDetail('image_navigation');
......
......@@ -226,7 +226,7 @@
<var name="arrows">true</var> <!-- Turn on/off arrows on the sides preview (true/false), Config from admin panel -->
<var name="caption">false</var> <!-- Display alt text as image title (true/false) -->
<var name="allowfullscreen">true</var> <!-- Turn on/off fullscreen (true/false), Config from admin panel -->
<var name="navdir">horizontal</var> <!-- Sliding direction of thumbnails (horizontal/vertical), Config from admin panel -->
<var name="navdir">vertical</var> <!-- Sliding direction of thumbnails (horizontal/vertical), Config from admin panel -->
<var name="navarrows">true</var> <!-- Turn on/off on the thumbs navigation sides arrows(true/false) -->
<var name="navtype">slides</var> <!-- Sliding type of thumbnails (slides/thumbs) -->
<var name="transition">
......@@ -238,7 +238,7 @@
<var name="loop">true</var> <!-- Fullscreen navigation loop (true/false/null) -->
<var name="arrows">false</var> <!-- Turn on/off arrows on the sides preview in fullscreen (true/false/null) -->
<var name="caption">false</var> <!-- Display alt text as image title in fullscreen(true/false) -->
<var name="navdir">horizontal</var> <!--Sliding direction of thumbnails in fullscreen(horizontal/vertical) -->
<var name="navdir">vertical</var> <!--Sliding direction of thumbnails in fullscreen(horizontal/vertical) -->
<var name="navtype">slides</var> <!-- Sliding type of thumbnails (slides/thumbs) -->
<var name="transition">
<var name="effect">dissolve</var> <!-- Sets transition effect for slides changing (slide/crossfade/dissolve) -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment