Conversation
[Master] - Added void on addHistory() method - catalog/controller/api/sale/order.php file
[Master] - Added void on save() method - catalog/controller/checkout/register.php file
[Master] - Added void on index() method - catalog/controller/mail/order.php file
[Master] - Added void on addReport() method - catalog/model/catalog/product.php file
[Master] - Added void on addReport() method - catalog/model/account/download.php file
[Master] - Added void on remove() method - catalog/controller/checkout/voucher.php file
[Master] - Added 2 voids on two methods - catalog/model/account/gdpr.php file
[Master] - Added array on getOrders() method - catalog/model/account/order.php file
[Master] Added void on setShippingAddress() method - system/library/cart/tax.php file
[Master] - Added bool on login() method - system/library/cart/user.php file
[Master] - Added string on escape method - system/library/db/pdo.php file
[Master] - Added string on getId() method - system/library/session.php file
[Master] - Renamed fa prefixes to fas - admin/view/template/catalog/product_form.twig file
[Master] - Renamed fa prefix to fas - admin/view/template/common/header.twig file
[Master] - Renamed fa prefix to fas - admin/view/template/marketplace/marketplace_extension.twig file
[Master] - Renamed fa prefix to fas - admin/view/template/marketplace/promotion.twig file
[Master] - Renamed fa prefix to fas - admin/view/template/sale/order_info.twig file
[Master] - Renamed fa prefix to fas - extension/opencart/catalog/view/template/module/banner.twig file
[Master] - Renamed fa prefix to fas - install/view/template/install/step_2.twig file
[Master] - Renamed fa prefix to fas - install/view/template/install/step_3.twig file
[Master] - Pushed switch parentheses - extension/opencart/admin/model/report/returns.php file
[Master] - Pushed switch parentheses - extension/opencart/admin/model/report/sale.php file
Removed empty spaces - catalog/controller/account/wishlist.php file
Removed empty spaces. JSON cond. is incomplete - extension/opencart/admin/model/payment/credit_card.php file
Removed empty spaces - catalog/controller/product/review.php file
Renamed addcomment into addComment - admin/view/template/marketplace/marketplace_info.twig file
Typo customer_approval controller
Typo returns_form.twig
Fix utf8_substr
Added e.preventDefault() - admin/view/template/catalog/category.twig file
Added e.preventDefault() - admin/view/template/catalog/download_form.twig file
Added e.preventDefault() - admin/view/template/marketplace/api.twig file
Renamed payment method to comment and added agree - catalog/view/template/checkout/payment_method.twig file
Added array types on isocode2 and isocode3 methods - catalog/model/localisation/country.php file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
В русском языке есть имена меньше 3 символов. Например, Ян не сможет оставить сообщение магазину.
/catalog/controller/information/contact.php
145 строка:
if ((utf8_strlen($this->request->post['name']) < 3) || (utf8_strlen($this->request->post['name']) > 32)) {надо поменять на
if ((utf8_strlen($this->request->post['name']) < 2) || (utf8_strlen($this->request->post['name']) > 32)) {