Jump to content

Dobírka Validation Erroe


parat10

Recommended Posts

Zdravím,

 

Stáhnul jsem si modul CashOnDeliveryPlus ale bohužel mi to při potvrzení (http://itgirl.cz/module/cashondeliveryplus/validation) zahlásí chybu 500 a bílou stránku. Objednávka se ale provede.

 

Nyní jsem zapnul zobrazování chyb a píše mi to:

 

 

[PrestaShopException]

Property OrderPayment->order_reference length (10) must be between 0 and 9

at line 837 in file classes/ObjectModel.php

 

831.

832. $message = $this->validateField($field, $this->$field);

833. if ($message !== true)

834. {

835. if ($die)

836. throw new PrestaShopException($message);

837. return $error_return ? $message : false;

838. }

839. }

840.

841. return true;

 

Práva jsem nastavil na 755 rekurzivně. Ostatní platební moduly jsou v pořádku. Nevíte kde může být chyba?

 

Děkuji.

Link to comment
Share on other sites

Jde :D

 

Dokonce vse funguje i s modulem co tu zminujete na zmenu cislovani. Ja to vyresil koupi totoho modulu

 

http://www.prestashop.com/forums/topic/217193-modul-ceska-faktura-a-dodaci-list-15-modul/

 

Mam ted Cislo objednavky 201300000 VS 201300000 Cislo FA 201300000

 

Na chybu Property OrderPayment->order_reference length (10) must be between 0 and 9

 

Jsem narazil take ( v modulu je nutno nastavit max 9 znaku ( ne 10 ) viz ja prefix 2013 + 5 cislic

 

pak vse funguje jak ma. Vcetne COD COP modulu atd.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...