Здравствуйте, друзья! Сегодня мы поговорим о том, как можно массово изменить цену на всех товарах в интернет магазине созданном с помощью плагина WooCommerce.
Заменять цену на тысячах товаров поштучно не только нудно и скучно, но это еще и достаточно времязатратный процесс! Задача по замене цены может возникнуть из-за скачков курса валют, сезонных скидок распродаж и т.п.
Поверьте, если у Вас есть интернет магазин, то рано или поздно Вы столкнетесь с необходимостью изменять все цены на сайте. И так, как же можно массово изменить цены в магазине?
Массовое изменение цен в WooCommerce
Мы рассмотрим два способа, первый — с помощью плагина, а второй — с помощью запросов в базу данных MySQL.
С помощью плагина можно изменять не только цены на всех товарах, но и на определенных категориях, что зачастую очень удобно и полезно. В тоже время, предложенный в этом уроке способ изменения цен с помощью запросов в базу данных имеет меньше возможностей, так что о нем мы поговорим очень поверхностно. И так, приступим!
1. Устанавливаем и активируем плагин WooCommerce Prices. О том, как искать и устанавливать плагины мы говорили в одном из прошлых уроков.
2. После активации плагина переходим с административной панели в Товары -> Prices.
3. В открывшемся окне нам нужно указать в поле Action действие, соответствующее Вашей задаче и выбрать в поле Category (если необходимо) категорию товаров. После этого нажимаем кнопку «Get Prices», чтобы отфильтровать товары по выбранной категории.
4. После нажатия кнопки «Get Prices» нужно указать значения в поле Value. В него нужно ввести цифровое значение, на которое Вы будете повышать или уменьшать цену товаров. В этом поле можно указывать как обычные числа, так и числа с процентами.
Для лучшего понимая наведу несколько примеров:
Уменьшаем цену товаров на 50
Увеличиваем цену товаров на 10%
5. После того как Вы укажите на сколько будете уменьшать или увеличивать цену товаров в поле Value — нажмите кнопку «Edit Prices». После нажатия кнопки цены на товарах изменятся, и Вам нужно будет сохранить эти изменения. Для этого нажмите кнопку «Save Prices».
Увеличиваем цену всех товаров в категории «Категория 1» на 10%
Готово! Как видите, всего за несколько кликов можно изменить цены на огромном количестве товаров.
С помощью этого плагина у Вас есть возможность массово изменять обычную цену товаров, цену скидки и т.п. Также, одним из самых больших и бесспорных плюсов плагина есть то, что он полностью бесплатный!
Массовое изменение цен с помощью запроса в базу данных MySQL
Как и говорил в начале урока, есть еще и такой способ изменения цен. Он мне не нравится, но сказать о нем я просто не могу. Возможно он Вам тоже пригодится.
1. Заходим в phpMyAdmin.
2. Выбираем базу банных, с которой работает интернет-магазин.
3. Переходим на вкладку SQL.
4. Теперь нужно вставить нужный запрос. К примеру, давайте увеличим цену на всех товарах на 13,5%. Для этого используем следующий запрос:
update wp_postmeta set meta_value = meta_value * 1.135 where meta_key='_price'
Если нужно не увеличить, а уменьшить цену — измените знак * на /.
5. После того как вставили запрос нажимаем кнопку «OK».
Ниже наведены все шаблоны запросов, которые нужны для замены простой цены, цены распродажи и т.п.
UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_regular_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_sale_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_min_variation_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_max_variation_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_min_variation_regular_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_max_variation_regular_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_min_variation_sale_price'; UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ',', '.') WHERE meta_key = '_max_variation_sale_price';
Как видите, сложного ничего нету, но лучше воспользуйтесь плагином 😉
Если у Вас возникли какие-либо вопросы или трудности при изменении цен на товары — пишите в комментариях.
Оценка
Рейтинг: 3.81 ( 17 голосов )
Сейчас покажу как быстро изменить цены на все товары вашего интернет-магазина на WooCommerce WordPress и добавить к ним какой-то процент: 5%, 10%, 15%, 20%, 30% и т.п. Этим же способом можно изменить цены только на выбранные категории/рубрики товара.
Делаем все при помощи встроенного в сам WooCommerce способа. Да! Раньше надо было использовать плагин. Но теперь все есть в стандартном функционале.
Единственный минус этого способа: он не меняет цены на вариативных товарах. Если у вас есть такие товары, то придется все же использовать какой-нибудь плагин. Например ЭТОТ »
Как изменить цены на всех товарах
Идем в админке Товары
-> Все товары
Скриншот 1. Выбираем товары для изменения цены
Если требуется, то фильтруем товары по категории (на примере «Девочки»).
Дальше нужно выбрать галками все товары. Если их много, то просто выведите на экран все и отметьте одним кликом галки.
Скриншот 2. Выбираем сразу все товары
Когда выбрали все нужные товары, выбираем «Изменить» в выпадающем списке и применяем (см. Скриншот 1).
В интернет-магазине моей жены используется тема BONO, т.к. в ней почти все предусмотрено и я вношу правки только узконаправленные, о которых сразу пишу тут на блоге.
Страница перезагрузилась и нас интересует выпадающее меню напротив пункта «Цена». Раз мы увеличиваем цену, значит выбираем соответствующий пункт.
Скриншот 3. Выбираем пункт с увеличением цены
А дальше указываем на сколько увеличить. У меня это было 10%. Вы можете на любой процент либо фиксированную сумму (тогда не указывайте знак % в конце).
Скриншот 4. Увеличиваю цены на товары
Обратите внимание, что ниже есть аналогичная опция для товаров на «Распродаже».
После того, как нажмете кнопку «Обновить», цены по сайту изменятся на указанный вами процент. Страница может покрутиться минут-две, в зависимости насколько много у вас товара.
Нюанс! Измененные цены могут принять некрасивый формат если у вас стоит 2 знака после запятой (центы/копейки). Например: 1058,53 р., 12,87$ и т.п.
Читайте в следующей статье как округлить до кратных 5 или до ближайшего 0.
Содержание
- Массовое редактирование полей
- Ограничения массового редактирования
- Варианты фильтрации товаров
- Быстрое редактирование
Подобно другим типам записей WordPress, которые позволяют массово назначать категории, теги или статусы постов, товары WooCommerce также имеют функцию массового редактирования.
Чтобы получить доступ к этим возможностям, перейдите в раздел Товары > Все товары, отметьте два или более товаров в списке, выберите Изменить в меню Массовые действия вверху или внизу списка и нажмите Применить, чтобы перейти в раздел массового редактирования.
Откроется экран редактирования с полями, изменение которых повлияет на все выбранные продукты, как только вы нажмете кнопку Обновить в правом нижнем углу окна.
Массовое редактирование полей
Ниже приведены поля WooCommerce по умолчанию, хотя некоторые плагины могут добавить свои.
- Массовое редактирование — показывает выбранные в данный момент товары, которые будут затронуты. Щелкните x, чтобы удалить конкретный товар из активного сеанса массового редактирования.
- Категории товаров — список категорий товаров, которые можно отметить или снять, чтобы назначить или удалить их из выбранных товаров.
- Комментарии — можно установить Разрешить или Запретить.
- Статус — отражает опубликованный статус товара. Доступны варианты: Опубликовано, Личное, На утверждении, Черновик.
- Метки товаров — как только вы начнете вводить текст, существующие метки товаров будут предложены в качестве вариантов для нажатия. В противном случае добавьте один или несколько новых тегов, разделенных запятыми.
- Цена — варианты включают в себя: Изменить на, Увеличить существующие цены на (фиксированную величину или %), Уменьшить базовую цену на (фиксированное значение или %). После выбора варианта добавляется дополнительное поле Укажите цену, в которое вы можете добавить число.
- Распродажа — варианты: Изменить на, Увеличить текущую цену на (фиксированную сумму или %), Уменьшить текущую цену на (фиксированную сумму или %) или Задать на уровне обычной цены, пониженной на (фиксированную сумму или %). При выборе любого из вариантов открывается дополнительное поле Введите распродажную цену.
- Вес — есть только один вариант: Измените на. При выборе добавляется дополнительное поле для регулировки веса.
- Д/Ш/В — если выбран параметр Изменить на, добавляются 3 дополнительных поля для длины, ширины и высоты соответственно.
- Класс доставки — варианты будут включать Класс доставки не указан, а также те классы, которые были настроены в WooCommerce > Настройки > Доставка > Классы доставки.
- Видимость — применимо к видимости товара в магазине. Можно выбрать следующие варианты: Каталог & поиск, Каталог, Поиск и Скрыто.
- Рекомендуемое — просто Да или Нет.
- В наличии? — доступны: Есть в наличии, Нет в наличии или Предзаказ.
- Управлять запасами? — Да или Нет.
- Запас — можно выбрать: Изменить на, Увеличить количество товаров в наличии на, Уменьшить количество товаров в наличии на.
- Предзаказы? — Не разрешать, Разрешить, но уведомить клиента, Разрешить.
- Продано индивидуально? — Да, Нет.
Ограничения массового редактирования
Массовое редактирование лучше всего работает с простыми товарами и не может редактировать сложные переменные, сгруппированные или другие сложные продукты. Массовое редактирование можно применять только к видимым товарам, которые можно отметить для массового редактирования.
Варианты фильтрации товаров
Увеличьте количество товаров, отображаемых на любой странице, выбрав Параметры экрана > Количество элементов на странице. Помните, что слишком большое количество элементов на одной странице может вызвать нагрузку на ваш браузер и длительное обновление, поэтому используйте его с умом.
Отфильтрируйте товары по категории, типу и статусу товара, затем нажмите кнопку Фильтр.
Сортируйте товары в столбцах по возрастанию/убыванию, кликая на заголовки столбцов с гиперссылками. По умолчанию для этого типа сортировки можно использовать столбцы Имя, Артикул, Цена и Дата.
Быстрое редактирование
Быстрое редактирование аналогично массовому редактированию, но применяется только к одному продукту. Чтобы получить доступ к быстрому редактированию, наведите указатель мыши на конкретный продукт и выберите Свойства.
Это точно так же, как и массовое редактирование, за исключением того, что, поскольку задействован только один товар, то отображаются его текущие значения.
Появилась необходимость изменять наличие товара так же в таблице. Одновременно с изменением цен это будет наиболее удобно. Решил дополнить плагин https://wordpress.org/plugins/woocommerce-prices/
Поменял пару файлов, в итоге добился вывода артикула и наличия в таблице товаров.
Но при сохранении и артикул и наличие присваивается товару пустым.
Кто подскажет что я упустил?
Эта же тема на странице плагина https://wordpress.org/support/topic/add-sku-and-stock?replies=1
Мои изменения файлов:
woocommerce-prices.php
Код:
$posts = get_posts($args);
// Build grid data
$data = array();
$url = plugins_url('images/delete.png', __FILE__);
foreach ($posts as $post) {
$sku = get_post_meta($post->ID, '_sku', true);
$stock = get_post_meta($post->ID, '_stock', true);
// Get prices
$regular_price = get_post_meta($post->ID, '_regular_price', true);
if ('' != $regular_price) {
$regular_price = wc_format_localized_price($regular_price);
}
......
Код:
// Create row object
$product = new stdClass();
$product->ID = $post->ID;
$product->sku = $sku;
$product->stock = $stock;
$product->title = $post->post_title;
....
Код:
$products = $_POST['products'];
// Update sale price and dates
foreach ($products as $product) {
$ID = $product['ID'];
$sku = $product['sku'];
$stock = $product['stock'];
$regular_price = wc_format_decimal($product['regular_price']);
$sale_price = wc_format_decimal($product['sale_price']);
$sale_from = strtotime($product['sale_from']);
$sale_to = strtotime($product['sale_to']);
// Update prices
update_post_meta($ID, '_sku', $sku);
update_post_meta($ID, '_stock', $stock);
update_post_meta($ID, '_regular_price', $regular_price);
update_post_meta($ID, '_sale_price', $sale_price);
....
script.js:
Код:
var gridColumns = [
checkboxSelector.getColumnDefinition(),
{id: 'sku', name: 'Арт.', field: 'sku', width: 60, editor: Slick.Editors.Text},
{id: 'stock', name: 'Кол-во', field: 'stock', width:60, editor: Slick.Editors.Text},
{id: 'title', name: 'Товар', field: 'title', width: 290},
{id: 'regular_price', name: 'Цена', field: 'regular_price', editor: Slick.Editors.Text, width: 60},
{id: 'sale_price', name: 'Цена распр.', field: 'sale_price', editor: Slick.Editors.Text, width: 100},
{id: 'sale_from', name: 'Распр. с', field: 'sale_from', editor: customDateEditor, width: 100},
{id: 'sale_to', name: 'Распр. до', field: 'sale_to', editor: customDateEditor, width: 100}
];
....
Bulk edit products seem to be an effective and modern method to speed up modifying WooCommerce products, orders and coupons. If you are looking for a plugin which can give you a hand on quickly editing product in bulk, Bulky – Bulk Edit Products for WooCommerce can not be ignored.
Bulky – Bulk Edit Products for WooCommerce helps easily work with products in bulk. Particularly, the plugin offers sufficient simple and advanced tools to help filter various available attributes of simple and variable products such as ID, Title, Content, Excerpt, Slugs, SKU, Post date, range of regular price and sale price, Sale date, range of stock quantity, Product type, Categories…
Therefore, users can quickly search for wanted products fields and work with them in bulk. In short, the plugin promises to help shop owners to save time and optimize manipulation when working with products in bulk. You can bulk edit orders and coupons in the same way.
Try the Demo | Documents | Pro Version | Facebook group
THE PLUGIN FEATURES:
► Filter the Products to be Bulk Edited.
You can use tools to filter products that you want to edit in bulk. The plugin is available with the following filters all attributes of a product: ID, Title, Content, Excerpt, Slug, SKU, Range of Post date, Range of price, Range of the sale price, Range of sale date, Range of stock quantity, Range of Width, Height, Length, Weight, Product type, Product status, Stock Status, Featured, Downloadable, Sold individually, Backorders, Author, Catalog visibility, Categories, Tags, Attributes.
- ID: You can filter the range of products by product ID, separate IDs with commas.
- Title: This allows you to filter a product with the product titles that can be exact, like, not include, begin, end, or empty content.
- Excerpt: You can filter a product with the excerpt that can be exact, like, not include, begin, end, or empty content.
- Slug: This allows you to filter a product with the product slug that can be exact, like, not include, begin, end, or empty content.
- SKU: This allows you to filter a product with the product SKU that can be exact, like, not include, begin, end, or empty content.
- Post date: You can filter products based on the date of post.
- Regular price: You can filter products in a range of prices.
- Sale price: You can filter products in a range of sale prices.
- Sale date: The option to filter products based on the sale date.
- Stock quantity: You can filter products in a range of stock.
- Width: You can filter products in a range of widths.
- Heigh: You can filter products in a range of heights
- Length: You can filter products in a range of lengths
- Weight: You can filter products in a range of weights.
- Product type: Filter products by type including Simple, variable, external/Affiliate, grouped.
- Product status: Filter products by status: Draft, pending, private, public.
- Stock Status: You can filter products based on their current stock status such as In Stock, Out of Stock, or On Backorder.
- Featured: Filter products by featured yes/no.
- Downloadable: Filter products that can be downloadable.
- Sold individually: Filter products that can be sold individually.
- Backorders: Filter products that can be backorder: Do not allow; Allow, but notify customer; Allow.
- Author: Filter products based on the author.
- Catalog visibility: Filter products based on catalog visibility: Shop and search results, Shop only, Search results only, Hidden.
- Categories: Select the desired product categories that you have created in your WooCommerce store. Additionally, you can tick the Include Subcategories option to include sub-categories of the selected product categories.
- Tags: You can choose various product tags or tags for filtering products.
- Product attributes: If you have created global attributes in your WooCommerce Attributes settings, they will be shown in this setting. You can use global product attributes to filter the products for editing. Once you have selected an attribute, you can select the desired Product Attribute Values for deeper filtering.
► Filter fields to be Bulk Edited.
You can easily select one or/and many fields of product to interact and work with. This helps to filter relevant fields that you are interested in and observe objects and tables more conveniently and effectively. Fields can be selected including Image, SKU, Slug, Description, Short Desc, Gallery, Attributes, Grouped, Product URL, Button text, Status, Password, Featured, Regular price, Sale price, Sale date from, Sale date to, Manage stock, Stock, Stock status, Allow backorder, Sold individually, Virtual, Categories, Tags, Width, Height, Length, Weight, Upsell, Cross-sell, Downloadable, Purchase note, Menu order, Enable reviews, Catalog visibility, Shipping class.
Leave empty if you filter all fields.
► Filter exclude fields to be Bulk Edited.
If you need to filter all fields of product but some fields need to be excluded, you can select one or/and many fields for this purpose.
Fields can be selected to exclude: Image, SKU, Slug, Description, Short Desc, Gallery, Attributes, Grouped, Product URL, Button text, Status, Password, Featured, Regular price, Sale price, Sale date from, Sale date to, Manage stock, Stock, Stock status, Allow backorder, Sold individually, Virtual, Categories, Tags, Width, Height, Length, Weight, Upsell, Cross-sell, Downloadable, Purchase note, Menu order, Enable reviews, Catalog visibility, Shipping class.
► Edit WooCommerce Products in Bulk.
You can bulk edit/update product properties including
- Product Title
- Product type
- Image
- SKU
- Slug
- Description
- Short desc
- Gallery
- Attributes
- Default attributes
- Grouped
- Product URL
- Button text
- Status
- Password
- Feature
- Regular price
- Sale price
- Sale date
- Manage stock
- Stock
- Stock status
- All backorder
- Sold individually
- Virtual
- Categories
- Tags
- Weight
- Length
- Width
- Height
- Upsells
- Cross-sells
- Downloadable
- Download file
- Download limit
- Download expiry
- Purchase note
- Menu order
- Enable reviews
- Catalog visibility
- Shipping class
► Manipulations with the product table and cells.
- Select objects: Entire table; Columns; Rows,
- Undo update.
- Right-click to edit objects.
- Copy – Paste
- Select a range
- Apply an edit to other cells by dragging the fill handle
- Delete selected objects
- Order ascending
- Order descending.
- Find and Replace.
► Other outstanding features:
- The Search tool to find the fields to edit.
- Load variations option.
- Filter orders by ID, Title, Regular price, Sale price, SKU.
PRO VERSION FEATURES:
- All free version feature.
- Auto update plugin.
- History to record the edits.
- Bulk edit Custom meta fields from third-party plugins.
- Config products per page to edit.
- Save filter when reloading the page.
MAY BE YOU NEED
9MAIL – WordPress Email Templates Designer: A useful tool for creating and customizing WordPress emails
EPOI – WP Points and Rewards: Points and Rewards system for a WordPress website
WebPOS – Point of Sale for WooCommerce: Point of Sale solution for WooCommerce stores
Jagif – WooCommerce Free Gift: Giving gifts to your customers can never be more easier
Coreem – Coupon Reminder for WooCommerce: Send emails to customers to remind them of their coupons, especially ones which are about to expire
COMPE – WooCommerce Compare Products: Help your customers compare two or more products to find out the right one they need
W2S – Migrate WooCommerce to Shopify: Migrate WooCommerce products to Shopify easily via the official Shopify REST Admin API
REDIS – WooCommerce Dynamic Pricing and Discounts: Create flexible pricing rules for products
EXMAGE – WordPress Image Links: Save storage by using external image URLs
Pofily – WooCommerce Product Filters: Advanced filters for WooCommerce
Bopo – Woo Product Bundle Builder: Let the plugin provide your customers with a very flexible and convenient way to purchase bundles
WPBulky – WordPress Bulk Edit Post Types: Save time editing posts/pages/attachment… and other custom post types except for ones created by WooCommerce(product, shop_order and shop_coupon)
Bulky – Bulk Edit Products for WooCommerce: Quickly and easily edit your products in bulk. This plugin will save you tons of time editing products.
Catna – Woo Name Your Price and Offers: Name Your Price and Offers
Product Size Chart For WooCommerce: A simple but flexible solution to create size charts for your products
Product Pre-Orders for WooCommerce: Customers can order and pay before it’s intended release date to guarantee a copy.
Checkout Upsell Funnel for WooCommerce: Offer product suggestions and smart order bumps on checkout page
Cart All In One For WooCommerce: All cart features you need in one simple plugin
Email Template Customizer for WooCommerce: Customize WooCommerce emails to make them more beautiful and professional after only several mouse clicks
ALD – Dropshipping and Fulfillment for AliExpress and WooCommerce: Free dropshipping solution – Transfer data from AliExpress products to WooCommerce effortlessly and fulfill AliExpress orders automatically
Product Variations Swatches for WooCommerce: Professional and beautiful colors, buttons, images, variation images and radio variations swatches
Orders Tracking for WooCommerce: Import orders tracking number and send tracking info to customers
Abandoned Cart Recovery For WooCommerce: Capture abandoned carts & send reminder emails to customers.
Import Shopify to WooCommerce: Import Shopify to WooCommerce plugin help you import all products from your Shopify store to WooCommerce
Customer Coupons for WooCommerce: Display coupons on your website
Virtual Reviews for WooCommerce: Virtual Reviews for WooCommerce helps generate virtual reviews, display canned reviews for newly created store
Thank You Page Customizer for WooCommerce: Customize your Thank You page and give coupons to customers after a successful order
Sales Countdown Timer: Create a sense of urgency with a countdown to the beginning or end of sales, store launch or other events
Suggestion Engine for WooCommerce: The easiest way helps you sell more products by search engine and suggested product form your WooCommerce store.
EU Cookies Bar: A very simple plugin which helps your website comply with Cookie Law
Lucky Wheel for WooCommerce: Offer customers to spin for coupons by entering their emails.
WordPress Lucky Wheel: WordPress Lucky Wheel gives you the best solution to get emails address from visitors of your WordPress website
Advanced Product Information for WooCommerce: Display more intuitive information of products such as sale countdown, sale badges, who recently bought products, rank of products in their categories, available payment methods…
LookBook for WooCommerce: Create beautiful Lookbooks, Shoppable with Product Tags
Photo Reviews for WooCommerce: Allow posting reviews include product pictures, review reminder, review for coupons.
Product Builder for WooCommerce: Allows your customers to build a full product set from small parts step by step. The plugin works base on WooCommerce with many useful features like compatible, email completed product, attributes filters.
Boost Sales for WooCommerce: Increase profit on every single order with Up-selling and Cross-selling
Free Shipping Bar for WooCommerce: Use free shipping as a marketing tool, encourage customers to pay more for free shipping.
Notification for WooCommerce: Social Proof Marketing plugin. Live recent order on the front-end of your site.
CURCY – Multi Currency for WooCommerce: Switches to different currencies easily and accepts payment with only one currency or all currencies.
Coupon Box for WooCommerce: Subscribe emails for discount coupons
Documentation
► Getting Started
Plugin Links
► Project Page
► Documentation
► Report Bugs/Issues
Bulk edit products seem to be an effective and modern method to speed up modifying WooCommerce products, orders and coupons. If you are looking for a plugin which can give you a hand on quickly editing product in bulk, Bulky – Bulk Edit Products for WooCommerce can not be ignored.
Bulky – Bulk Edit Products for WooCommerce helps easily work with products in bulk. Particularly, the plugin offers sufficient simple and advanced tools to help filter various available attributes of simple and variable products such as ID, Title, Content, Excerpt, Slugs, SKU, Post date, range of regular price and sale price, Sale date, range of stock quantity, Product type, Categories…
Therefore, users can quickly search for wanted products fields and work with them in bulk. In short, the plugin promises to help shop owners to save time and optimize manipulation when working with products in bulk. You can bulk edit orders and coupons in the same way.
Try the Demo | Documents | Pro Version | Facebook group
THE PLUGIN FEATURES:
► Filter the Products to be Bulk Edited.
You can use tools to filter products that you want to edit in bulk. The plugin is available with the following filters all attributes of a product: ID, Title, Content, Excerpt, Slug, SKU, Range of Post date, Range of price, Range of the sale price, Range of sale date, Range of stock quantity, Range of Width, Height, Length, Weight, Product type, Product status, Stock Status, Featured, Downloadable, Sold individually, Backorders, Author, Catalog visibility, Categories, Tags, Attributes.
- ID: You can filter the range of products by product ID, separate IDs with commas.
- Title: This allows you to filter a product with the product titles that can be exact, like, not include, begin, end, or empty content.
- Excerpt: You can filter a product with the excerpt that can be exact, like, not include, begin, end, or empty content.
- Slug: This allows you to filter a product with the product slug that can be exact, like, not include, begin, end, or empty content.
- SKU: This allows you to filter a product with the product SKU that can be exact, like, not include, begin, end, or empty content.
- Post date: You can filter products based on the date of post.
- Regular price: You can filter products in a range of prices.
- Sale price: You can filter products in a range of sale prices.
- Sale date: The option to filter products based on the sale date.
- Stock quantity: You can filter products in a range of stock.
- Width: You can filter products in a range of widths.
- Heigh: You can filter products in a range of heights
- Length: You can filter products in a range of lengths
- Weight: You can filter products in a range of weights.
- Product type: Filter products by type including Simple, variable, external/Affiliate, grouped.
- Product status: Filter products by status: Draft, pending, private, public.
- Stock Status: You can filter products based on their current stock status such as In Stock, Out of Stock, or On Backorder.
- Featured: Filter products by featured yes/no.
- Downloadable: Filter products that can be downloadable.
- Sold individually: Filter products that can be sold individually.
- Backorders: Filter products that can be backorder: Do not allow; Allow, but notify customer; Allow.
- Author: Filter products based on the author.
- Catalog visibility: Filter products based on catalog visibility: Shop and search results, Shop only, Search results only, Hidden.
- Categories: Select the desired product categories that you have created in your WooCommerce store. Additionally, you can tick the Include Subcategories option to include sub-categories of the selected product categories.
- Tags: You can choose various product tags or tags for filtering products.
- Product attributes: If you have created global attributes in your WooCommerce Attributes settings, they will be shown in this setting. You can use global product attributes to filter the products for editing. Once you have selected an attribute, you can select the desired Product Attribute Values for deeper filtering.
► Filter fields to be Bulk Edited.
You can easily select one or/and many fields of product to interact and work with. This helps to filter relevant fields that you are interested in and observe objects and tables more conveniently and effectively. Fields can be selected including Image, SKU, Slug, Description, Short Desc, Gallery, Attributes, Grouped, Product URL, Button text, Status, Password, Featured, Regular price, Sale price, Sale date from, Sale date to, Manage stock, Stock, Stock status, Allow backorder, Sold individually, Virtual, Categories, Tags, Width, Height, Length, Weight, Upsell, Cross-sell, Downloadable, Purchase note, Menu order, Enable reviews, Catalog visibility, Shipping class.
Leave empty if you filter all fields.
► Filter exclude fields to be Bulk Edited.
If you need to filter all fields of product but some fields need to be excluded, you can select one or/and many fields for this purpose.
Fields can be selected to exclude: Image, SKU, Slug, Description, Short Desc, Gallery, Attributes, Grouped, Product URL, Button text, Status, Password, Featured, Regular price, Sale price, Sale date from, Sale date to, Manage stock, Stock, Stock status, Allow backorder, Sold individually, Virtual, Categories, Tags, Width, Height, Length, Weight, Upsell, Cross-sell, Downloadable, Purchase note, Menu order, Enable reviews, Catalog visibility, Shipping class.
► Edit WooCommerce Products in Bulk.
You can bulk edit/update product properties including
- Product Title
- Product type
- Image
- SKU
- Slug
- Description
- Short desc
- Gallery
- Attributes
- Default attributes
- Grouped
- Product URL
- Button text
- Status
- Password
- Feature
- Regular price
- Sale price
- Sale date
- Manage stock
- Stock
- Stock status
- All backorder
- Sold individually
- Virtual
- Categories
- Tags
- Weight
- Length
- Width
- Height
- Upsells
- Cross-sells
- Downloadable
- Download file
- Download limit
- Download expiry
- Purchase note
- Menu order
- Enable reviews
- Catalog visibility
- Shipping class
► Manipulations with the product table and cells.
- Select objects: Entire table; Columns; Rows,
- Undo update.
- Right-click to edit objects.
- Copy – Paste
- Select a range
- Apply an edit to other cells by dragging the fill handle
- Delete selected objects
- Order ascending
- Order descending.
- Find and Replace.
► Other outstanding features:
- The Search tool to find the fields to edit.
- Load variations option.
- Filter orders by ID, Title, Regular price, Sale price, SKU.
PRO VERSION FEATURES:
- All free version feature.
- Auto update plugin.
- History to record the edits.
- Bulk edit Custom meta fields from third-party plugins.
- Config products per page to edit.
- Save filter when reloading the page.
MAY BE YOU NEED
9MAIL – WordPress Email Templates Designer: A useful tool for creating and customizing WordPress emails
EPOI – WP Points and Rewards: Points and Rewards system for a WordPress website
WebPOS – Point of Sale for WooCommerce: Point of Sale solution for WooCommerce stores
Jagif – WooCommerce Free Gift: Giving gifts to your customers can never be more easier
Coreem – Coupon Reminder for WooCommerce: Send emails to customers to remind them of their coupons, especially ones which are about to expire
COMPE – WooCommerce Compare Products: Help your customers compare two or more products to find out the right one they need
W2S – Migrate WooCommerce to Shopify: Migrate WooCommerce products to Shopify easily via the official Shopify REST Admin API
REDIS – WooCommerce Dynamic Pricing and Discounts: Create flexible pricing rules for products
EXMAGE – WordPress Image Links: Save storage by using external image URLs
Pofily – WooCommerce Product Filters: Advanced filters for WooCommerce
Bopo – Woo Product Bundle Builder: Let the plugin provide your customers with a very flexible and convenient way to purchase bundles
WPBulky – WordPress Bulk Edit Post Types: Save time editing posts/pages/attachment… and other custom post types except for ones created by WooCommerce(product, shop_order and shop_coupon)
Bulky – Bulk Edit Products for WooCommerce: Quickly and easily edit your products in bulk. This plugin will save you tons of time editing products.
Catna – Woo Name Your Price and Offers: Name Your Price and Offers
Product Size Chart For WooCommerce: A simple but flexible solution to create size charts for your products
Product Pre-Orders for WooCommerce: Customers can order and pay before it’s intended release date to guarantee a copy.
Checkout Upsell Funnel for WooCommerce: Offer product suggestions and smart order bumps on checkout page
Cart All In One For WooCommerce: All cart features you need in one simple plugin
Email Template Customizer for WooCommerce: Customize WooCommerce emails to make them more beautiful and professional after only several mouse clicks
ALD – Dropshipping and Fulfillment for AliExpress and WooCommerce: Free dropshipping solution – Transfer data from AliExpress products to WooCommerce effortlessly and fulfill AliExpress orders automatically
Product Variations Swatches for WooCommerce: Professional and beautiful colors, buttons, images, variation images and radio variations swatches
Orders Tracking for WooCommerce: Import orders tracking number and send tracking info to customers
Abandoned Cart Recovery For WooCommerce: Capture abandoned carts & send reminder emails to customers.
Import Shopify to WooCommerce: Import Shopify to WooCommerce plugin help you import all products from your Shopify store to WooCommerce
Customer Coupons for WooCommerce: Display coupons on your website
Virtual Reviews for WooCommerce: Virtual Reviews for WooCommerce helps generate virtual reviews, display canned reviews for newly created store
Thank You Page Customizer for WooCommerce: Customize your Thank You page and give coupons to customers after a successful order
Sales Countdown Timer: Create a sense of urgency with a countdown to the beginning or end of sales, store launch or other events
Suggestion Engine for WooCommerce: The easiest way helps you sell more products by search engine and suggested product form your WooCommerce store.
EU Cookies Bar: A very simple plugin which helps your website comply with Cookie Law
Lucky Wheel for WooCommerce: Offer customers to spin for coupons by entering their emails.
WordPress Lucky Wheel: WordPress Lucky Wheel gives you the best solution to get emails address from visitors of your WordPress website
Advanced Product Information for WooCommerce: Display more intuitive information of products such as sale countdown, sale badges, who recently bought products, rank of products in their categories, available payment methods…
LookBook for WooCommerce: Create beautiful Lookbooks, Shoppable with Product Tags
Photo Reviews for WooCommerce: Allow posting reviews include product pictures, review reminder, review for coupons.
Product Builder for WooCommerce: Allows your customers to build a full product set from small parts step by step. The plugin works base on WooCommerce with many useful features like compatible, email completed product, attributes filters.
Boost Sales for WooCommerce: Increase profit on every single order with Up-selling and Cross-selling
Free Shipping Bar for WooCommerce: Use free shipping as a marketing tool, encourage customers to pay more for free shipping.
Notification for WooCommerce: Social Proof Marketing plugin. Live recent order on the front-end of your site.
CURCY – Multi Currency for WooCommerce: Switches to different currencies easily and accepts payment with only one currency or all currencies.
Coupon Box for WooCommerce: Subscribe emails for discount coupons
Documentation
► Getting Started
Plugin Links
► Project Page
► Documentation
► Report Bugs/Issues
Обновлено: 29.11.2021
- Описание расширения
- Инструкции и статьи (0)
- Комментарии (0)
-
Массовое изменение цен на товары
-
Массовое изменение категорий продуктов
-
Массовое редактирование атрибутов переменных товаров
-
Массовое создание вариаций
-
Массовое редактирование любых полей продукта
-
Массовое удаление продуктов
-
Фильтр и предварительный просмотр продуктов для редактирования
Изменить название или изображение одного или двух товаров в магазине легко. Но что, если вам нужно выполнить массовое редактирование огромного количества товаров? Возможно, вам нужно изменять одни и те же продукты снова и снова, это нужно обновлять каждый день, как повторяющееся изменение некоторых свойств продукта или изменение цен на продукт за определенный период времени. Наше время важно, и эта утомительная задача его истощит.
В таких ситуациях неудобно ежедневно выполнять бесконечный процесс редактирования отдельных продуктов. И там плагин массового редактирования продуктов, цен и атрибутов поможет вам легко и быстро выполнить эту обременительную задачу. Плагин работает с простыми, переменными и внешними продуктами.
к содержанию ↑
Массовое изменение цен на товары
Установите обычную цену, а также корректировку продажной цены для группы продуктов, увеличивая, уменьшая или даже заменяя старую цену новым значением. Наряду с этим вы можете применить дополнительное редактирование, например, установить продолжительность предложения этих продуктов со скидкой или по предложению.
Массовое изменение категорий продуктов
Введите новую категорию продуктов в своем магазине и установите их в эту категорию одним щелчком мыши, чтобы добавить ее, удалите существующую категорию, если вы планируете прекратить их продажу, а также переключите все продукты, которые входят в определенную категорию. в другую категорию.
Массовое редактирование атрибутов переменных товаров
Замените одно значение глобального атрибута товара другим значением для нескольких товаров оптом. Вы можете добавлять новые значения глобальных атрибутов или легко удалять существующие. Кроме того, можно заменять существующие значения атрибутов новыми значениями и легко удалять один или несколько настраиваемых атрибутов продукта сразу .
к содержанию ↑
Массовое создание вариаций
Создавайте новые варианты для каждой возможной комбинации глобальных и настраиваемых атрибутов выбранных переменных продуктов всего одним щелчком мыши.
Массовое редактирование любых полей продукта
Вы можете массово редактировать столько продуктов, сколько хотите, всего за один шаг и редактировать такие поля, как SKU, Stock, Regular Price, Sale Price, Weight, Height и т. Д.
Массовое удаление продуктов
Удалите все ненужные продукты, которые вы не продаете, или временно прекратите продажу из-за проблем с их наличием на складе или каких-либо других проблем, удалите их навсегда или переместите в корзину для восстановления в будущем, если потребуется.
Фильтр и предварительный просмотр продуктов для редактирования
Немного сложно найти продукты, которые вы хотите изменить, если вы ищете их в магазине, который имеет дело с огромным количеством различных продуктов и их вариаций. Точная фильтрация необходима, чтобы точно отсортировать продукты, для которых вы хотите внести изменения. Вы можете фильтровать продукты для массового редактирования по множеству свойств.
Материалов на данную тему не найдено