WE CREATE PLUGINS DESIGNED
TO MEET EVERY NEED AND REQUIREMENT.

WooCommerce Wolt Inventory

0 ReviewsDeveloped by Web Expert
99,00

WooCommerce Wolt Inventory

0 ReviewsDeveloped by Web Expert

WooCommerce Wolt Inventory is an essential tool for online store, which is displayed on Wolt. With WooCommerce Wolt Inventory, you display your products to Wolt daily and update products’ prices and inventory.

Features

  • Ability to update part or all of the products participating in Wolt
  • Exclude/ Include products based on category, tag and attribute
  • Select description between description/ short description
  • Automatic updating of product stocks
  • Automatic updating of items
  • Ability of marking all orders that come through Wolt, using the corresponding symbol
  • Ability to log orders to a file (wolt-orders.log)
  • Generation of an XML file with the product information you share on the Wolt App

Combine it with our WooCommerce plugin Wolt Drive, which allows you to deliver your orders via Wolt.

The plugin provides filters where you can pass your own values. You can find them below under the “Developers” tab.

Our goal is the optimal operation of your online store and the automation of processes.

If you face any issue regarding the configuration of the plugin, you can contact us at support@webexpert.gr

Γιατί να διαλέξετε την Web Expert

Quick & instant installation

We undertake to install the plugin immediately from the moment of purchase of the plugin! Contact us to do the installation!

Free support & lifetime automatic updates

Our plugin license includes free updates and lifetime automatic updates without any annual subscription!

Upload & edit licenses at any time

You can find and download the plugin at any time through the account uploads you have created on our site.

Show or hide products

Hide products by category, tag and attribute. You are given the option not to send the photos of the products.

Automatic update of stocks & items

The products are updated automatically every quarter of the hour.

XML or CSV file

You can export an XML or CSV file with the products you will send to Wolt.

Distinguish orders in WooCommerce

Ability to mark all orders that come through Wolt, using the corresponding Wolt symbol.

Ability to keep a file with orders

Keep a log file (wolt-orders.log) of the orders you have received from Wolt.

Ερωτήσεις

How to install the plugin?

Installing the plugin is a very simple process. First, you need to download the plugin from the Web Expert membership area and save it to your computer. Then, on your website, from the WordPress admin area, go to “Plugins>Add New Plugin” and select “Upload Plugin”. Finally, you select the file you saved on your computer and select “Install Now”. For more information look up the corresponding README file that comes with the plugin or consult the plugin’s documentation.

What can I do if I get an invalid license even though I entered it correctly?

First, you can try to remove the license key from the plugin settings, select save settings, and then enter it again.

In the event that the server that serves you blocks the communication to webexpert.gr, the license check cannot be carried out. You can contact your provider and ask to whitelist our IP addresses: 5.9.116.30 and 5.9.116.27.

Which online stores does the plugin target?

The plugin applies to all online retail stores.

When do Wolt products get updated?

The products are updated automatically every quarter. Alternatively, you can choose to manually update inventory and items from the plugin settings.

What product information is sent via the plugin to Wolt?

The information that our plugin sends are: the photo, the price, the VAT, the stock and the sku.

How do I accept an order?

To accept an order you can change the status of the order from “Pending” to “Processing”.

How can i distinguish which orders come from the Wolt app?

All orders that come to WooCommerce through the Wolt App carry the corresponding symbol.

What can I do if an order does not arrive in WooCommerce?

You are given the option to fill in the Οrder ID in the plugin settings and then select update order.

How do I use Webhook?

The Webhook is listed at the end of the settings it adds and should be sent to your Wolt representative.

Webhook: https://www.domain.gr/wp-json/wc/v3/wolt_orders

Is the XML file updated automatically?

No, the XML is not updated automatically. You will need to update it manually by selecting “Generate XML”.

Προγραμματιστές

The plugin provides filters, where you can pass your own values:

webexpert_wolt_inventory_custom_name
webexpert_wolt_inventory_custom_regular_price
webexpert_wolt_inventory_custom_sale_price
webexpert_wolt_inventory_custom_stock
webexpert_wolt_inventory_custom_image

The hooks we offer are indicative and need modification. They should be added to the child theme’s functions.php.

To send a fixed discount on all products (eg 20%)

add_filter('webexpert_wolt_inventory_custom_sale_price', 'webexpert_wolt_inventory_custom_sale_price', 10, 2);

function webexpert_wolt_inventory_custom_sale_price($price, $product) {
    $price= $product->get_regular_price() * 0.8;
    return round($price, 2);
}
The products were successfully added to your cart.