import React, {FC} from "react"; import {Button} from "./Button"; import {__} from "../../globals"; export type NoAdvancedGetYItemsSelectedProps = { onTestablesOpen: () => void; } export const NoAdvancedGetYItemsSelected: FC = ({onTestablesOpen}) => { return

Advanced product combinations

Select advanced product filters like in categories excluding subcategories or specific products and with specific attributes, restrict by item price like items that are $99 or bellow, and more.

Combine eligible product groups, like Product A or B, or products in Categories C or D.

}