Jump to content

rokity

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • First Name
    Riccardo
  • Last Name
    Amadio

rokity's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi. I need to split a payments in two payments: first is chosen from user , the second is PayPal or Stripe . The division of cost is calculated from an attribute on database. A simple , real example is this: the admin user create a product and set the cost, when a user buys this product he chooses the credit card, a section of cost go to the store the rest to on Paypal or Stripe card according to a percentage calculated from an attribute on DB. There is a way to do this? Already exist a module for this? Or I need to create a payment module and what to do inside the module? Thank
  2. Hi.. I already created a "Promotion Code" attribute on customer table and thanks to this I manage my marketing. I mean when a customer create an account , he inserts a promotion code . When he buys something an specific percentual of price go to the customer that creates the promotion code. How to manage this ? with module or something elese? Thanks
  3. What is the best version of PHP for Prestashop 1.6 ?
  4. I have php 7. This is the response for "php --version" command: php --version PHP 7.0.1-5+deb.sury.org~wily+1 (cli) ( NTS ) Copyright (c) 1997-2015 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2015 Zend Technologies with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies What's wrong? Thank for the help.
  5. Hi... I'm new on Prestashop, I installed it on mu ubuntu latop, with apache,mysql and PHP 7. All works fine until I try to create a new account for customer and it fails when I click button "Registrer" with this error : Fatal error: Uncaught Error: Access to undeclared static property: Validate::$data in /var/www/html/prestashop/classes/ObjectModel.php:1149 Stack trace: #0 /var/www/html/prestashop/controllers/front/AuthController.php(437): ObjectModelCore->validateController() #1 /var/www/html/prestashop/controllers/front/AuthController.php(256): AuthControllerCore->processSubmitAccount() #2 /var/www/html/prestashop/classes/controller/Controller.php(178): AuthControllerCore->postProcess() #3 /var/www/html/prestashop/classes/Dispatcher.php(367): ControllerCore->run() #4 /var/www/html/prestashop/index.php(28): DispatcherCore->dispatch() #5 {main} thrown in /var/www/html/prestashop/classes/ObjectModel.php on line 1149 The page is : "http://127.0.0.1/prestashop/login" form where I get Error. I search on google for all day , but there isn't a solution. Can you help me ? Please
×
×
  • Create New...