-
Content Count
799 -
Joined
-
Last visited
-
Days Won
1
Everything posted by sors
-
Latest version is 3.1.0 https://github.com/prestalab/universalpay/tree/ps175
-
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 -
Existing DB datas will still remain
-
You need to overwrite the old files. DB will be updated automaticaly Standart image size is 64x64. You can set padding for class universalpay
-
Калькулятор стоимости доставки. Как?
sors replied to Шмфт 's topic in Установка, Настройка, Обновление
http://www.edost.ru/shop.php -
v 2.1.0 + Added AdvancedPaymentOptions hook + Added french translation I add this functionality. New hook name is AdvancedPaymentOptions
-
I can add this hook, but it return options only for one payment method. In https://github.com/PrestaShop/advancedeucompliance/blob/master/advancedeucompliance.php this hook used in hookAdvancedPaymentOptions but i dont found whe this hook used
-
What hooks are needed?
-
I try to make it in next version
-
[MODULE] Personal customer purse - Prepayment account
sors replied to sors 's topic in Paid Modules & Themes
I have version for prestashop 1.4, but it not uploaded to addons.prestashop.com -
Add this green bar in description success field in Pay system settings. Create email template with it image and assign it to payment status
-
В шаблон добавить {capture name=path} Текст в конце хлебных крошек {/capture} {include file="$tpl_dir./breadcrumb.tpl"}
