Search the Community
Showing results for tags 'validateorder'.
-
Bonjour ou plutôt bonsoir à tous, Je me trouve face à une bizarrerie ce soir, dans le cadre d'une expérimentation sur un module, j'ai tenté un ajout de produit au panier au dernier moment de la commande sur le hook "ValidateOrder" afin d'ajouter un produit "gratuit" à 0€ juste avant la validati...
- 3 replies
-
- validateorder
- hook
-
(and 2 more)
Tagged with:
-
If you have this problem "PaymentModule::validateOrder - Secure key does not match" and you have installed the mailchimp module, this is what creates the problem. Let's go in order. the mailchimp module sends an abandoned cart, to the customer, the customer clicks and proceeds to orde...
- 2 replies
-
- 1
-
-
- mailchimp
- validateorder
-
(and 2 more)
Tagged with:
-
Hello Prestavelopers! I am using PS 1.6.1.9 with Bitpay module. Unfortunately this payment module validates order after payment is done thus it is not possible to send order ID into Bitpay as payment parameter (cart ID is sent instead). To achieve this I modified 'ipn.php' and 'bitpay.php...
-
- validateorder
- pre-payment validation
-
(and 1 more)
Tagged with:
-
Hi, I have Prestashop 1.6.1.13 with default theme, with customized css and a few modifications in tpl files and translations. A big problem is, that order confirmation, it means between push of a confirmation button for example in bankwire and the final confirmation page, takes always around 30...
- 10 replies
-
- performance
- postProcess
-
(and 3 more)
Tagged with:
-
Prestashop 1.5 validateOrder and Error "Can't Save Error"
mirkos90 posted a topic in Core developers
Hi guys, as usual i'm here for ask for some support I expose my problem quickly: I'm creating an module for make an order by putting an barcode (ean13) in a input, but i've an problem in the order validation function, here is my snippet of code $ean = Tools::getValue('barcode'); $id_product = $...- 5 replies
-
- php
- prestashop 1.5
-
(and 2 more)
Tagged with:
-
Hi, everyone I am from Malaysia and sorry for my poor english. My question is, could I direct call a validateOrder function from classes/paymentModule? Because I'm using local Payment Gateway, It is facing an issue frequently is some customer puchase items, the payment gateway has data b...
- 2 replies
-
- Molpay PSQ
- Prestashop
-
(and 2 more)
Tagged with:
-
I am creating PrestaShop payment module, on whose payment page there is JavaScript script, which sends payment request via AJAX to the PHP script inside the module. PHP script change the cart into the order after successful payment. Changing cart into order looks as follows: if ($cart->OrderExists...
-
Hello, I'm a french developer and i actually work on prestoshop for my boss I have a little problem with my validateOrder function ans i hope find some help on the forum So, I override the valideOrder function because i have some warehouses and won't receive splitted orders. No proble...
- 10 replies
-
- prestashop
- 1.6
-
(and 5 more)
Tagged with:
-
in My module I'm try to make a order from cart. in my modules controller file I'm calling validateOrder PaymentModule::validateOrder((int)$urbCart->id, $order_status, $order_total, "urb-it", NULL, array(), (int)$currency->id, false, $urbCart->secure_key); for create a order. Hove ever I got...
- 1 reply
-
- controller
- validateOrder
-
(and 1 more)
Tagged with:
-
Hi all, i have this problem: - user create a cart - use bankwire module to pay with bank-wire method When bankwire module call native PS validateOrder method (PaymentModule.php), i see this: if product qt > 0 : validateOrder set a corret orders status "pending payment" if product qt <=0 :...
- 1 reply
-
- validateOrder
- PaymentModule
-
(and 1 more)
Tagged with:
-
Hi. What would be to your opinion the best way to work around this situation: If customer chose to pay with cash (cashondelivery module) - standard confirmation email needs to be sent immediatelly If order is paid with something, other than cash (e.g. credit card) - standard confirmation em...
- 4 replies
-
- validateOrder
- PaymentModule
-
(and 2 more)
Tagged with:
-
I created a payment module for credit card processing. I have a problem where my customer is receiving a email confirming their order before they have entered their credit card information. This has caused a bit of confusion for the customer. The current process is as follows: User chooses...
- 3 replies
-
- 1
-
-
- validateOrder
- payment
-
(and 2 more)
Tagged with:
-
Hi, I'm trying to develop a module for my company. I need to use create an order from a cart. I have created the cart, and was trying to use validateOrder to create the order. The problem is that i don't know how to set up the $this->context->cart that the function needs. Can anyone help, pls? oR...
- 1 reply
-
- validateOrder
- Payment
-
(and 1 more)
Tagged with:
-
Bonjour, Lors du développement d'une surcouche de Prestashop, j'ai eu besoin de surcharger la fonction PaymentModule::validateOrder() afin d'ajouter un traitement lors de la validation d'un paiement. Tout fonctionne bien lors que la commande est validée et que le paiement fonctionne du premi...
-
- PaymentModule
- validateOrder
-
(and 1 more)
Tagged with:
-
Bonjour, Je suis actuellement entrain d'effectuer des tests sur la version RC1 de la 1.5 et je rencontre un problème au niveau du processus de commande. J'utilise le mode multi-boutique et j'ai deux boutiques (particulier et pro). Lorsque je commande sur la boutique pro avec le module de pai...
- 4 replies
-
- paybox
- multiboutique
-
(and 2 more)
Tagged with: