Jump to content

Nachnahme COP mit Aufpreis / FEHLER BEI DER BESTELLUNG


Holger72

Recommended Posts

Hallo, ich habe versucht das Nachnahme-Modul Cop so anzupassen das es einen Aufpreis (10 Euro) für die Nachnahme berechnet.

Cop->Validation.php

My change: +10

..... if (Tools::getValue('confirm')) { $customer = new Customer((int)$this->context->cart->id_customer); $total = $this->context->cart->getOrderTotal(true, Cart::BOTH)+10.00; $this->module->validateOrder((int)$this->context->cart->id, Configuration::get('PS_OS_PREPARATION'), $total , $this->module->displayName, null, array(), null, false, $customer->secure_key); Tools::redirectLink(__PS_BASE_URI__.'order-confirmation.php?key='.$customer->secure_key.'&id_cart='.(int)$this->context->cart->id.'&id_module='.(int)$this->module->id.'&id_order='.(int)$this->module->currentOrder); } } .........................

 

Das funktioniert auch so weit. Nur zeigt es FEHLER BEI DER BESTELLUNG im Backend.

 

So wie ich das sehe muss das smarty array oder new_order noch geändert werden ?!

 

Hat jemand eine Idee meine Versuche sind leider erfolglos geblieben

 

Danke

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...