|
826 | 826 | </comment>
|
827 | 827 | </field>
|
828 | 828 | </group>
|
| 829 | + <group id="looking_similar" translate="label" type="text" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 830 | + <label>Looking Similar</label> |
| 831 | + <field id="is_looking_similar_enabled_on_pdp" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 832 | + <label>Enable on PDP</label> |
| 833 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 834 | + <comment> |
| 835 | + <![CDATA[ |
| 836 | + Do you want Looking Similar Items to display inside a product detail page after main product info? |
| 837 | + ]]> |
| 838 | + </comment> |
| 839 | + </field> |
| 840 | + <field id="is_looking_similar_enabled_on_cart_page" translate="label comment" type="select" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 841 | + <label>Enable on Cart Page</label> |
| 842 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 843 | + <comment> |
| 844 | + <![CDATA[ |
| 845 | + Do you want Looking Similar Items to display inside a cart page after cart item info? |
| 846 | + ]]> |
| 847 | + </comment> |
| 848 | + </field> |
| 849 | + <field id="is_looking_similar_enabled" translate="label comment" type="select" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 850 | + <label>Enable Looking Similar Widgets</label> |
| 851 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 852 | + </field> |
| 853 | + <field id="title" translate="label comment" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 854 | + <validate>required-entry</validate> |
| 855 | + <label>Title</label> |
| 856 | + </field> |
| 857 | + <field id="facet_name" translate="label comment" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 858 | + <label>Facet Name</label> |
| 859 | + <comment> |
| 860 | + <![CDATA[ |
| 861 | + Please Input Valid facet attribute name EX:- color,size etc. |
| 862 | + ]]> |
| 863 | + </comment> |
| 864 | + </field> |
| 865 | + <field id="facet_value" translate="label comment" type="text" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 866 | + <label>Facet Value</label> |
| 867 | + <comment> |
| 868 | + <![CDATA[ |
| 869 | + Please Enter Valid Facet Value. |
| 870 | + ]]> |
| 871 | + </comment> |
| 872 | + </field> |
| 873 | + <field id="num_of_products" translate="label comment" type="text" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 874 | + <label>Number of products to display</label> |
| 875 | + <validate>required-entry validate-digits validate-greater-than-zero</validate> |
| 876 | + <comment> |
| 877 | + <![CDATA[ |
| 878 | + How many Looking Similar Products do you want to display? Default value is 6. |
| 879 | + ]]> |
| 880 | + </comment> |
| 881 | + </field> |
| 882 | + <field id="is_addtocart_enabled" translate="label comment" type="select" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1"> |
| 883 | + <label>Enable Add To Cart Button</label> |
| 884 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 885 | + <comment> |
| 886 | + <![CDATA[ |
| 887 | + Do you want to display an "Add To Cart" button in Looking Similar Items? |
| 888 | + ]]> |
| 889 | + </comment> |
| 890 | + </field> |
| 891 | + </group> |
829 | 892 | </group>
|
830 | 893 | </section>
|
831 | 894 | <section id="algoliasearch_images" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
|
|
0 commit comments