config.xml 1.2 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  3. <default>
  4. <weltpixel_quickview>
  5. <general>
  6. <button_style>v2</button_style>
  7. <close_quickview>5</close_quickview>
  8. <custom_css></custom_css>
  9. <enable_goto_product_button>1</enable_goto_product_button>
  10. <enable_product_listing>1</enable_product_listing>
  11. <enable_shopping_checkout_product_buttons>1</enable_shopping_checkout_product_buttons>
  12. <enable_zoom>false</enable_zoom>
  13. <remove_availability>0</remove_availability>
  14. <remove_goto_product_button>0</remove_goto_product_button>
  15. <remove_product_image>0</remove_product_image>
  16. <remove_product_image_thumb>1</remove_product_image_thumb>
  17. <remove_qty_selector>1</remove_qty_selector>
  18. <remove_short_description>0</remove_short_description>
  19. <remove_sku>0</remove_sku>
  20. <scroll_to_top>1</scroll_to_top>
  21. </general>
  22. </weltpixel_quickview>
  23. </default>
  24. </config>