iVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-filter-removable-chips' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'name' => 'woocommerce/product-filter-removable-chips', 'version' => '1.0.0', 'title' => 'Chips', 'description' => 'Display removable active filters as chips.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, 'ancestor' => array( 'woocommerce/product-filter-active' ), 'supports' => array( 'layout' => array( 'allowSwitching' => false, 'allowInheriting' => false, 'allowJustification' => false, 'allowVerticalAlignment' => false, 'default' => array( 'type' => 'flex' ) ) ), 'usesContext' => array( 'queryId', 'filterData' ), 'attributes' => array( 'chipText' => array( 'type' => 'string' ), 'customChipText' => array( 'type' => 'string' ), 'chipBackground' => array( 'type' => 'string' ), 'customChipBackground' => array( 'type' => 'string' ), 'chipBorder' => array( 'type' => 'string' ), 'customChipBorder' => array( 'type' => 'string' ) ) ), 'product-filter-status' => array( 'name' => 'woocommerce/product-filter-status', 'version' => '1.0.0', 'title' => 'Status (Experimental)', 'description' => 'Let shoppers filter products by choosing stock status.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, 'ancestor' => array( 'woocommerce/product-filters' ), 'supports' => array( 'interactivity' => true, 'html' => false, 'color' => array( 'text' => true, 'background' => false, '__experimentalDefaultControls' => array( 'text' => false ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontWeight' => true, '__experimentalFontFamily' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => false ) ), 'spacing' => array( 'margin' => true, 'padding' => true, 'blockGap' => true, '__experimentalDefaultControls' => array( 'margin' => false, 'padding' => false, 'blockGap' => false ) ), '__experimentalBorder' => array( 'color' => true, 'radius' => true, 'style' => true, 'width' => true, '__experimentalDefaultControls' => array( 'color' => false, 'radius' => false, 'style' => false, 'width' => false ) ) ), 'attributes' => array( 'showCounts' => array( 'type' => 'boolean', 'default' => false ), 'displayStyle' => array( 'type' => 'string', 'default' => 'woocommerce/product-filter-checkbox-list' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'hideEmpty' => array( 'type' => 'boolean', 'default' => true ), 'clearButton' => array( 'type' => 'boolean', 'default' => true ) ), 'usesContext' => array( 'query', 'filterParams' ), 'example' => array( 'attributes' => array( 'isPreview' => true ) ) ), 'product-filters' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-filters', 'version' => '1.0.0', 'title' => 'Product Filters (Experimental)', 'description' => 'Let shoppers filter products displayed on the page.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => true, 'color' => array( 'background' => true, 'text' => true, 'heading' => true, 'enableContrastChecker' => false, 'button' => true ), 'multiple' => true, 'inserter' => true, 'interactivity' => true, 'typography' => array( 'fontSize' => true ), 'layout' => array( 'default' => array( 'type' => 'flex', 'orientation' => 'vertical', 'flexWrap' => 'nowrap', 'justifyContent' => 'stretch' ), 'allowEditing' => false ), 'spacing' => array( 'blockGap' => true ) ), 'textdomain' => 'woocommerce', 'usesContext' => array( 'postId', 'query', 'queryId' ), 'viewScript' => 'wc-product-filters-frontend', 'example' => array( ), 'attributes' => array( 'overlayIcon' => array( 'type' => 'string', 'default' => 'filter-icon-2' ), 'overlayIconSize' => array( 'type' => 'number' ), 'overlayButtonType' => array( 'type' => 'string', 'default' => 'label-icon' ) ) ), 'product-gallery' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-gallery', 'version' => '1.0.0', 'title' => 'Product Gallery (Beta)', 'description' => 'Showcase your products relevant images and media.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => true, 'interactivity' => true ), 'textdomain' => 'woocommerce', 'usesContext' => array( 'postId' ), 'providesContext' => array( 'thumbnailsPosition' => 'thumbnailsPosition', 'thumbnailsNumberOfThumbnails' => 'thumbnailsNumberOfThumbnails', 'productGalleryClientId' => 'productGalleryClientId', 'nextPreviousButtonsPosition' => 'nextPreviousButtonsPosition', 'pagerDisplayMode' => 'pagerDisplayMode', 'hoverZoom' => 'hoverZoom', 'fullScreenOnClick' => 'fullScreenOnClick', 'mode' => 'mode', 'cropImages' => 'cropImages' ), 'ancestor' => array( 'woocommerce/single-product' ), 'attributes' => array( 'thumbnailsPosition' => array( 'type' => 'string', 'default' => 'left' ), 'thumbnailsNumberOfThumbnails' => array( 'type' => 'number', 'default' => 3 ), 'pagerDisplayMode' => array( 'type' => 'string', 'default' => 'dots' ), 'productGalleryClientId' => array( 'type' => 'string', 'default' => '' ), 'cropImages' => array( 'type' => 'boolean', 'default' => false ), 'hoverZoom' => array( 'type' => 'boolean', 'default' => true ), 'fullScreenOnClick' => array( 'type' => 'boolean', 'default' => true ), 'nextPreviousButtonsPosition' => array( 'type' => 'string', 'default' => 'insideTheImage' ), 'mode' => array( 'type' => 'string', 'default' => 'standard' ) ), 'viewScript' => 'wc-product-gallery-frontend', 'example' => array( ) ), 'product-gallery-large-image' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-gallery-large-image', 'version' => '1.0.0', 'title' => 'Large Image', 'description' => 'Display the Large Image of a product.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'nextPreviousButtonsPosition', 'postId', 'hoverZoom', 'fullScreenOnClick', 'cropImages' ), 'supports' => array( 'interactivity' => true ), 'textdomain' => 'woocommerce', 'ancestor' => array( 'woocommerce/product-gallery' ) ), 'product-gallery-large-image-next-previous' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-gallery-large-image-next-previous', 'version' => '1.0.0', 'title' => 'Next/Previous Buttons', 'description' => 'Display next and previous buttons.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'nextPreviousButtonsPosition', 'productGalleryClientId', 'postId' ), 'textdomain' => 'woocommerce', 'supports' => array( 'layout' => array( 'default' => array( 'type' => 'flex', 'verticalAlignment' => 'bottom' ), 'allowVerticalAlignment' => true, 'allowJustification' => false, 'allowOrientation' => false, 'allowInheriting' => false ) ), 'ancestor' => array( 'woocommerce/product-gallery-large-image' ) ), 'product-gallery-pager' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-gallery-pager', 'version' => '1.0.0', 'title' => 'Pager', 'description' => 'Display the gallery pager.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'ancestor' => array( 'woocommerce/product-gallery' ), 'usesContext' => array( 'pagerDisplayMode', 'productGalleryClientId', 'thumbnailsNumberOfThumbnails', 'postId' ) ), 'product-gallery-thumbnails' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-gallery-thumbnails', 'version' => '1.0.0', 'title' => 'Thumbnails', 'description' => 'Display the Thumbnails of a product.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'postId', 'thumbnailsPosition', 'thumbnailsNumberOfThumbnails', 'productGalleryClientId', 'mode', 'cropImages' ), 'textdomain' => 'woocommerce', 'ancestor' => array( 'woocommerce/product-gallery' ), 'supports' => array( 'spacing' => array( 'margin' => true, '__experimentalDefaultControls' => array( 'margin' => true ) ) ) ), 'product-image' => array( 'name' => 'woocommerce/product-image', 'version' => '1.0.0', 'title' => 'Product Image', 'description' => 'Display the main product image.', 'category' => 'woocommerce-product-elements', 'attributes' => array( 'showProductLink' => array( 'type' => 'boolean', 'default' => true ), 'showSaleBadge' => array( 'type' => 'boolean', 'default' => true ), 'saleBadgeAlign' => array( 'type' => 'string', 'default' => 'right' ), 'imageSizing' => array( 'type' => 'string', 'default' => 'single' ), 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ), 'width' => array( 'type' => 'string' ), 'height' => array( 'type' => 'string' ), 'scale' => array( 'type' => 'string', 'default' => 'cover' ), 'aspectRatio' => array( 'type' => 'string' ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-image-gallery' => array( 'name' => 'woocommerce/product-image-gallery', 'version' => '1.0.0', 'title' => 'Product Image Gallery', 'icon' => 'gallery', 'description' => 'Display a product\'s images.', 'category' => 'woocommerce-product-elements', 'supports' => array( 'align' => true, 'multiple' => false ), 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-meta' => array( 'name' => 'woocommerce/product-meta', 'version' => '1.0.0', 'title' => 'Product Meta', 'icon' => 'product', 'description' => 'Display a product’s SKU, categories, tags, and more.', 'category' => 'woocommerce-product-elements', 'supports' => array( 'align' => true, 'reusable' => false ), 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-new' => array( 'name' => 'woocommerce/product-new', 'title' => 'Newest Products', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'description' => 'Display a grid of your newest products.', 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'inserter' => false ), 'attributes' => array( 'columns' => array( 'type' => 'number', 'default' => 3 ), 'rows' => array( 'type' => 'number', 'default' => 3 ), 'alignButtons' => array( 'type' => 'boolean', 'default' => false ), 'contentVisibility' => array( 'type' => 'object', 'default' => array( 'image' => true, 'title' => true, 'price' => true, 'rating' => true, 'button' => true ), 'properties' => array( 'image' => array( 'type' => 'boolean', 'default' => true ), 'title' => array( 'type' => 'boolean', 'default' => true ), 'price' => array( 'type' => 'boolean', 'default' => true ), 'rating' => array( 'type' => 'boolean', 'default' => true ), 'button' => array( 'type' => 'boolean', 'default' => true ) ) ), 'categories' => array( 'type' => 'array', 'default' => array( ) ), 'catOperator' => array( 'type' => 'string', 'default' => 'any' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'stockStatus' => array( 'type' => 'array' ), 'editMode' => array( 'type' => 'boolean', 'default' => true ), 'orderby' => array( 'type' => 'string', 'enum' => array( 'date', 'popularity', 'price_asc', 'price_desc', 'rating', 'title', 'menu_order' ), 'default' => 'date' ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-price' => array( 'name' => 'woocommerce/product-price', 'version' => '1.0.0', 'title' => 'Product Price', 'description' => 'Display the price of a product.', 'category' => 'woocommerce-product-elements', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'textAlign' => array( 'type' => 'string', 'default' => '' ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, 'supports' => array( 'html' => false ), 'ancestor' => array( 'woocommerce/all-products', 'woocommerce/single-product', 'woocommerce/product-template', 'core/post-template' ), '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-rating' => array( 'name' => 'woocommerce/product-rating', 'version' => '1.0.0', 'icon' => 'info', 'title' => 'Product Rating', 'description' => 'Display the average rating of a product.', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'textAlign' => array( 'type' => 'string', 'default' => '' ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => true ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-rating-counter' => array( 'name' => 'woocommerce/product-rating-counter', 'version' => '1.0.0', 'title' => 'Product Rating Counter', 'description' => 'Display the review count of a product', 'category' => 'woocommerce-product-elements', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'textAlign' => array( 'type' => 'string', 'default' => '' ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => true ), 'ancestor' => array( 'woocommerce/single-product' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-rating-stars' => array( 'name' => 'woocommerce/product-rating-stars', 'title' => 'Product Rating Stars', 'description' => 'Display the average rating of a product with stars', 'category' => 'woocommerce-product-elements', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'textAlign' => array( 'type' => 'string', 'default' => '' ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => true ), 'ancestor' => array( 'woocommerce/single-product' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-results-count' => array( 'name' => 'woocommerce/product-results-count', 'version' => '1.0.0', 'title' => 'Product Results Count', 'description' => 'Display the number of products on the archive page or search result page.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'color' => array( 'text' => true, 'background' => false ), 'typography' => array( 'fontSize' => true ) ), 'attributes' => array( ), 'usesContext' => array( 'queryId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-reviews' => array( 'name' => 'woocommerce/product-reviews', 'version' => '1.0.0', 'icon' => 'admin-comments', 'title' => 'Product Reviews', 'description' => 'A block that shows the reviews for a product.', 'category' => 'woocommerce-product-elements', 'keywords' => array( 'WooCommerce' ), 'supports' => array( ), 'attributes' => array( ), 'usesContext' => array( 'postId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-sale-badge' => array( 'name' => 'woocommerce/product-sale-badge', 'version' => '1.0.0', 'title' => 'On-Sale Badge', 'description' => 'Displays an on-sale badge if the product is on-sale.', 'category' => 'woocommerce-product-elements', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-summary' => array( 'name' => 'woocommerce/product-summary', 'version' => '1.0.0', 'icon' => 'page', 'title' => 'Product Summary', 'description' => 'Display a short description about a product.', 'attributes' => array( 'productId' => array( 'type' => 'number', 'default' => 0 ), 'isDescendentOfQueryLoop' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductTemplate' => array( 'type' => 'boolean', 'default' => false ), 'isDescendentOfSingleProductBlock' => array( 'type' => 'boolean', 'default' => false ), 'isDescendantOfAllProducts' => array( 'type' => 'boolean', 'default' => false ), 'showDescriptionIfEmpty' => array( 'type' => 'boolean', 'default' => false ), 'showLink' => array( 'type' => 'boolean', 'default' => false ), 'summaryLength' => array( 'type' => 'number', 'default' => 0 ), 'linkText' => array( 'type' => 'string', 'default' => '' ) ), 'usesContext' => array( 'query', 'queryId', 'postId' ), 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-tag' => array( 'name' => 'woocommerce/product-tag', 'title' => 'Products by Tag', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'description' => 'Display a grid of products with selected tags.', 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'inserter' => false ), 'attributes' => array( 'columns' => array( 'type' => 'number', 'default' => 3 ), 'rows' => array( 'type' => 'number', 'default' => 3 ), 'alignButtons' => array( 'type' => 'boolean', 'default' => false ), 'contentVisibility' => array( 'type' => 'object', 'default' => array( 'image' => true, 'title' => true, 'price' => true, 'rating' => true, 'button' => true ), 'properties' => array( 'image' => array( 'type' => 'boolean', 'default' => true ), 'title' => array( 'type' => 'boolean', 'default' => true ), 'price' => array( 'type' => 'boolean', 'default' => true ), 'rating' => array( 'type' => 'boolean', 'default' => true ), 'button' => array( 'type' => 'boolean', 'default' => true ) ) ), 'tags' => array( 'type' => 'array', 'default' => array( ) ), 'tagOperator' => array( 'type' => 'string', 'default' => 'any' ), 'orderby' => array( 'type' => 'string', 'default' => 'date' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'stockStatus' => array( 'type' => 'array' ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'product-template' => array( '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3, 'name' => 'woocommerce/product-template', 'title' => 'Product Template', 'category' => 'woocommerce', 'description' => 'Contains the block elements used to render a product.', 'keywords' => array( 'WooCommerce' ), 'textdomain' => 'woocommerce', 'usesContext' => array( 'queryId', 'query', 'queryContext', 'displayLayout', 'templateSlug', 'postId', 'queryContextIncludes', 'collection', '__privateProductCollectionPreviewState' ), 'supports' => array( 'inserter' => false, 'reusable' => false, 'html' => false, 'align' => array( 'wide', 'full' ), 'anchor' => true, 'color' => array( 'gradients' => true, 'link' => true, '__experimentalDefaultControls' => array( 'background' => true, 'text' => true ) ), 'typography' => array( 'fontSize' => true, 'lineHeight' => true, '__experimentalFontFamily' => true, '__experimentalFontWeight' => true, '__experimentalFontStyle' => true, '__experimentalTextTransform' => true, '__experimentalTextDecoration' => true, '__experimentalLetterSpacing' => true, '__experimentalDefaultControls' => array( 'fontSize' => true ) ) ) ), 'product-top-rated' => array( 'name' => 'woocommerce/product-top-rated', 'title' => 'Top Rated Products', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'description' => 'Display a grid of your top rated products.', 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'inserter' => false ), 'attributes' => array( 'columns' => array( 'type' => 'number', 'default' => 3 ), 'rows' => array( 'type' => 'number', 'default' => 3 ), 'alignButtons' => array( 'type' => 'boolean', 'default' => false ), 'contentVisibility' => array( 'type' => 'object', 'default' => array( 'image' => true, 'title' => true, 'price' => true, 'rating' => true, 'button' => true ), 'properties' => array( 'image' => array( 'type' => 'boolean', 'default' => true ), 'title' => array( 'type' => 'boolean', 'default' => true ), 'price' => array( 'type' => 'boolean', 'default' => true ), 'rating' => array( 'type' => 'boolean', 'default' => true ), 'button' => array( 'type' => 'boolean', 'default' => true ) ) ), 'categories' => array( 'type' => 'array', 'default' => array( ) ), 'catOperator' => array( 'type' => 'string', 'default' => 'any' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'stockStatus' => array( 'type' => 'array' ), 'editMode' => array( 'type' => 'boolean', 'default' => true ), 'orderby' => array( 'type' => 'string', 'enum' => array( 'date', 'popularity', 'price_asc', 'price_desc', 'rating', 'title', 'menu_order' ), 'default' => 'rating' ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'products-by-attribute' => array( 'name' => 'woocommerce/products-by-attribute', 'title' => 'Products by Attribute', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'description' => 'Display a grid of products with selected attributes.', 'supports' => array( 'align' => array( 'wide', 'full' ), 'html' => false, 'inserter' => false ), 'attributes' => array( 'attributes' => array( 'type' => 'array', 'default' => array( ) ), 'attrOperator' => array( 'type' => 'string', 'enum' => array( 'all', 'any' ), 'default' => 'any' ), 'columns' => array( 'type' => 'number', 'default' => 3 ), 'contentVisibility' => array( 'type' => 'object', 'default' => array( 'image' => true, 'title' => true, 'price' => true, 'rating' => true, 'button' => true ), 'properties' => array( 'image' => array( 'type' => 'boolean', 'default' => true ), 'title' => array( 'type' => 'boolean', 'default' => true ), 'price' => array( 'type' => 'boolean', 'default' => true ), 'rating' => array( 'type' => 'boolean', 'default' => true ), 'button' => array( 'type' => 'boolean', 'default' => true ) ) ), 'orderby' => array( 'type' => 'string', 'enum' => array( 'date', 'popularity', 'price_asc', 'price_desc', 'rating', 'title', 'menu_order' ), 'default' => 'date' ), 'rows' => array( 'type' => 'number', 'default' => 3 ), 'alignButtons' => array( 'type' => 'boolean', 'default' => false ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'stockStatus' => array( 'type' => 'array' ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'rating-filter' => array( 'name' => 'woocommerce/rating-filter', 'version' => '1.0.0', 'title' => 'Filter by Rating Controls', 'description' => 'Enable customers to filter the product grid by rating.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'html' => false, 'multiple' => false, 'color' => array( 'background' => true, 'text' => true, 'button' => true ), 'inserter' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'showCounts' => array( 'type' => 'boolean', 'default' => false ), 'displayStyle' => array( 'type' => 'string', 'default' => 'list' ), 'showFilterButton' => array( 'type' => 'boolean', 'default' => false ), 'selectType' => array( 'type' => 'string', 'default' => 'multiple' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'related-products' => array( 'name' => 'woocommerce/related-products', 'version' => '1.0.0', 'title' => 'Related Products', 'icon' => 'product', 'description' => 'Display related products.', 'category' => 'woocommerce', 'supports' => array( 'align' => true, 'reusable' => false, 'inserter' => false ), 'keywords' => array( 'WooCommerce' ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'single-product' => array( 'name' => 'woocommerce/single-product', 'version' => '1.0.0', 'icon' => 'info', 'title' => 'Single Product', 'description' => 'Display a single product.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'align' => array( 'wide', 'full' ) ), 'attributes' => array( 'isPreview' => array( 'type' => 'boolean', 'default' => false ), 'productId' => array( 'type' => 'number' ) ), 'example' => array( 'attributes' => array( 'isPreview' => true ) ), 'usesContext' => array( 'postId', 'postType', 'queryId' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'stock-filter' => array( 'name' => 'woocommerce/stock-filter', 'version' => '1.0.0', 'title' => 'Filter by Stock Controls', 'description' => 'Enable customers to filter the product grid by stock status.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'html' => false, 'multiple' => false, 'color' => array( 'background' => true, 'text' => true, 'button' => true ), 'inserter' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'headingLevel' => array( 'type' => 'number', 'default' => 3 ), 'showCounts' => array( 'type' => 'boolean', 'default' => false ), 'showFilterButton' => array( 'type' => 'boolean', 'default' => false ), 'displayStyle' => array( 'type' => 'string', 'default' => 'list' ), 'selectType' => array( 'type' => 'string', 'default' => 'multiple' ), 'isPreview' => array( 'type' => 'boolean', 'default' => false ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'store-notices' => array( 'name' => 'woocommerce/store-notices', 'version' => '1.0.0', 'title' => 'Store Notices', 'description' => 'Display shopper-facing notifications generated by WooCommerce or extensions.', 'category' => 'woocommerce', 'keywords' => array( 'WooCommerce' ), 'supports' => array( 'multiple' => false, 'align' => array( 'wide', 'full' ) ), 'attributes' => array( 'align' => array( 'type' => 'string', 'default' => 'wide' ) ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'cart-accepted-payment-methods-block' => array( 'name' => 'woocommerce/cart-accepted-payment-methods-block', 'version' => '1.0.0', 'title' => 'Accepted Payment Methods', 'description' => 'Display accepted payment methods.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => true ), 'parent' => array( 'woocommerce/cart-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-cross-sells-block' => array( 'name' => 'woocommerce/cart-cross-sells-block', 'version' => '1.0.0', 'title' => 'Cart Cross-Sells', 'description' => 'Shows the Cross-Sells block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => true ), 'parent' => array( 'woocommerce/cart-items-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-cross-sells-products-block' => array( 'name' => 'woocommerce/cart-cross-sells-products-block', 'version' => '1.0.0', 'title' => 'Cart Cross-Sells Products', 'description' => 'Shows the Cross-Sells products.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'columns' => array( 'type' => 'number', 'default' => 3 ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-cross-sells-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-express-payment-block' => array( 'name' => 'woocommerce/cart-express-payment-block', 'version' => '1.0.0', 'title' => 'Express Checkout', 'description' => 'Allow customers to breeze through with quick payment options.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'showButtonStyles' => array( 'type' => 'boolean', 'default' => false ), 'buttonHeight' => array( 'type' => 'string', 'default' => '48' ), 'buttonBorderRadius' => array( 'type' => 'string', 'default' => '4' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-items-block' => array( 'name' => 'woocommerce/cart-items-block', 'version' => '1.0.0', 'title' => 'Cart Items', 'description' => 'Column containing cart items.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/filled-cart-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-line-items-block' => array( 'name' => 'woocommerce/cart-line-items-block', 'version' => '1.0.0', 'title' => 'Cart Line Items', 'description' => 'Block containing current line items in Cart.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-items-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-block' => array( 'name' => 'woocommerce/cart-order-summary-block', 'version' => '1.0.0', 'title' => 'Order Summary', 'description' => 'Show customers a summary of their order.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-coupon-form-block' => array( 'name' => 'woocommerce/cart-order-summary-coupon-form-block', 'version' => '1.0.0', 'title' => 'Coupon Form', 'description' => 'Shows the apply coupon form.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-discount-block' => array( 'name' => 'woocommerce/cart-order-summary-discount-block', 'version' => '1.0.0', 'title' => 'Discount', 'description' => 'Shows the cart discount row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-fee-block' => array( 'name' => 'woocommerce/cart-order-summary-fee-block', 'version' => '1.0.0', 'title' => 'Fees', 'description' => 'Shows the cart fee row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-heading-block' => array( 'name' => 'woocommerce/cart-order-summary-heading-block', 'version' => '1.0.0', 'title' => 'Heading', 'description' => 'Shows the heading row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'content' => array( 'type' => 'string', 'default' => 'Cart totals' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-shipping-block' => array( 'name' => 'woocommerce/cart-order-summary-shipping-block', 'version' => '1.0.0', 'title' => 'Shipping', 'description' => 'Shows the cart shipping row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-subtotal-block' => array( 'name' => 'woocommerce/cart-order-summary-subtotal-block', 'version' => '1.0.0', 'title' => 'Subtotal', 'description' => 'Shows the cart subtotal row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-taxes-block' => array( 'name' => 'woocommerce/cart-order-summary-taxes-block', 'version' => '1.0.0', 'title' => 'Taxes', 'description' => 'Shows the cart taxes row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-order-summary-totals-block' => array( 'name' => 'woocommerce/cart-order-summary-totals-block', 'version' => '1.0.0', 'title' => 'Totals', 'description' => 'Shows the subtotal, fees, discounts, shipping and taxes.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => false ) ) ), 'parent' => array( 'woocommerce/cart-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'cart-totals-block' => array( 'name' => 'woocommerce/cart-totals-block', 'version' => '1.0.0', 'title' => 'Cart Totals', 'description' => 'Column containing the cart totals.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'checkbox' => array( 'type' => 'boolean', 'default' => false ), 'text' => array( 'type' => 'string', 'required' => false ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true ) ) ), 'parent' => array( 'woocommerce/filled-cart-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-actions-block' => array( 'name' => 'woocommerce/checkout-actions-block', 'version' => '1.0.0', 'title' => 'Actions', 'description' => 'Allow customers to place their order.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ), 'cartPageId' => array( 'type' => 'number', 'default' => 0 ), 'showReturnToCart' => array( 'type' => 'boolean', 'default' => true ), 'className' => array( 'type' => 'string', 'default' => '' ), 'priceSeparator' => array( 'type' => 'string', 'default' => '·' ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-additional-information-block' => array( 'name' => 'woocommerce/checkout-additional-information-block', 'version' => '1.0.0', 'title' => 'Additional information', 'description' => 'Render additional fields in the \'Additional information\' location.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => false ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-billing-address-block' => array( 'name' => 'woocommerce/checkout-billing-address-block', 'version' => '1.0.0', 'title' => 'Billing Address', 'description' => 'Collect your customer\'s billing address.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-contact-information-block' => array( 'name' => 'woocommerce/checkout-contact-information-block', 'version' => '1.0.0', 'title' => 'Contact Information', 'description' => 'Collect your customer\'s contact information.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-express-payment-block' => array( 'name' => 'woocommerce/checkout-express-payment-block', 'version' => '1.0.0', 'title' => 'Express Checkout', 'description' => 'Allow customers to breeze through with quick payment options.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'showButtonStyles' => array( 'type' => 'boolean', 'default' => false ), 'buttonHeight' => array( 'type' => 'string', 'default' => '48' ), 'buttonBorderRadius' => array( 'type' => 'string', 'default' => '4' ), 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-fields-block' => array( 'name' => 'woocommerce/checkout-fields-block', 'version' => '1.0.0', 'title' => 'Checkout Fields', 'description' => 'Column containing checkout address fields.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-note-block' => array( 'name' => 'woocommerce/checkout-order-note-block', 'version' => '1.0.0', 'title' => 'Order Note', 'description' => 'Allow customers to add a note to their order.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-block' => array( 'name' => 'woocommerce/checkout-order-summary-block', 'version' => '1.0.0', 'title' => 'Order Summary', 'description' => 'Show customers a summary of their order.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true ) ) ), 'parent' => array( 'woocommerce/checkout-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-cart-items-block' => array( 'name' => 'woocommerce/checkout-order-summary-cart-items-block', 'version' => '1.0.0', 'title' => 'Cart Items', 'description' => 'Shows cart items.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'disableProductDescriptions' => array( 'type' => 'boolean', 'default' => false ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => false ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-coupon-form-block' => array( 'name' => 'woocommerce/checkout-order-summary-coupon-form-block', 'version' => '1.0.0', 'title' => 'Coupon Form', 'description' => 'Shows the apply coupon form.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-discount-block' => array( 'name' => 'woocommerce/checkout-order-summary-discount-block', 'version' => '1.0.0', 'title' => 'Discount', 'description' => 'Shows the cart discount row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-fee-block' => array( 'name' => 'woocommerce/checkout-order-summary-fee-block', 'version' => '1.0.0', 'title' => 'Fees', 'description' => 'Shows the cart fee row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-shipping-block' => array( 'name' => 'woocommerce/checkout-order-summary-shipping-block', 'version' => '1.0.0', 'title' => 'Shipping', 'description' => 'Shows the cart shipping row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-subtotal-block' => array( 'name' => 'woocommerce/checkout-order-summary-subtotal-block', 'version' => '1.0.0', 'title' => 'Subtotal', 'description' => 'Shows the cart subtotal row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-taxes-block' => array( 'name' => 'woocommerce/checkout-order-summary-taxes-block', 'version' => '1.0.0', 'title' => 'Taxes', 'description' => 'Shows the cart taxes row.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-order-summary-totals-block' => array( 'name' => 'woocommerce/checkout-order-summary-totals-block', 'version' => '1.0.0', 'title' => 'Totals', 'description' => 'Shows the subtotal, fees, discounts, shipping and taxes.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => false ) ) ), 'parent' => array( 'woocommerce/checkout-order-summary-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-payment-block' => array( 'name' => 'woocommerce/checkout-payment-block', 'version' => '1.0.0', 'title' => 'Payment Options', 'description' => 'Payment options for your store.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-pickup-options-block' => array( 'name' => 'woocommerce/checkout-pickup-options-block', 'version' => '1.0.0', 'title' => 'Pickup Method', 'description' => 'Shows local pickup locations.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-shipping-address-block' => array( 'name' => 'woocommerce/checkout-shipping-address-block', 'version' => '1.0.0', 'title' => 'Shipping Address', 'description' => 'Collect your customer\'s shipping address.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-shipping-method-block' => array( 'name' => 'woocommerce/checkout-shipping-method-block', 'version' => '1.0.0', 'title' => 'Delivery', 'description' => 'Select between shipping or local pickup.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-shipping-methods-block' => array( 'name' => 'woocommerce/checkout-shipping-methods-block', 'version' => '1.0.0', 'title' => 'Shipping Options', 'description' => 'Display shipping options and rates for your store.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-terms-block' => array( 'name' => 'woocommerce/checkout-terms-block', 'version' => '1.0.0', 'title' => 'Terms and Conditions', 'description' => 'Ensure that customers agree to your Terms & Conditions and Privacy Policy.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'checkbox' => array( 'type' => 'boolean', 'default' => false ), 'text' => array( 'type' => 'string', 'required' => false ), 'showSeparator' => array( 'type' => 'boolean', 'default' => true ) ), 'parent' => array( 'woocommerce/checkout-fields-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'checkout-totals-block' => array( 'name' => 'woocommerce/checkout-totals-block', 'version' => '1.0.0', 'title' => 'Checkout Totals', 'description' => 'Column containing the checkout totals.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'className' => array( 'type' => 'string', 'default' => '' ), 'checkbox' => array( 'type' => 'boolean', 'default' => false ), 'text' => array( 'type' => 'string', 'required' => false ) ), 'parent' => array( 'woocommerce/checkout' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'empty-cart-block' => array( 'name' => 'woocommerce/empty-cart-block', 'version' => '1.0.0', 'title' => 'Empty Cart', 'description' => 'Contains blocks that are displayed when the cart is empty.', 'category' => 'woocommerce', 'supports' => array( 'align' => array( 'wide' ), 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'empty-mini-cart-contents-block' => array( 'name' => 'woocommerce/empty-mini-cart-contents-block', 'version' => '1.0.0', 'title' => 'Empty Mini-Cart view', 'description' => 'Blocks that are displayed when the Mini-Cart is empty.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/mini-cart-contents' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'filled-cart-block' => array( 'name' => 'woocommerce/filled-cart-block', 'version' => '1.0.0', 'title' => 'Filled Cart', 'description' => 'Contains blocks that are displayed when the cart contains products.', 'category' => 'woocommerce', 'supports' => array( 'align' => array( 'wide' ), 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ), 'filled-mini-cart-contents-block' => array( 'name' => 'woocommerce/filled-mini-cart-contents-block', 'version' => '1.0.0', 'title' => 'Filled Mini-Cart view', 'description' => 'Contains blocks that display the content of the Mini-Cart.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/mini-cart-contents' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-cart-button-block' => array( 'name' => 'woocommerce/mini-cart-cart-button-block', 'version' => '1.0.0', 'title' => 'Mini-Cart View Cart Button', 'description' => 'Block that displays the cart button when the Mini-Cart has products.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => true, 'color' => array( 'text' => true, 'background' => true ) ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'styles' => array( array( 'name' => 'fill', 'label' => 'Fill' ), array( 'name' => 'outline', 'label' => 'Outline', 'isDefault' => true ) ), 'parent' => array( 'woocommerce/mini-cart-footer-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-checkout-button-block' => array( 'name' => 'woocommerce/mini-cart-checkout-button-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Proceed to Checkout Button', 'description' => 'Block that displays the checkout button when the Mini-Cart has products.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => true, 'color' => array( 'text' => true, 'background' => true ) ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'styles' => array( array( 'name' => 'fill', 'label' => 'Fill', 'isDefault' => true ), array( 'name' => 'outline', 'label' => 'Outline' ) ), 'parent' => array( 'woocommerce/mini-cart-footer-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-footer-block' => array( 'name' => 'woocommerce/mini-cart-footer-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Footer', 'description' => 'Block that displays the footer of the Mini-Cart block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/filled-mini-cart-contents-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-items-block' => array( 'name' => 'woocommerce/mini-cart-items-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Items', 'description' => 'Contains the products table and other custom blocks of filled mini-cart.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/filled-mini-cart-contents-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-products-table-block' => array( 'name' => 'woocommerce/mini-cart-products-table-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Products Table', 'description' => 'Block that displays the products table of the Mini-Cart block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => false ) ) ), 'parent' => array( 'woocommerce/mini-cart-items-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-shopping-button-block' => array( 'name' => 'woocommerce/mini-cart-shopping-button-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Shopping Button', 'description' => 'Block that displays the shopping button when the Mini-Cart is empty.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => true, 'color' => array( 'text' => true, 'background' => true ) ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => false, 'move' => false ) ) ), 'styles' => array( array( 'name' => 'fill', 'label' => 'Fill', 'isDefault' => true ), array( 'name' => 'outline', 'label' => 'Outline' ) ), 'parent' => array( 'woocommerce/empty-mini-cart-contents-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-title-block' => array( 'name' => 'woocommerce/mini-cart-title-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Title', 'description' => 'Block that displays the title of the Mini-Cart block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false, 'color' => array( 'text' => true, 'background' => false ), 'typography' => array( 'fontSize' => true ) ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/filled-mini-cart-contents-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-title-items-counter-block' => array( 'name' => 'woocommerce/mini-cart-title-items-counter-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Title Items Counter', 'description' => 'Block that displays the items counter part of the Mini-Cart Title block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false, 'color' => array( 'text' => true, 'background' => true ), 'typography' => array( 'fontSize' => true ), 'spacing' => array( 'padding' => true ) ), 'parent' => array( 'woocommerce/mini-cart-title-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'mini-cart-title-label-block' => array( 'name' => 'woocommerce/mini-cart-title-label-block', 'version' => '1.0.0', 'title' => 'Mini-Cart Title Label', 'description' => 'Block that displays the \'Your cart\' part of the Mini-Cart Title block.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false, 'color' => array( 'text' => true, 'background' => true ), 'typography' => array( 'fontSize' => true ), 'spacing' => array( 'padding' => true ) ), 'attributes' => array( 'label' => array( 'type' => 'string' ) ), 'parent' => array( 'woocommerce/mini-cart-title-block' ), 'textdomain' => 'woocommerce', 'apiVersion' => 3, '$schema' => 'https://schemas.wp.org/trunk/block.json' ), 'proceed-to-checkout-block' => array( 'name' => 'woocommerce/proceed-to-checkout-block', 'version' => '1.0.0', 'title' => 'Proceed to Checkout', 'description' => 'Allow customers proceed to Checkout.', 'category' => 'woocommerce', 'supports' => array( 'align' => false, 'html' => false, 'multiple' => false, 'reusable' => false, 'inserter' => false, 'lock' => false ), 'attributes' => array( 'lock' => array( 'type' => 'object', 'default' => array( 'remove' => true, 'move' => true ) ) ), 'parent' => array( 'woocommerce/cart-totals-block' ), 'textdomain' => 'woocommerce', '$schema' => 'https://schemas.wp.org/trunk/block.json', 'apiVersion' => 3 ) );
کرم Archives - فروشگاه اینترنتی پارچه ها
0
Created by potrace 1.16, written by Peter Selinger 2001-2019
محصولی در سبد خرید موجود نیست
Created by potrace 1.16, written by Peter Selinger 2001-2019
پارچه ها
بر اساس جنس پارچه
ژرسه (بشور)
بر اساس کاربرد پارچه
آستری
بر اساس طرح پارچه
ساده
بر اساس رنگ پارچه
سبز
زرد
نارنجی
قرمز
زرشکی
صورتی
بنفش
سرمهای
آبی
طوسی
سفید
مشکی
قهوه ای
کرم
طلایی
پر فروش ترین ها
فروش ویژه
مجله پارچهها
0
پارچه ها
بر اساس جنس پارچه
ژرسه (بشور)
بر اساس کاربرد پارچه
آستری
بر اساس طرح پارچه
ساده
بر اساس رنگ پارچه
سبز
زرد
نارنجی
قرمز
زرشکی
صورتی
بنفش
سرمهای
آبی
طوسی
سفید
مشکی
قهوه ای
کرم
طلایی
پر فروش ترین ها
فروش ویژه
مجله پارچهها
محصولی در سبد خرید موجود نیست
فروشگاه اینترنتی پارچه ها
خانه
/
بر اساس رنگ
/
کرم
فیلتر ها
مرتبسازی پیشفرض
مرتبسازی پیشفرض
مرتبسازی بر اساس محبوبیت
مرتبسازی بر اساس امتیاز
مرتبسازی بر اساس جدیدترین
مرتبسازی بر اساس ارزانترین
مرتبسازی بر اساس گرانترین
ژرسه
36,900
تومان
–
1,132,000
تومان
فیلترهای فعال
طوسی
بنفش
سبزآبی 3394
کرم
حذف همه
فیلتر بر اساس دسته بندی
آستری
آستری کفش
اردکی 1518
اردکی 860
ارغوانی 3416
بر اساس جنس
بر اساس رنگ
بر اساس طرح پارچه
بر اساس کابرد پارچه
بنفش
بنفش کردی 3422
پارچه عمده پاناما
پارچه عمده ژرسه
پارچه عمده فلامنت سوزنی
پارچه عمده فیلازد
پاناما
جگری 442
زرد
زرشکی
ژرسه
ساده
سبز
سبز سیدی 882
سبزآبی 3394
سبزآبی 3560
سرمهای
سفید
سوزنی
شلواری
صورتی
طلایی
طوسی
عمده
فسفری 3213
فیروزه ای 905
فیلازت (فیلازد )
قرمز
قهوه ای
کرم
مشکی
نارنجی
ورزشی
یشمی 3240
فیلتر براساس رنگ
اردکی 860
1
نارنجی 916
1
فیروزهای 905
1
آسمانی 903
1
مرجانی 3925
1
شالی 3298
1
مشکی 776
1
پیازی 3626
1
قرمز 142
1
استخوانی 3635
1
مسی 3346
1
شکلاتی 3141
1
پنککی 3429
1
قهوهای 901
1
ارغوانی 3416
1
شیری 919
1
سرخابی 875
1
پنککی 881
1
کاربنی 3716
1
اردکی روشن3547
1
نخودی 3740
1
صورتی 878
1
پستهای 883
1
کالباسی 899
1
اردکی 1518
1
نسکافهای 3017
1
صورتی چرک 3345
1
بنفش کردی 3422
1
جگری 443
1
سفید 10
1
زرشکی 900
1
سبزسیدی 882
1
طلایی 915
1
سبز آبی 3560
1
کرم بدن 923
1
ارتشی1251
1
هندوانهای 3107
1
سبز آبی 3394
1
طلایی سیر 4058
1
زیتونی 902
1
کرم روشن 3636
1
آبی یخی3417
1
یاسی روشن 874
1
طوسی سیر 145
1
لیمویی 3730
1
ژرسه آبی نفتی 3065
1
زرشکی 830
1
گلبهی 880
1
سدری 929
1
یاسی سیر 891
1
زردسیر 9171
1
طوسی نقرهای 908
1
زرد روشن 917
1
گلبهی 3518
1
سرمهای 907
1
یشمی 3240
1
خردلی 3332
1
فسفری 3213
1
بادمجانی 3128
1
کاهویی 132
1
فیلتر بر اساس قیمت
حداقل قیمت
حداکثر قیمت
فیلتر
قیمت:
36,900 تومان
—
1,132,000 تومان
(+93) Afghanistan
(+355) Albania
(+213) Algeria
(+1) American Samoa
(+376) Andorra
(+244) Angola
(+1) Anguilla
(+1) Antigua
(+54) Argentina
(+374) Armenia
(+297) Aruba
(+61) Australia
(+43) Austria
(+994) Azerbaijan
(+973) Bahrain
(+880) Bangladesh
(+1) Barbados
(+375) Belarus
(+32) Belgium
(+501) Belize
(+229) Benin
(+1) Bermuda
(+975) Bhutan
(+591) Bolivia
(+599) Bonaire, Sint Eustatius and Saba
(+387) Bosnia and Herzegovina
(+267) Botswana
(+55) Brazil
(+246) British Indian Ocean Territory
(+1) British Virgin Islands
(+673) Brunei
(+359) Bulgaria
(+226) Burkina Faso
(+257) Burundi
(+855) Cambodia
(+237) Cameroon
(+1) Canada
(+238) Cape Verde
(+1) Cayman Islands
(+236) Central African Republic
(+235) Chad
(+56) Chile
(+86) China
(+57) Colombia
(+269) Comoros
(+682) Cook Islands
(+225) Côte d'Ivoire
(+506) Costa Rica
(+385) Croatia
(+53) Cuba
(+599) Curaçao
(+357) Cyprus
(+420) Czech Republic
(+243) Democratic Republic of the Congo
(+45) Denmark
(+253) Djibouti
(+1) Dominica
(+1) Dominican Republic
(+593) Ecuador
(+20) Egypt
(+503) El Salvador
(+240) Equatorial Guinea
(+291) Eritrea
(+372) Estonia
(+251) Ethiopia
(+500) Falkland Islands
(+298) Faroe Islands
(+691) Federated States of Micronesia
(+679) Fiji
(+358) Finland
(+33) France
(+594) French Guiana
(+689) French Polynesia
(+241) Gabon
(+995) Georgia
(+49) Germany
(+233) Ghana
(+350) Gibraltar
(+30) Greece
(+299) Greenland
(+1) Grenada
(+590) Guadeloupe
(+1) Guam
(+502) Guatemala
(+44) Guernsey
(+224) Guinea
(+245) Guinea-Bissau
(+592) Guyana
(+509) Haiti
(+504) Honduras
(+852) Hong Kong
(+36) Hungary
(+354) Iceland
(+91) India
(+62) Indonesia
(+98) Iran
(+964) Iraq
(+353) Ireland
(+44) Isle Of Man
(+972) Israel
(+39) Italy
(+1) Jamaica
(+81) Japan
(+44) Jersey
(+962) Jordan
(+7) Kazakhstan
(+254) Kenya
(+686) Kiribati
(+965) Kuwait
(+996) Kyrgyzstan
(+856) Laos
(+371) Latvia
(+961) Lebanon
(+266) Lesotho
(+231) Liberia
(+218) Libya
(+423) Liechtenstein
(+370) Lithuania
(+352) Luxembourg
(+853) Macau
(+389) Macedonia
(+261) Madagascar
(+265) Malawi
(+60) Malaysia
(+960) Maldives
(+223) Mali
(+356) Malta
(+692) Marshall Islands
(+596) Martinique
(+222) Mauritania
(+230) Mauritius
(+262) Mayotte
(+52) Mexico
(+373) Moldova
(+377) Monaco
(+976) Mongolia
(+382) Montenegro
(+1) Montserrat
(+212) Morocco
(+258) Mozambique
(+95) Myanmar
(+264) Namibia
(+674) Nauru
(+977) Nepal
(+31) Netherlands
(+687) New Caledonia
(+64) New Zealand
(+505) Nicaragua
(+227) Niger
(+234) Nigeria
(+683) Niue
(+672) Norfolk Island
(+850) North Korea
(+1) Northern Mariana Islands
(+47) Norway
(+968) Oman
(+92) Pakistan
(+680) Palau
(+970) Palestine
(+507) Panama
(+675) Papua New Guinea
(+595) Paraguay
(+51) Peru
(+63) Philippines
(+48) Poland
(+351) Portugal
(+1) Puerto Rico
(+974) Qatar
(+242) Republic of the Congo
(+40) Romania
(+262) Runion
(+7) Russia
(+250) Rwanda
(+290) Saint Helena
(+1) Saint Kitts and Nevis
(+508) Saint Pierre and Miquelon
(+1) Saint Vincent and the Grenadines
(+685) Samoa
(+378) San Marino
(+239) Sao Tome and Principe
(+966) Saudi Arabia
(+221) Senegal
(+381) Serbia
(+248) Seychelles
(+232) Sierra Leone
(+65) Singapore
(+1) Sint Maarten
(+421) Slovakia
(+386) Slovenia
(+677) Solomon Islands
(+252) Somalia
(+27) South Africa
(+82) South Korea
(+211) South Sudan
(+34) Spain
(+94) Sri Lanka
(+1) St. Lucia
(+249) Sudan
(+597) Suriname
(+268) Swaziland
(+46) Sweden
(+41) Switzerland
(+963) Syria
(+886) Taiwan
(+992) Tajikistan
(+255) Tanzania
(+66) Thailand
(+1) The Bahamas
(+220) The Gambia
(+670) Timor-Leste
(+228) Togo
(+690) Tokelau
(+676) Tonga
(+1) Trinidad and Tobago
(+216) Tunisia
(+90) Turkey
(+993) Turkmenistan
(+1) Turks and Caicos Islands
(+688) Tuvalu
(+1) U.S. Virgin Islands
(+256) Uganda
(+380) Ukraine
(+971) United Arab Emirates
(+44) United Kingdom
(+1) United States
(+598) Uruguay
(+998) Uzbekistan
(+678) Vanuatu
(+58) Venezuela
(+84) Vietnam
(+681) Wallis and Futuna
(+212) Western Sahara
(+967) Yemen
(+260) Zambia
(+263) Zimbabwe
پیشنهادات و تخفیفات
آینده را دریافت کنید
پیشنهادات و تخفیفات
آینده را دریافت کنید
دوست دارید با خبر شوید :
خطا:
فرم تماس پیدا نشد.
ورود به سیستم
×
ورود / عضویت
کد تأیید به شماره شما ارسال می شود
شماره موبایل
کد تایید
ادامه دهید
Proceed With WhatsApp
ارسال مجدد کد یکبار مصرف
(00:
60
)