widerrufsrecht / rückgaberecht

25.10.2010 17:48
#1
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
widerrufsrecht / rückgaberecht

hallo,

ist es möglich, um den deutschen gesetzen gerecht zu werden und abmahnungen aus dem weg zu gehen, die widerrufsbelehrung / rückgabebelehrung, also den statischen text, unten auf der bestätigungsmail einzubinden?


JoomShopping: 2.4.1
 
29.10.2010 08:51
#2
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: widerrufsrecht / rückgaberecht

hallo,

wie sieht es um dieses thema aus? gibt es schon eine idee dazu?

 
29.10.2010 09:28
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: widerrufsrecht / rückgaberecht

Sorry. I do not understand.

 
29.10.2010 10:20
#4
mrbernd
Joomshopping forum user no avatar
Name: Bernd
18.02.2010
Posts: 337
Quote
Aw: widerrufsrecht / rückgaberecht

i tiry to explain in english.

in germany it is important to give the customer some special information befor buying in an online shop. "Widerrufsbelehrung / Rückgaberecht"

i want to send this information also after checkout by mail to the customer.

is it possible to send the static text "Rückgaberecht" as an attachment by mail?

 
29.10.2010 12:04
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: widerrufsrecht / rückgaberecht

change file
components\com_jshopping\controllers\checkout.php

function step5save(){
....
....
....

before
$session->set("jshop_send_end_form", 0);
insert code

$mailer =& JFactory::getMailer();
$mailer->setSender(array($jshopConfig->contact_email, $fromname));
$mailer->addRecipient($adv_user->email);
$mailer->setSubject("Subject email......");
$mailer->setBody("Message Email.....");
$mailer->addAttachment(JPATH_ROOT."/textfile.txt");
$mailer->isHTML(true);
$send =& $mailer->Send();


 
02.02.2011 15:06
#6
Acqua
Joomshopping forum user no avatar
Name: Beatrice Isaac
13.01.2011
Posts: 51
Quote
Aw: widerrufsrecht / rückgaberecht

This is not a good solution. The text should be attached to the PDF invoice for the customer. So there has to be a field in the generete-pdf file.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.