Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add woocommerce v5 manual installation steps #85

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion src/nl/documentatie/10.woocommerce-v5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# WooCommerce (v5.0.0)
---
title: WooCommerce Versie 5
---

<Stack class="grid-flow-col auto-cols-max gap-1">
<GitHubShield repo="myparcelnl/woocommerce/" />
Expand Down Expand Up @@ -376,6 +378,28 @@ Let op: digitale postzegels worden wel direct in rekening gebracht.

Mogelijk heb je een adres ingevuld waar deze optie niet door PostNL wordt aangeboden, bijvoorbeeld op een bedrijventerrein. Een andere mogelijkheid kan zijn dat je de test op vrijdag uitvoert met zaterdag als afleverdag. Bezorgopties zoals ochtend- en avondlevering worden niet op zaterdag aangeboden.

### Hoe upload ik de plugin via een zip bestand?

Het uploaden van het zip-bestand is een eenvoudige procedure die in slechts enkele stappen kan worden voltooid. Volg de onderstaande instructies om deze taak met gemak uit te voeren:

Stap 1: Begin met het downloaden van het zip-bestand uit de e-mail die je hebt ontvangen.

Stap 2: Ga naar jouw WordPress-beheeromgeving en navigeer naar de sectie "Plugins".

Stap 3: Klik op de knop "Nieuwe plugin".

<MPImg src="/documentation/woocommerce/v5/woocommerce-plugin-uploaden.jpg"/>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alt text mist bij alle images

Stap 4: In het volgende scherm, selecteer de knop "Plugin uploaden".

<MPImg src="/documentation/woocommerce/v5/woocommerce-plugin-uploaden2.jpg"/>

Stap 5: Hier kun je het zip-bestand selecteren dat je hebt gedownload in stap 1.

<MPImg src="/documentation/woocommerce/v5/woocommerce-plugin-uploaden3.jpg"/>

Volg deze eenvoudige stappen om het zip-bestand te uploaden en gebruik te maken van de WooCommerce-plugin.

## Bijdragen aan de plugin

Zie [CONTRIBUTING.md].
Expand Down
Loading