Jump to content

Search the Community

Showing results for tags 'callback'.

  • Search By Tags

    • callback ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 12 results

  1. I'm writing a custom module for prestaShop. I was able to correctly display a new field in the list of customers in the BackEnd section. Now I would need to insert a callback for a specific field in this table but when I try to use it I get an error. PrestaShop tells me that the callback function...
  2. Salut je code actuellement un module de paiement PrestaShop avec une api externe et quand le paiement est effectuer sur l'api j'ai besoin d'un url de callback pour pouvoir valider le paiment dans la base de données. j'aimerais savoir si vous savez comment pourrais-je créé une URL de callback d...
  3. CallBack Request | Add Request CallBack Form To Store Prestashop CallBack Request facilitates you to add a button on the store that lets the customers quickly schedule a callback. Before making a purchase customers wants to know about the product and get all their queries resolved....
  4. I make a module and i need make a custom button on my helper list. My code: protected function initList() { // Fix table drag bug. Media::addJsDef(array( 'currentIndex' => AdminController::$currentIndex.'&configure='.$this->name, )); $this->fields_list...
  5. i have one module,on config page i render some helperlist.the code is this: protected function renderList() { $query = new DbQuery(); $query->select('*'); $query->from('carrier'); $query->where('active=1 AND deleted=0'); $rates = Db::getInstance(_PS_US...
  6. Er der nogen af jer som oplever at have fået flere "Failed to call callbackurl" de sidste 14 dage end normalt? - Jeg har siddet og opdateret vores hjemmeside, opgraderet til 1.6 mv. Dvs. skruet på en masse parametre på en gang, hvilke aldrig er helt godt. Dog så det hele ud til at lykkedes og...
  7. Hej, Inde i Quickpay er der under Værktøjer -> Callbacks en liste med fejlede callbacks. Der er hele tiden nogle som fejler, se vedhæftede billede. Jeg har flere gange haft fat i Quickpay support, som ikke kan finde fejlen og sender mig videre til min host som er Meebox. Jeg har og h...
  8. Поставил вот такой модуль http://addons.prestashop.com/en/front-office-features-prestashop-modules/7497-request-callback.html Был очень рад его работой. Но потом, прошло какое то время и я заметил, что звонки, которые приходят в админку не возможно редактировать - не появляется всплывающая табли...
  9. I have recently purchased the RBS WorldPay module, and am having issue with it. When I try and process a payment it goes through all the WP stages ok and then when it tries to redirect to our store the following message appear "The cart cannot be loaded, or an order has already been placed using thi...
  10. Hi all, I'm making a third party payment module. I get direct en delayed callbacks from a third party payment system. So i cannot depend on the context object. What is the most correct way to get my order back to change the status of the order? Which data should i pass trough the payment...
  11. Hi, I'm a little bit stumped by this. When I return to my website from Google Checkout, I end up at https://www.xxxxxxxx...ack=history.php and the shopping cart is not empty and the order does not appear in Orders but does in Google's own checkout. There are no error logs in the gchec...
  12. Hola a todos, he comprado el módulo CallBack y aunque en las características del módulo indican que funciona perfectamente y que tiene la garantía de prestashop, resulta que no funciona y además, cuando les reclamo una solución, me dicen que el problema debe ser mío y se lavan las manos. El caso es...
×
×
  • Create New...