-
Content Count
799 -
Joined
-
Last visited
-
Days Won
1
sors last won the day on November 10 2011
sors had the most liked content!
Community Reputation
117 ExcellentAbout sors

-
Rank
PrestaShop Addict
Contact Methods
- Website
-
Skype
prestalab
Profile Information
-
First Name
Alex
-
Last Name
Ors
-
Activity
Agency
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Latest version is 3.1.0 https://github.com/prestalab/universalpay/tree/ps175
-
873395_1508422555 started following sors
-
sors started following razor1911bd
-
razor1911bd started following sors
-
if you like this module you can buy it on addons.prestashop.com. Also after the purchase, you will be available support for this module
-
Can you send screenshot and prestashop version?
-
v3.0.0 for PrestaShop 1.7 PrestaShop 1.7 supportBefore installation rename directory in archive to "universalpay" https://github.com/prestalab/universalpay/archive/ps17.zip PrestaShop v1.7.0.0 Beta2 have some problems with generating invoice. Also I cant find Show HTML button in description
-
v2.4.0 for PrestaShop 1.6 Added additional input fields values in Success description Fixed uninstall Fixed customer groups feature Updated russian translation Fixed false error Added payments method setting for virtual/real products Fixed confirmation page breadcrumbs Before installation rename directory in archive to "universalpay" https://github.com/prestalab/universalpay/releases/download/v2.4.0/universalpay.zip You can use values of additional input fields in Description success. Use this template: %up_fieldname
-
You can add input field and assign to it calendar in external js file, eg. global.js
-
I add this in next version
-
Fixed in master version. Also you can enable Customer groups feature in Perfomance admin tab
-
You must increase memory limit for php. This error is not related with module, you wiil see this error with other payment modules
-
In config/defines.inc.php replace define('_PS_MODE_DEV_', false); to define('_PS_MODE_DEV_', true); and you can see errors
-
v2.2.1 for PrestaShop 1.6 + Assigned cart rule to payment + Added multistore + Fixed code style Before installation rename directory in archive to "universalpay" https://github.com/prestalab/universalpay/releases/download/v2.2.1/universalpay.zip If you use multishop you must edit payment systems and it assign to shops. Payment System discount is not assigned to %total% variable in Description field, but assigned in Description success In this release, you can add a discount, but no fee. If you know how to add a fee without engine editing, please let me know
-
Возможно вы выгружаете не ту базу или у вас другой префикс Названия товаров хранятся в ps_product_lang
-
Проблема в /controllers/front/ProductController.php функция assignAttributesGroups строка $combinations[$row['id_product_attribute']]['price'] ... Цену нужно конвертировать
-
Здесь https://www.prestashop.com/cloud/en/my-stores Но скачать нельзя
-
Формирование страницы для модуля
sors replied to igor3dviz 's topic in Установка, Настройка, Обновление
Нужно добавить в контроллер: public $display_header = false; public $display_column_left = false; public $display_column_right = false; public $display_footer = false; Или передать в url параметр content_only=1
