WP Manifestindependent plugin directory
manifest / ecommerce / payme_woocommerce_plugin

Payme by FGS

Plugin for woocomerce for integration with the Payme payment system

by fsgregory@yandex.ru, Фурсов Григорий · github.com/gregoryfs/payme_woocommerce_plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/gregoryfs/payme_woocommerce_plugin/archive/refs/heads/main.zip

# Payme woocommerce plugin

Установка

GitHub

Загрузите плагин в WordPress

Шаг 1.

Step 1

Шаг 2.

Step 2

Шаг 3.

Step 3

Шаг 4.

Step 4

Шаг 5.

Step 5

Шаг 6.

Step 6

Шаг 7.

Step 7

Шаг 8.

Step 8

Шаг 9.

Step 9

Шаг 10.

Step 10

Шаг 11.

Step 11

Итог

Finish

Примечание:

Что бы Apache не игнорировал заголовок Authorization надо загрузить файл .htaccess со следующем содержанием:

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]