Sequential Order Numbers for WooCommerce

Por SkyVerge
(29 avaliações)
Baixar

Hospedagem WordPress com plugin Sequential Order Numbers for WooCommerce

Onde hospedar o plugin Sequential Order Numbers for WooCommerce?

Este plugin pode ser hospedado em qualquer hospedagem que possua WordPress configurado. Recomendamos escolher uma hospedagem seguro, com servidores otimizados para WordPress, como o serviço de hospedagem WordPress da MCO2.

Hospedando o plugin Sequential Order Numbers for WooCommerce em uma empresa de hospedagem de confiança

A MCO2, além de instalar o WordPress na versão mais atual para seus clientes, disponibiliza o WP SafePress, um mecanismo exclusivo que assegura e melhora seu site conjuntamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização de imagens, proteção da página de login, bloqueio de atividades suspeitas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São plugins que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

This plugin extends WooCommerce by automatically setting sequential order numbers for new orders. If there are existing orders at the time of installation, the sequential order numbers will start with the highest current order number.

This plugin requires WooCommerce 3.9.4 or newer.

No configuration needed! The plugin is so easy to use, there aren’t even any settings. Activate it, and orders will automatically become sequential.

If you have no orders in your store, your orders will begin counting from order number 1. If you have existing orders, the count will pick up from your highest order number.

If you’ve placed test orders, you must trash and permanently delete them to begin ordering at “1” (trashed orders have to be counted in case they’re restored, so they need to be gone completely).

Support Details

We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (usually with a maximum delay of one week).

Sequential Order Numbers Pro

If you like this plugin, but are looking for the ability to set the starting number, or to add a custom prefix/suffix to your order numbers (ie, you’d prefer something like WT101UK, WT102UK, etc) please consider our premium Sequential Order Numbers Pro for WooCommerce plugin, which is available in the WooCommerce Store.

More Details

Interested in contributing? You can find the project on GitHub and contributions are welcome 🙂
If you’d like to make your payment gateway compatible with Sequential Order Numbers, or other plugins that filter the order number, please make one small change. Instead of referencing $order->id when storing order data, reference: $order->get_order_number()

This is compatible with WooCommerce core by default, as the order number is typically equal to the order ID. However, this will also let you be compatible with plugins such as ours, as the order number can be filtered (which is what we do to make it sequential), so using order number is preferred.

Some other notes to help developers:

Get an order from order number

If you want to access the order based on the sequential order number, you can do so with a helper method:

$order_id = wc_sequential_order_numbers()->find_order_by_order_number( $order_number );

This will give you the order’s ID (post ID), and you can get the order object from this.

Get the order number

If you have access to the order ID or order object, you can easily get the sequential order number based on WooCommerce core functions.

$order = wc_get_order( $order_id );
$order_number = $order->get_order_number();

Plugins semelhantes

Google for WooCommerce
(226 avaliações)

Native integration with Google that allows merchants to easily display their products across Google’s network.

WooCommerce Shipping & Tax
(100 avaliações)

WooCommerce Shipping & Tax offers automated tax calculation, shipping label printing, smoother payment setup, and other hosted services for WooCom …

YITH WooCommerce Wishlist
(258 avaliações)

YITH WooCommerce Wishlist add all Wishlist features to your website. Needs WooCommerce to work. WooCommerce 9.8.x compatible.

WooCommerce PayPal Payments
(427 avaliações)

PayPal's latest payment processing solution. Accept PayPal, Pay Later, credit/debit cards, alternative digital wallets and bank accounts.

WooCommerce Legacy REST API
(25 avaliações)

The WooCommerce Legacy REST API, which is now part of WooCommerce itself but will be removed in WooCommerce 9.0.

Pinterest for WooCommerce
(61 avaliações)

Get your products in front of Pinterest users searching for ideas and things to buy. Connect your WooCommerce store to make your catalog browsable.

Do mesmo author (SkyVerge)

Extra Product Sorting Options for WooCommerce
(30 avaliações)

Rename the default product sorting option, add up to 5 new sorting options including alphabetical and on-sale sorting, or remove core sorting options.

Product SKU Generator for WooCommerce
(20 avaliações)

Automatically generate WooCommerce product SKUs from the product / attribute slugs and/or IDs.

Custom Product Tabs Lite for WooCommerce
(33 avaliações)

This plugin extends WooCommerce by allowing a custom product tab to be created with any content.