From 7d95bb0274df330e7785255e1283616596b97b49 Mon Sep 17 00:00:00 2001 From: Franz Holzinger <franz.holzinger@festwein.de> Date: Thu, 13 Apr 2023 16:29:04 +0200 Subject: [PATCH] README.md ==> README.rst --- README.md | 38 -------------------------------------- README.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 38 deletions(-) delete mode 100755 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100755 index d37455095..000000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# TYPO3 extension tt_products - -## What is does - -This is a shop system extension for TYPO3 based on PHP 7 and PHP 8. - -## Configuration - -See the file manual.odt under the folder doc of the extension. - - -* [Wiki](https://github.com/franzholz/tt_products/wiki) -* [Ebook](http://www.fosdoc.de/downloads/OSP_typo3webshop.pdf) - -## Upgrade - -If you upgrade to a newer version of tt_products then you sometimes you must execute upgrade wizards in the TYPO3 Install Tool for tt_products. Do not forget to make a backup copy of the database before you execute them. - -Only if you are still using TYPO3 < 9 you must execute the renaming of these database table fields manually in phpMyAdmin or a similar database tool. - - tt_products_mm_graduated_price: - product_uid ==> uid_local - graduated_price_uid ==> uid_foreign - productsort ==> sorting - graduatedsort ==> sorting_foreign - - * tt_products_products_mm_articles: - articlesort ==> sorting_foreign - - * sys_products_orders_mm_tt_products: - sys_products_orders_uid ==> uid_local - tt_products_uid ==> uid_foreign - - -## Improvements - -Contribute under [Github tt_products](https://github.com/franzholz/tt_products) . - diff --git a/README.rst b/README.rst new file mode 100644 index 000000000..a8f414550 --- /dev/null +++ b/README.rst @@ -0,0 +1,48 @@ +TYPO3 extension tt_products +=========================== + +What is does +------------ + +This is a shop system extension for TYPO3 based on PHP 7 and PHP 8. + +Configuration +------------- + +See the file manual.odt under the folder doc of the extension. + +- `Wiki <https://github.com/franzholz/tt_products/wiki>`__ +- `Ebook <http://www.fosdoc.de/downloads/OSP_typo3webshop.pdf>`__ + +Upgrade +------- + +If you upgrade to a newer version of tt_products then you sometimes you +must execute upgrade wizards in the TYPO3 Install Tool for tt_products. +Do not forget to make a backup copy of the database before you execute +them. + +Only if you are still using TYPO3 < 9 you must execute the renaming of +these database table fields manually in phpMyAdmin or a similar database +tool. + +:: + + tt_products_mm_graduated_price: + product_uid ==> uid_local + graduated_price_uid ==> uid_foreign + productsort ==> sorting + graduatedsort ==> sorting_foreign + + * tt_products_products_mm_articles: + articlesort ==> sorting_foreign + + * sys_products_orders_mm_tt_products: + sys_products_orders_uid ==> uid_local + tt_products_uid ==> uid_foreign + +Improvements +------------ + +Contribute under `Github +tt_products <https://github.com/franzholz/tt_products>`__ .