PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
assets
/
client
/
blocks
(()=>{"use strict";var e={n:t=>{var o=t&&t.__esModule?()=>t.default:()=>t;return e.d(o,{a:o}),o},d:(t,o)=>{for(var n in o)e.o(o,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:o[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window.wp.blocks,o=window.wp.i18n,n=window.wp.blockEditor,r=window.wp.components,i=window.wp.element,c=window.wp.apiFetch;var a=e.n(c);const s=window.wp.hooks,u=window.wp.data,l=window.wc.wcSettings,m=window.ReactJSXRuntime,d={percent:(0,o.__)("Percentage discount","woocommerce"),fixed_cart:(0,o.__)("Fixed cart discount","woocommerce"),fixed_product:(0,o.__)("Fixed product discount","woocommerce")};function p(e){return"percent"===e?100:1e6}function _({attributes:e,setAttributes:t}){const n=function(){const e=(0,l.getSetting)("couponTypes",d);return Object.entries(e).map(([e,t])=>({value:e,label:t}))}(),i=p(e.discountType);return(0,m.jsxs)(r.PanelBody,{title:(0,o.__)("General","woocommerce"),initialOpen:!0,children:[(0,m.jsx)(r.SelectControl,{label:(0,o.__)("Discount type","woocommerce"),value:e.discountType,options:n,onChange:o=>{const n=p(o);t({discountType:o,amount:Math.min(e.amount,n)})},__nextHasNoMarginBottom:!0}),(0,m.jsx)(r.TextControl,{label:(0,o.__)("Amount","woocommerce"),value:String(e.amount),type:"number",min:0,max:i,onChange:e=>t({amount:Math.min(Number(e)||0,i)}),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,m.jsx)(r.TextControl,{label:(0,o.__)("Expires (days after send)","woocommerce"),help:(0,o.__)("Set to 0 for no expiry.","woocommerce"),value:String(e.expiryDay),type:"number",min:0,onChange:e=>t({expiryDay:Number(e)||0}),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,m.jsx)(r.ToggleControl,{label:(0,o.__)("Free shipping","woocommerce"),checked:e.freeShipping,onChange:e=>t({freeShipping:e}),__nextHasNoMarginBottom:!0})]})}function g({attributes:e,setAttributes:t}){return(0,m.jsxs)(r.PanelBody,{title:(0,o.__)("Usage limits","woocommerce"),initialOpen:!1,children:[(0,m.jsx)(r.TextControl,{label:(0,o.__)("Usage limit per coupon","woocommerce"),help:(0,o.__)("How many times this coupon can be used before it is void. Set to 0 for unlimited.","woocommerce"),value:String(e.usageLimit),type:"number",min:0,onChange:e=>t({usageLimit:Number(e)||0}),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,m.jsx)(r.TextControl,{label:(0,o.__)("Usage limit per user","woocommerce"),help:(0,o.__)("How many times this coupon can be used by an individual user. Set to 0 for unlimited.","woocommerce"),value:String(e.usageLimitPerUser),type:"number",min:0,onChange:e=>t({usageLimitPerUser:Number(e)||0}),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0})]})}function x({label:e,value:t,onChange:o,endpoint:n}){const[c,s]=(0,i.useState)([]),[u,l]=(0,i.useState)([]),d=(0,i.useRef)(null),p=(0,i.useRef)(null),_=(0,i.useCallback)(e=>{if(p.current&&p.current.abort(),e.length<2)return s([]),void l([]);p.current=new AbortController,a()({path:`/wc/v3/${n}?search=${encodeURIComponent(e)}&per_page=20`,signal:p.current.signal}).then(e=>{l(e),s(e.map(e=>e.name))}).catch(e=>{e instanceof Error&&"AbortError"===e.name||(s([]),l([]))})},[n]);(0,i.useEffect)(()=>()=>{d.current&&clearTimeout(d.current),p.current&&p.current.abort()},[]);const g=t.map(e=>e.title);return(0,m.jsx)("div",{style:{marginBottom:"24px"},children:(0,m.jsx)(r.FormTokenField,{label:e,value:g,suggestions:c,onInputChange:e=>{d.current&&clearTimeout(d.current),d.current=setTimeout(()=>{_(e)},300)},onChange:e=>{const n=e.map(e=>{const o=t.find(t=>t.title===e);if(o)return o;const n=u.find(t=>t.name===e);return n?{id:n.id,title:n.name}:null}).filter(e=>null!==e);o(n)},__experimentalExpandOnFocus:!0,__next40pxDefaultSize:!0})})}function h({attributes:e,setAttributes:t}){return(0,m.jsxs)(r.PanelBody,{title:(0,o.__)("Usage restrictions","woocommerce"),initialOpen:!1,children:[(0,m.jsx)(r.TextControl,{label:(0,o.__)("Minimum spend","woocommerce"),value:e.minimumAmount,onChange:e=>t({minimumAmount:e}),type:"number",min:0,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,m.jsx)(r.TextControl,{label:(0,o.__)("Maximum spend","woocommerce"),value:e.maximumAmount,onChange:e=>t({maximumAmount:e}),type:"number",min:0,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0}),(0,m.jsx)(r.ToggleControl,{label:(0,o.__)("Individual use only","woocommerce"),help:(0,o.__)("If checked, this coupon cannot be used in conjunction with other coupons.","woocommerce"),checked:e.individualUse,onChange:e=>t({individualUse:e}),__nextHasNoMarginBottom:!0}),(0,m.jsx)(r.ToggleControl,{label:(0,o.__)("Exclude sale items","woocommerce"),help:(0,o.__)("If checked, this coupon will not apply to items on sale.","woocommerce"),checked:e.excludeSaleItems,onChange:e=>t({excludeSaleItems:e}),__nextHasNoMarginBottom:!0}),(0,m.jsx)(x,{label:(0,o.__)("Products","woocommerce"),value:e.productIds,onChange:e=>t({productIds:e}),endpoint:"products"}),(0,m.jsx)(x,{label:(0,o.__)("Excluded products","woocommerce"),value:e.excludedProductIds,onChange:e=>t({excludedProductIds:e}),endpoint:"products"}),(0,m.jsx)(x,{label:(0,o.__)("Product categories","woocommerce"),value:e.productCategoryIds,onChange:e=>t({productCategoryIds:e}),endpoint:"products/categories"}),(0,m.jsx)(x,{label:(0,o.__)("Excluded product categories","woocommerce"),value:e.excludedProductCategoryIds,onChange:e=>t({excludedProductCategoryIds:e}),endpoint:"products/categories"}),(0,m.jsx)(r.TextControl,{label:(0,o.__)("Allowed emails","woocommerce"),help:(0,o.__)("Comma-separated list of allowed emails to check against the customer's billing email.","woocommerce"),value:e.emailRestrictions,onChange:e=>t({emailRestrictions:e}),__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0})]})}const b=["draft","future","pending","private","publish"];function w({attributes:e,setAttributes:t}){const n=e.couponCode,[c,l]=(0,i.useState)(""),[d,p]=(0,i.useState)([]),[_,g]=(0,i.useState)(!1),x=(0,i.useRef)(null),h=(0,i.useRef)(null),w=(0,i.useCallback)(e=>{if(h.current&&h.current.abort(),e.length<2)return p([]),void g(!1);g(!0),h.current=new AbortController;const t=new URLSearchParams({per_page:"20",search:e});b.forEach(e=>{t.append("status[]",e)}),a()({path:`/wc/v3/coupons?${t.toString()}`,signal:h.current.signal}).then(e=>{p(e),g(!1)}).catch(e=>{e instanceof Error&&"AbortError"===e.name||("rest_forbidden"!==e.code&&403!==e.status||(0,u.dispatch)("core/notices").createErrorNotice((0,o.__)("You do not have permission to view coupons.","woocommerce"),{id:"coupon-code-permission-error",type:"snackbar"}),g(!1))})},[]);(0,i.useEffect)(()=>(x.current&&clearTimeout(x.current),x.current=setTimeout(()=>{w(c)},300),()=>{x.current&&clearTimeout(x.current)}),[c,w]),(0,i.useEffect)(()=>()=>{h.current&&h.current.abort()},[]);const f=d.map(e=>({value:e.code,label:e.code}));return n&&!f.some(e=>e.value===n)&&f.unshift({value:n,label:n}),(0,m.jsxs)(r.PanelBody,{title:(0,o.__)("Coupon","woocommerce"),initialOpen:!0,children:[(0,m.jsxs)("div",{style:{marginBottom:"16px"},children:[(0,m.jsx)("div",{children:(0,o.__)("Search for an existing coupon","woocommerce")}),(0,m.jsx)(r.ComboboxControl,{label:(0,o.__)("Search coupons","woocommerce"),hideLabelFromVision:!0,value:n,onChange:e=>{t({couponCode:e||""})},onFilterValueChange:e=>{l(e)},options:f,__nextHasNoMarginBottom:!0,__next40pxDefaultSize:!0,help:_?(0,o.__)("Searching coupons…","woocommerce"):c.length>0&&c.length<2?(0,o.__)("Type at least 2 characters to search","woocommerce"):null}),_&&(0,m.jsx)("div",{style:{display:"flex",alignItems:"center",marginTop:"8px"},children:(0,m.jsx)(r.Spinner,{})})]}),(0,m.jsx)("div",{children:(0,m.jsx)(r.Button,{variant:"link",onClick:()=>{const e=(0,s.applyFilters)("woocommerce_email_editor_create_coupon_handler",()=>{window.open("/wp-admin/post-new.php?post_type=shop_coupon","_blank")});"function"==typeof e&&e()},style:{padding:0,height:"auto"},children:(0,o.__)("Create new coupon","woocommerce")})})]})}const f=JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"woocommerce/coupon-code","version":"1.0.0","title":"Coupon Code","category":"woocommerce","description":"Include a coupon code to entice customers to make a purchase.","supports":{"email":true,"html":false,"align":true,"color":{"text":true,"background":true},"typography":{"fontSize":true},"spacing":{"margin":true,"padding":true},"__experimentalBorder":{"color":true,"radius":true,"style":true,"width":true}},"attributes":{"couponCode":{"type":"string","default":""},"source":{"type":"string","default":"createNew","enum":["createNew","existing"]},"discountType":{"type":"string","default":"percent"},"amount":{"type":"number","default":10},"expiryDay":{"type":"number","default":10},"freeShipping":{"type":"boolean","default":false},"usageLimit":{"type":"number","default":0},"usageLimitPerUser":{"type":"number","default":0},"minimumAmount":{"type":"string","default":""},"maximumAmount":{"type":"string","default":""},"individualUse":{"type":"boolean","default":false},"excludeSaleItems":{"type":"boolean","default":false},"productIds":{"type":"array","default":[],"items":{"type":"object"}},"excludedProductIds":{"type":"array","default":[],"items":{"type":"object"}},"productCategoryIds":{"type":"array","default":[],"items":{"type":"object"}},"excludedProductCategoryIds":{"type":"array","default":[],"items":{"type":"object"}},"emailRestrictions":{"type":"string","default":""}},"textdomain":"woocommerce"}');(0,t.registerBlockType)(f,{edit:function(e){const{attributes:t,setAttributes:i}=e,c=t.source??"createNew",a=t.couponCode,{className:s="",style:u,...l}=(0,n.useBlockProps)(),d="createNew"===c?"XXXX-XXXXXX-XXXX":a||"",{background:p,backgroundColor:x,border:b,...f}=u||{},y={fontSize:"1.2em",padding:"12px 20px",borderWidth:"2px",borderStyle:"dashed",borderColor:"#cccccc",borderRadius:"4px",color:"#000000",backgroundColor:"#f5f5f5",fontWeight:"bold",letterSpacing:"1px",...f,display:"inline-block",boxSizing:"border-box",textAlign:"center"},C=t.align,j={textAlign:["left","center","right","justify","start","end"].includes(C)?C:"center"},v=s.split(" ").filter(Boolean),S=[],N=[];v.forEach(e=>{e.startsWith("has-")||e.startsWith("wp-elements-")?S.push(e):N.push(e)});const k=N.length>0?N.join(" "):void 0,X=S.length>0?S.join(" "):void 0;return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsxs)(n.InspectorControls,{children:[(0,m.jsx)(r.PanelBody,{title:(0,o.__)("Coupon source","woocommerce"),initialOpen:!0,children:(0,m.jsx)(r.SelectControl,{label:(0,o.__)("Coupon source","woocommerce"),hideLabelFromVision:!0,value:c,options:[{value:"createNew",label:(0,o.__)("Create new","woocommerce")},{value:"existing",label:(0,o.__)("Use existing","woocommerce")}],onChange:e=>{i({source:"existing"===e?"existing":"createNew"})},__nextHasNoMarginBottom:!0})}),"createNew"===c&&(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)(_,{attributes:t,setAttributes:i}),(0,m.jsx)(g,{attributes:t,setAttributes:i}),(0,m.jsx)(h,{attributes:t,setAttributes:i})]}),"existing"===c&&(0,m.jsx)(w,{attributes:t,setAttributes:i})]}),(0,m.jsxs)("div",{...l,className:k,style:{...l.style,...j},children:[(0,m.jsx)("span",{className:X,style:y,children:d||(0,o.__)("Coupon Code block – No coupon selected","woocommerce")}),"createNew"===c&&(0,m.jsx)("div",{style:{fontSize:"12px",color:"#757575",marginTop:"8px"},children:(0,o.__)("A coupon code will be automatically generated at send time.","woocommerce")})]})]})},save:function(e){const{attributes:t}=e,o=t.source??"createNew",r=t.couponCode,i="createNew"===o?"XXXX-XXXXXX-XXXX":r,c=n.useBlockProps.save();return(0,m.jsx)("div",{...c,children:i&&(0,m.jsx)("strong",{children:i})})},deprecated:[{attributes:{couponCode:{type:"string",default:""}},save:function(e){const{attributes:t}=e,o="string"==typeof t.couponCode?t.couponCode:"",r=n.useBlockProps.save();return(0,m.jsx)("div",{...r,children:o&&(0,m.jsx)("strong",{children:o})})},migrate:e=>({...e,source:"existing"})}]}),((this.wc=this.wc||{}).blocks=this.wc.blocks||{})["coupon-code"]={}})();
[+]
..
[-] order-confirmation-additional-information.asset.php
[edit]
[+]
product-filter-removable-chips
[-] order-confirmation-shipping-address-rtl.css
[edit]
[+]
order-confirmation-downloads
[-] product-specifications.css
[edit]
[+]
add-to-cart-with-options-quantity-selector
[-] store-notices-style.asset.php
[edit]
[+]
product-specifications
[-] product-top-rated.asset.php
[edit]
[-] checkout.css
[edit]
[-] product-filter-clear-button.css
[edit]
[-] product-description.js
[edit]
[-] wc-blocks-shared-hocs.asset.php
[edit]
[-] order-confirmation-additional-fields-wrapper-rtl.css
[edit]
[-] packages-style.css
[edit]
[-] all-reviews-rtl.css
[edit]
[-] active-filters.js
[edit]
[-] order-confirmation-downloads.asset.php
[edit]
[-] order-confirmation-summary.js
[edit]
[-] product-filter-attribute.asset.php
[edit]
[-] mini-cart-contents.css
[edit]
[-] wc-shipping-method-pickup-location.asset.php
[edit]
[-] product-rating-stars-rtl.css
[edit]
[-] stock-filter-wrapper-frontend.js
[edit]
[-] wc-blocks-google-analytics.js
[edit]
[-] product-description.asset.php
[edit]
[-] attribute-filter.css
[edit]
[-] packages-style-style.asset.php
[edit]
[-] wc-blocks-data.asset.php
[edit]
[+]
product-rating-stars
[-] product-reviews-pagination-previous-style.asset.php
[edit]
[+]
product-filter-chips
[-] wc-payment-method-bacs.js
[edit]
[+]
add-to-cart-with-options-variation-selector
[-] category-title.asset.php
[edit]
[-] mini-cart-contents-rtl.css
[edit]
[-] blocks-checkout.asset.php
[edit]
[-] add-to-cart-with-options-variation-selector-attribute.js
[edit]
[-] product-filter-status-rtl.css
[edit]
[+]
reviews-by-category
[-] product-filter-taxonomy-rtl.css
[edit]
[-] order-confirmation-status.asset.php
[edit]
[-] order-confirmation-create-account-style.asset.php
[edit]
[-] featured-category-style.asset.php
[edit]
[+]
add-to-cart-with-options-grouped-product-item-selector
[+]
product-reviews-title
[-] add-to-cart-with-options-variation-description-style.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item.js
[edit]
[-] order-confirmation-summary.asset.php
[edit]
[-] product-gallery-large-image.js
[edit]
[-] wc-payment-method-cod.js
[edit]
[-] order-confirmation-shipping-wrapper-style.asset.php
[edit]
[-] product-filter-rating.js
[edit]
[-] breadcrumbs.asset.php
[edit]
[-] products-by-attribute.js
[edit]
[-] order-confirmation-billing-address-rtl.css
[edit]
[-] product-review-rating.asset.php
[edit]
[+]
related-products
[-] product-on-sale.js
[edit]
[-] packages-style-style.js.LICENSE.txt
[edit]
[-] product-review-author-name.css
[edit]
[-] order-confirmation-additional-information.js
[edit]
[-] page-content-wrapper.js
[edit]
[-] product-filters.js
[edit]
[+]
filter-wrapper
[-] coming-soon.asset.php
[edit]
[-] product-details-style.asset.php
[edit]
[-] product-filter-removable-chips.asset.php
[edit]
[-] all-reviews.asset.php
[edit]
[-] product-price-rtl.css
[edit]
[-] reviews-by-product-rtl.css
[edit]
[-] cart-frontend.js
[edit]
[-] cart.js
[edit]
[-] handpicked-products-style.asset.php
[edit]
[-] product-filter-active.js
[edit]
[+]
products-by-attribute
[-] wc-blocks.js
[edit]
[-] product-filter-removable-chips-style.asset.php
[edit]
[-] category-description-style.asset.php
[edit]
[+]
single-product
[+]
product-gallery-large-image
[-] product-reviews-title.asset.php
[edit]
[-] catalog-sorting.asset.php
[edit]
[-] product-new-style.asset.php
[edit]
[-] product-sku.css
[edit]
[-] product-reviews-pagination-numbers-style.asset.php
[edit]
[-] product-filter-price.asset.php
[edit]
[-] product-review-template.js
[edit]
[-] product-reviews-title.js
[edit]
[-] accordion-panel.asset.php
[edit]
[-] add-to-cart-form.asset.php
[edit]
[+]
order-confirmation-additional-fields
[-] wc-blocks-registry.js
[edit]
[-] product-review-content-style.asset.php
[edit]
[-] coming-soon.js
[edit]
[-] order-confirmation-downloads.css
[edit]
[+]
add-to-cart-with-options-grouped-product-item
[-] active-filters-style.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-selector.js
[edit]
[-] product-review-content-rtl.css
[edit]
[-] product-specifications-style.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item-selector-style.asset.php
[edit]
[+]
accordion-header
[-] wishlist.asset.php
[edit]
[+]
product-filters
[-] product-filter-clear-button-rtl.css
[edit]
[-] product-categories-rtl.css
[edit]
[-] product-image-gallery-rtl.css
[edit]
[-] product-image-gallery.css
[edit]
[-] order-confirmation-additional-fields-rtl.css
[edit]
[+]
add-to-cart-with-options-variation-description
[-] accordion-header-style.asset.php
[edit]
[-] product-details-rtl.css
[edit]
[-] product-reviews-pagination-previous.js
[edit]
[-] cart.asset.php
[edit]
[-] mini-cart-contents.js
[edit]
[-] wc-settings.js
[edit]
[-] single-product-style.asset.php
[edit]
[-] order-confirmation-additional-fields-wrapper.js
[edit]
[+]
accordion-group
[-] wc-payment-method-cheque.js
[edit]
[-] stock-filter.css
[edit]
[-] add-to-cart-with-options-quantity-selector.asset.php
[edit]
[-] product-tag.asset.php
[edit]
[+]
email-content
[-] product-filter-status.asset.php
[edit]
[-] product-average-rating-frontend.js
[edit]
[-] product-sku-frontend.js
[edit]
[+]
product-review-form
[-] reviews-by-category.css
[edit]
[-] all-products-frontend.js
[edit]
[-] product-collection-no-results.js
[edit]
[-] all-products-frontend.asset.php
[edit]
[-] cart-rtl.css
[edit]
[+]
category-description
[-] stock-filter-frontend.js
[edit]
[-] product-review-date-style.asset.php
[edit]
[-] saved-for-later.asset.php
[edit]
[-] product-details.js
[edit]
[-] add-to-cart-with-options-grouped-product-item-style.asset.php
[edit]
[-] product-collection.asset.php
[edit]
[+]
classic-shortcode
[+]
accordion-item
[+]
featured-category
[+]
product-rating-counter
[-] product-gallery-large-image-next-previous-style.asset.php
[edit]
[-] product-categories.asset.php
[edit]
[-] all-products-style.asset.php
[edit]
[-] wc-cart-checkout-base-frontend.asset.php
[edit]
[-] product-stock-indicator.js
[edit]
[+]
product-image-gallery
[-] wc-blocks-rtl.css
[edit]
[-] product-reviews-pagination-style.asset.php
[edit]
[-] product-filter-clear-button.asset.php
[edit]
[-] classic-shortcode-style.asset.php
[edit]
[-] stock-filter.asset.php
[edit]
[-] product-gallery-thumbnails-style.asset.php
[edit]
[-] product-sku-rtl.css
[edit]
[-] order-confirmation-billing-wrapper.asset.php
[edit]
[+]
accordion-panel
[-] add-to-cart-with-options-variation-selector-attribute-name-style.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item-selector.js
[edit]
[-] single-product-rtl.css
[edit]
[-] order-confirmation-downloads-wrapper.js
[edit]
[-] email-content-style.asset.php
[edit]
[-] product-review-template.css
[edit]
[-] wc-payment-method-paypal.js
[edit]
[-] order-confirmation-status.css
[edit]
[-] store-notices.asset.php
[edit]
[-] product-filter-clear-button-style.asset.php
[edit]
[-] product-review-content.css
[edit]
[-] coming-soon-rtl.css
[edit]
[+]
product-meta
[-] mini-cart-contents-style.asset.php
[edit]
[+]
product-best-sellers
[-] legacy-template.css
[edit]
[-] product-query-style.asset.php
[edit]
[-] product-reviews-title-rtl.css
[edit]
[-] single-product.asset.php
[edit]
[+]
product-sale-badge
[-] order-confirmation-billing-wrapper-style.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item-label-style.asset.php
[edit]
[-] wc-blocks-editor-style-rtl.css
[edit]
[-] add-to-cart-with-options-variation-description.js
[edit]
[-] wc-schema-parser.asset.php
[edit]
[-] 484.js
[edit]
[-] category-title.js
[edit]
[-] product-summary-frontend.js
[edit]
[-] attribute-filter.js
[edit]
[-] blocks-components.asset.php
[edit]
[+]
featured-product
[-] reviews-by-category-style.asset.php
[edit]
[-] order-confirmation-additional-fields.css
[edit]
[-] product-template.asset.php
[edit]
[-] add-to-cart-with-options-variation-selector-attribute-name.js
[edit]
[+]
product-review-author-name
[+]
product-review-content
[-] mini-cart-component-frontend.asset.php
[edit]
[-] product-review-date-rtl.css
[edit]
[-] dropdown.asset.php
[edit]
[-] product-filter-taxonomy-style.asset.php
[edit]
[-] page-content-wrapper-style.asset.php
[edit]
[-] product-rating-stars.js
[edit]
[-] product-review-template.asset.php
[edit]
[+]
product-reviews-pagination-previous
[-] product-filter-rating.css
[edit]
[-] mini-cart-component-frontend.js
[edit]
[-] product-sale-badge-frontend.js
[edit]
[+]
@woocommerce
[+]
wishlist
[-] store-notices.js
[edit]
[+]
product-review-date
[-] coming-soon.css
[edit]
[-] product-button.css
[edit]
[-] 219.js
[edit]
[-] customer-account.js
[edit]
[-] classic-shortcode.asset.php
[edit]
[-] interactivity-blocks-frontend-assets.php
[edit]
[-] product-review-author-name.asset.php
[edit]
[-] reviews-by-category-rtl.css
[edit]
[-] product-image-frontend.js
[edit]
[-] attribute-filter-frontend.js
[edit]
[-] product-gallery.js
[edit]
[-] checkout.js
[edit]
[+]
coming-soon
[-] wc-blocks-editor-style.css
[edit]
[-] products-by-attribute-style.asset.php
[edit]
[-] product-description-style.asset.php
[edit]
[-] product-rating-stars.css
[edit]
[+]
order-confirmation-status
[-] product-rating.js
[edit]
[-] product-review-date.css
[edit]
[-] product-collection-no-results.asset.php
[edit]
[-] product-category.js
[edit]
[-] store-notices-rtl.css
[edit]
[-] accordion-panel.js
[edit]
[-] accordion-item-style.asset.php
[edit]
[-] cart-frontend.asset.php
[edit]
[-] product-search.asset.php
[edit]
[-] product-review-form.asset.php
[edit]
[-] filter-wrapper-frontend.asset.php
[edit]
[+]
store-notices
[-] catalog-sorting.js
[edit]
[-] order-confirmation-shipping-address.js
[edit]
[-] filter-wrapper-frontend.js
[edit]
[-] product-review-content.js
[edit]
[-] accordion-item.js
[edit]
[-] product-review-date.js
[edit]
[-] wc-blocks-shared-context.js
[edit]
[-] order-confirmation-additional-information-rtl.css
[edit]
[+]
product-collection
[-] coming-soon-style.asset.php
[edit]
[-] order-confirmation-additional-fields.js
[edit]
[-] payment-method-icons-style.asset.php
[edit]
[-] all-products.js
[edit]
[+]
catalog-sorting
[-] blocks-checkout-events.js
[edit]
[-] product-reviews-title.css
[edit]
[-] featured-category.asset.php
[edit]
[-] product-results-count.js
[edit]
[-] order-confirmation-billing-address.js
[edit]
[-] add-to-cart-with-options-variation-selector-attribute-name.asset.php
[edit]
[+]
add-to-cart-with-options-grouped-product-item-label
[-] attribute-filter-style.js.LICENSE.txt
[edit]
[-] stock-filter.js
[edit]
[-] product-filter-checkbox-list.asset.php
[edit]
[-] order-confirmation-totals.css
[edit]
[-] order-confirmation-totals-wrapper.asset.php
[edit]
[-] product-sale-badge.js
[edit]
[-] active-filters.css
[edit]
[-] order-confirmation-summary.css
[edit]
[-] order-confirmation-create-account.asset.php
[edit]
[-] payment-method-icons.css
[edit]
[-] add-to-cart-with-options-grouped-product-selector.asset.php
[edit]
[+]
reviews-by-product
[-] product-review-author-name-rtl.css
[edit]
[-] product-top-rated.js
[edit]
[-] product-gallery-thumbnails.js
[edit]
[-] checkout-rtl.css
[edit]
[+]
product-category
[-] reviews-by-product.js
[edit]
[+]
page-content-wrapper
[-] coupon-code.js
[edit]
[+]
order-confirmation-shipping-address
[-] price-filter-frontend.asset.php
[edit]
[-] featured-product-rtl.css
[edit]
[-] product-filter-taxonomy.css
[edit]
[+]
order-confirmation-downloads-wrapper
[-] cart-link.asset.php
[edit]
[-] wc-blocks.asset.php
[edit]
[-] reviews-by-category.js
[edit]
[-] wc-blocks-google-analytics.asset.php
[edit]
[-] product-filter-taxonomy.asset.php
[edit]
[-] wc-blocks-shared-hocs.js
[edit]
[-] order-confirmation-status-rtl.css
[edit]
[-] wc-cart-checkout-base-frontend.js
[edit]
[-] wc-blocks-vendors.js
[edit]
[-] coupon-code.asset.php
[edit]
[-] filter-wrapper.asset.php
[edit]
[+]
product-filter-active
[-] product-price.js
[edit]
[-] featured-category.js
[edit]
[+]
add-to-cart-with-options
[-] email-content.js
[edit]
[-] product-on-sale.asset.php
[edit]
[+]
product-review-rating
[-] product-price.css
[edit]
[-] product-review-template-rtl.css
[edit]
[-] active-filters-wrapper-frontend.js
[edit]
[-] wc-payment-method-cod.asset.php
[edit]
[-] blocks-checkout.js
[edit]
[-] product-rating.css
[edit]
[-] order-confirmation-create-account-rtl.css
[edit]
[-] add-to-cart-with-options-quantity-selector.js
[edit]
[-] wc-blocks-frontend-vendors-frontend.asset.php
[edit]
[-] product-reviews-pagination.asset.php
[edit]
[-] wc-blocks-registry.asset.php
[edit]
[-] order-confirmation-additional-information.css
[edit]
[-] product-filter-active.asset.php
[edit]
[-] customer-account.asset.php
[edit]
[-] product-categories.css
[edit]
[-] product-collection-no-results-style.asset.php
[edit]
[-] featured-product.asset.php
[edit]
[+]
cart-link
[+]
order-confirmation-billing-address
[-] product-search.css
[edit]
[-] product-reviews-pagination-next-style.asset.php
[edit]
[-] featured-product.css
[edit]
[-] product-tag-style.asset.php
[edit]
[-] classic-shortcode.js
[edit]
[-] single-product.css
[edit]
[+]
product-filter-rating
[-] wc-payment-method-cheque.asset.php
[edit]
[-] price-filter-wrapper-frontend.js
[edit]
[-] checkout-style.asset.php
[edit]
[-] wishlist.js
[edit]
[-] featured-product-style.asset.php
[edit]
[-] product-filter-chips.asset.php
[edit]
[+]
product-collection-no-results
[+]
product-average-rating
[-] product-sku.js
[edit]
[-] attribute-filter-rtl.css
[edit]
[-] order-confirmation-totals-wrapper-style.asset.php
[edit]
[+]
dropdown
[+]
product-top-rated
[-] wc-entities.js
[edit]
[-] order-confirmation-additional-fields-wrapper.asset.php
[edit]
[-] dropdown.js
[edit]
[-] product-summary.js
[edit]
[-] reviews-by-product.asset.php
[edit]
[-] reviews-by-product-style.asset.php
[edit]
[-] product-filter-rating-style.asset.php
[edit]
[+]
product-filter-price-slider
[-] product-category.asset.php
[edit]
[-] add-to-cart-with-options.asset.php
[edit]
[-] price-filter.asset.php
[edit]
[-] cart.css
[edit]
[-] wc-types.js
[edit]
[-] product-image-gallery-style.asset.php
[edit]
[-] rating-filter-frontend.js
[edit]
[+]
mini-cart-contents-block
[-] product-review-rating-style.asset.php
[edit]
[-] product-filter-price.js
[edit]
[-] wc-blocks-vendors.asset.php
[edit]
[+]
product-price
[-] product-filter-price-slider.asset.php
[edit]
[-] cart-link-style.asset.php
[edit]
[-] classic-shortcode-rtl.css
[edit]
[+]
product-stock-indicator
[-] add-to-cart-with-options-grouped-product-item.asset.php
[edit]
[+]
product-on-sale
[-] wc-settings.asset.php
[edit]
[-] wc-cart-checkout-vendors-frontend.asset.php
[edit]
[-] product-filter-chips.js
[edit]
[+]
product-gallery-thumbnails
[-] product-best-sellers.asset.php
[edit]
[+]
product-reviews-pagination-next
[+]
handpicked-products
[+]
product-new
[-] product-review-form.js
[edit]
[-] product-image.css
[edit]
[-] order-confirmation-additional-fields-wrapper.css
[edit]
[+]
woocommerce
[-] order-confirmation-totals-wrapper.js
[edit]
[+]
add-to-cart-with-options-variation-selector-attribute
[-] saved-for-later.js
[edit]
[-] order-confirmation-totals.js
[edit]
[-] order-confirmation-downloads.js
[edit]
[-] product-best-sellers-style.asset.php
[edit]
[-] wc-cart-checkout-vendors-frontend.js
[edit]
[-] product-image-rtl.css
[edit]
[-] accordion-header.asset.php
[edit]
[-] product-reviews-pagination.js
[edit]
[-] product-filter-rating.asset.php
[edit]
[-] product-query.css
[edit]
[-] product-rating-rtl.css
[edit]
[-] add-to-cart-with-options-variation-selector-attribute.css
[edit]
[-] all-products-rtl.css
[edit]
[-] payment-method-icons.js
[edit]
[-] product-review-date.asset.php
[edit]
[-] product-gallery-large-image-next-previous.js
[edit]
[-] all-products.css
[edit]
[+]
product-reviews-pagination
[-] order-confirmation-billing-wrapper.js
[edit]
[-] product-new.asset.php
[edit]
[-] product-specifications.js
[edit]
[-] product-filter-attribute.css
[edit]
[-] order-confirmation-additional-information-style.asset.php
[edit]
[-] product-filter-status-style.asset.php
[edit]
[-] product-review-author-name.js
[edit]
[-] accordion-item.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item-selector.asset.php
[edit]
[-] product-stock-indicator-rtl.css
[edit]
[+]
product-title
[-] price-filter.css
[edit]
[-] wc-entities.asset.php
[edit]
[-] add-to-cart-form.js
[edit]
[-] product-query.asset.php
[edit]
[+]
price-filter
[-] checkout-frontend.asset.php
[edit]
[+]
order-confirmation-additional-fields-wrapper
[-] product-filter-checkbox-list.js
[edit]
[+]
product-image
[+]
order-confirmation-totals
[-] product-search-style.asset.php
[edit]
[-] reviews-frontend.js
[edit]
[-] add-to-cart-with-options-variation-selector-attribute-rtl.css
[edit]
[-] mini-cart-style.asset.php
[edit]
[-] blocks-checkout-events.asset.php
[edit]
[-] product-reviews.js
[edit]
[+]
order-confirmation-additional-information
[-] product-rating-counter-frontend.js
[edit]
[-] cart-link-rtl.css
[edit]
[-] wc-schema-parser.js
[edit]
[-] coupon-code-style.asset.php
[edit]
[-] attribute-filter-wrapper-frontend.js
[edit]
[+]
product-gallery-large-image-next-previous
[+]
add-to-cart-with-options-variation-selector-attribute-name
[-] product-sale-badge-rtl.css
[edit]
[-] add-to-wishlist-button.asset.php
[edit]
[-] stock-filter-style.asset.php
[edit]
[-] product-gallery-large-image-next-previous.asset.php
[edit]
[-] order-confirmation-shipping-address.css
[edit]
[-] add-to-cart-with-options-variation-selector.asset.php
[edit]
[-] rating-filter.css
[edit]
[+]
order-confirmation-shipping-wrapper
[+]
add-to-cart-with-options-grouped-product-selector
[-] blocks-components.js
[edit]
[+]
stock-filter
[-] active-filters-frontend.asset.php
[edit]
[-] cart-link.css
[edit]
[-] breadcrumbs.css
[edit]
[-] reviews-by-product.css
[edit]
[-] category-description.js
[edit]
[-] product-categories.js
[edit]
[-] product-rating-frontend.js
[edit]
[+]
product-description
[-] product-sale-badge.css
[edit]
[-] payment-method-icons-rtl.css
[edit]
[-] wc-shipping-method-pickup-location.js
[edit]
[-] product-review-author-name-style.asset.php
[edit]
[-] mini-cart-frontend.asset.php
[edit]
[-] rating-filter-frontend.asset.php
[edit]
[-] classic-shortcode.css
[edit]
[-] order-confirmation-totals-style.asset.php
[edit]
[-] product-reviews-title-style.asset.php
[edit]
[+]
category-title
[-] order-confirmation-additional-fields-style.asset.php
[edit]
[-] product-title.js
[edit]
[-] product-stock-indicator-frontend.js
[edit]
[-] add-to-cart-with-options-grouped-product-item-selector-rtl.css
[edit]
[-] product-query-rtl.css
[edit]
[+]
mini-cart
[+]
product-filter-clear-button
[-] price-format.js
[edit]
[-] breadcrumbs-rtl.css
[edit]
[-] rating-filter-style.asset.php
[edit]
[-] product-new.js
[edit]
[-] order-confirmation-shipping-address-style.asset.php
[edit]
[-] product-categories-style.asset.php
[edit]
[+]
inner-blocks
[-] handpicked-products.asset.php
[edit]
[-] product-specifications.asset.php
[edit]
[-] accordion-group.asset.php
[edit]
[-] packages-style-rtl.css
[edit]
[-] wc-blocks-shared-context.asset.php
[edit]
[-] product-rating-counter.js
[edit]
[-] order-confirmation-create-account-frontend.asset.php
[edit]
[-] payment-method-icons.asset.php
[edit]
[-] product-filter-price-slider.js
[edit]
[-] accordion-panel-style.asset.php
[edit]
[-] product-reviews-pagination-next.js
[edit]
[-] blocks-json.php
[edit]
[+]
product-filter-attribute
[+]
product-filter-status
[-] reviews-frontend.asset.php
[edit]
[-] product-specifications-rtl.css
[edit]
[-] filter-wrapper.js
[edit]
[-] order-confirmation-shipping-wrapper.js
[edit]
[-] product-reviews.asset.php
[edit]
[-] product-title.css
[edit]
[+]
mini-cart-contents
[-] order-confirmation-summary-rtl.css
[edit]
[-] handpicked-products.js
[edit]
[-] product-top-rated-style.asset.php
[edit]
[-] accordion-group.js
[edit]
[-] order-confirmation-summary-style.asset.php
[edit]
[+]
product-summary
[-] price-filter-frontend.js
[edit]
[-] mini-cart-contents.asset.php
[edit]
[-] add-to-cart-with-options-grouped-product-item-selector.css
[edit]
[-] legacy-template-style.asset.php
[edit]
[-] wc-blocks-frontend-vendors-frontend.js
[edit]
[-] product-gallery-thumbnails.asset.php
[edit]
[-] rating-filter-rtl.css
[edit]
[-] product-button-rtl.css
[edit]
[-] active-filters-rtl.css
[edit]
[-] product-reviews-pagination-numbers.js
[edit]
[-] checkout-frontend.js
[edit]
[+]
product-reviews
[-] product-on-sale-style.asset.php
[edit]
[-] legacy-template.asset.php
[edit]
[-] product-reviews-pagination-rtl.css
[edit]
[-] add-to-cart-with-options-grouped-product-item-label.js
[edit]
[-] product-filter-rating-rtl.css
[edit]
[-] wc-payment-method-paypal.asset.php
[edit]
[-] product-filter-taxonomy.js
[edit]
[-] product-tag.js
[edit]
[+]
product-filter-taxonomy
[-] single-product.js
[edit]
[-] store-notices.css
[edit]
[-] price-format.asset.php
[edit]
[-] product-filter-clear-button.js
[edit]
[+]
all-reviews
[-] page-content-wrapper.asset.php
[edit]
[+]
product-filter-price
[+]
payment-method-icons
[-] product-reviews-pagination.css
[edit]
[-] product-filter-attribute-rtl.css
[edit]
[-] product-results-count-style.asset.php
[edit]
[-] order-confirmation-additional-fields.asset.php
[edit]
[-] add-to-cart-with-options-variation-description.asset.php
[edit]
[-] mini-cart-frontend.js
[edit]
[+]
coupon-code
[-] category-title-style.asset.php
[edit]
[-] product-category-style.asset.php
[edit]
[-] order-confirmation-create-account.css
[edit]
[-] product-search.js
[edit]
[-] product-filter-status.js
[edit]
[-] stock-filter-frontend.asset.php
[edit]
[-] checkout.asset.php
[edit]
[-] add-to-cart-with-options-variation-selector-attribute-style.asset.php
[edit]
[-] price-filter-rtl.css
[edit]
[-] products-by-attribute.asset.php
[edit]
[+]
rating-filter
[-] cart-link.js
[edit]
[-] legacy-template-rtl.css
[edit]
[-] product-filter-removable-chips.js
[edit]
[-] all-products.asset.php
[edit]
[-] category-description.asset.php
[edit]
[+]
product-gallery
[+]
order-confirmation-summary
[-] active-filters.asset.php
[edit]
[+]
all-products
[+]
attribute-filter
[+]
product-results-count
[+]
order-confirmation-billing-wrapper
[+]
product-details
[-] all-reviews-style.asset.php
[edit]
[-] email-content.asset.php
[edit]
[-] product-stock-indicator.css
[edit]
[-] order-confirmation-billing-address-style.asset.php
[edit]
[-] product-collection.js
[edit]
[-] order-confirmation-billing-address.css
[edit]
[-] product-query.js
[edit]
[-] product-button-frontend.js
[edit]
[-] product-title-frontend.js
[edit]
[-] rating-filter.asset.php
[edit]
[+]
order-confirmation-totals-wrapper
[-] product-summary.css
[edit]
[+]
product-sku
[-] order-confirmation-totals-rtl.css
[edit]
[-] product-reviews-pagination-numbers.asset.php
[edit]
[-] add-to-cart-with-options-variation-selector-attribute.asset.php
[edit]
[-] order-confirmation-billing-address.asset.php
[edit]
[+]
add-to-cart-form
[-] stock-filter-rtl.css
[edit]
[-] wc-blocks.css
[edit]
[-] attribute-filter-style.asset.php
[edit]
[-] featured-category.css
[edit]
[-] breadcrumbs.js
[edit]
[-] product-summary-rtl.css
[edit]
[+]
active-filters
[-] wc-blocks-data.js
[edit]
[-] order-confirmation-downloads-wrapper.asset.php
[edit]
[-] product-results-count.css
[edit]
[-] wc-types.asset.php
[edit]
[-] featured-product.js
[edit]
[-] mini-cart.css
[edit]
[-] product-filter-status.css
[edit]
[-] breadcrumbs-style.asset.php
[edit]
[-] attribute-filter.asset.php
[edit]
[-] product-search-rtl.css
[edit]
[+]
product-template
[+]
product-rating
[-] product-gallery-large-image.asset.php
[edit]
[-] product-best-sellers.js
[edit]
[-] order-confirmation-shipping-address.asset.php
[edit]
[-] legacy-template.js
[edit]
[-] product-button.js
[edit]
[-] price-filter.js
[edit]
[-] product-reviews-pagination-previous.asset.php
[edit]
[+]
add-to-wishlist-button
[-] add-to-cart-with-options-variation-selector.js
[edit]
[-] product-filter-attribute.js
[edit]
[-] order-confirmation-additional-fields-wrapper-style.asset.php
[edit]
[-] product-template-style.asset.php
[edit]
[-] wc-blocks-middleware.js
[edit]
[+]
product-filter-checkbox-list
[-] product-gallery.asset.php
[edit]
[-] product-details.asset.php
[edit]
[-] product-template.js
[edit]
[-] order-confirmation-downloads-style.asset.php
[edit]
[+]
product-review-template
[-] product-reviews-pagination-next.asset.php
[edit]
[-] order-confirmation-shipping-wrapper.asset.php
[edit]
[-] product-review-content.asset.php
[edit]
[+]
saved-for-later
[-] rating-filter-wrapper-frontend.js
[edit]
[+]
checkout
[-] wc-blocks-style.asset.php
[edit]
[-] add-to-cart-with-options.js
[edit]
[+]
product-categories
[+]
product-reviews-pagination-numbers
[-] product-image.js
[edit]
[+]
order-confirmation-create-account
[-] product-filter-attribute-style.asset.php
[edit]
[-] wc-blocks-middleware.asset.php
[edit]
[-] product-title-rtl.css
[edit]
[-] dependency-detection.js
[edit]
[-] add-to-wishlist-button.js
[edit]
[-] order-confirmation-create-account-frontend.js
[edit]
[-] order-confirmation-create-account.js
[edit]
[-] order-confirmation-status.js
[edit]
[-] order-confirmation-downloads-wrapper-style.asset.php
[edit]
[-] price-filter-style.asset.php
[edit]
[-] product-results-count.asset.php
[edit]
[-] product-price-frontend.js
[edit]
[-] stock-filter-style.js.LICENSE.txt
[edit]
[-] mini-cart-rtl.css
[edit]
[-] product-review-template-style.asset.php
[edit]
[-] product-rating-stars-frontend.js
[edit]
[-] product-results-count-rtl.css
[edit]
[-] active-filters-frontend.js
[edit]
[+]
breadcrumbs
[-] order-confirmation-downloads-rtl.css
[edit]
[-] cart-style.asset.php
[edit]
[-] mini-cart.asset.php
[edit]
[-] mini-cart.js
[edit]
[-] order-confirmation-status-style.asset.php
[edit]
[-] order-confirmation-totals.asset.php
[edit]
[-] product-review-rating.js
[edit]
[-] all-reviews.js
[edit]
[+]
customer-account
[+]
product-button
[-] accordion-header.js
[edit]
[-] attribute-filter-frontend.asset.php
[edit]
[-] product-filters.asset.php
[edit]
[-] product-details.css
[edit]
[-] rating-filter-style.js.LICENSE.txt
[edit]
[-] all-reviews.css
[edit]
[-] product-average-rating.js
[edit]
[-] add-to-cart-with-options-grouped-product-item-label.asset.php
[edit]
[-] featured-category-rtl.css
[edit]
[+]
product-tag
[-] wc-payment-method-bacs.asset.php
[edit]
[-] reviews-by-category.asset.php
[edit]
[-] rating-filter.js
[edit]