Giter Club home page Giter Club logo

woocommerce-rp-letter-print's Introduction

WooCommerce Russian Post Letter Print

Быстрый способ напечатать конверт С6 (с заполненными данными из заказа) для отправки через Почту России

Demo

Описание

Данный плагин генерирует PDF документ с заполненной формой конверта, которую можно использовать для печати.

Установка

У вас должен быть установлен mPDF версии 6.1 В случае если он у вас не установлен, вы можете скачать его и поместить в каталог custom/mpdf данного плагина.

Если же mPDF размещен где-то в другом месте, то необходимо исправить путь в файле woocommerce-rp-letter-print.php

require_once dirname(__FILE__).'/custom/mpdf/vendor/autoload.php';

Для корректной печати индекса получателя, необходимо добавить шрифт ZIPcode.ttf в каталог mpdf/ttfonts. После добавления, так же необходимо прописать информацию о шрифте в настройках mpdf/config_fonts

$this->fontdata = array(
    "zipcode" => array(
        'R' => "ZIPcode.ttf",
        ),
    // прочие шрифты
    );

Следуйте общим инструкциям установки плагинов для WordPress. После активации необходимо настроить плагин, для заполениня полей "От кого" и "Откуда" (вкладка Печать Конвертов в меню настроек WooCommerce).

Совместимость

  • WordPress = 4.7
  • WooCommerce = 2.6.11
  • Storefront* = 2.1.6

*Плагин разрабатывался под конкретную задачу, для бесплатной темы WooCommerce Storefront и не тестировался с другими темами.

woocommerce-rp-letter-print's People

Contributors

troyanov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mihdan

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.