Order pdf online available

27.08.2012 14:26
#1
fozwart
Joomshopping forum user no avatar
Name: F.Zwart
05.05.2012
Posts: 5
Quote
Order pdf online available

One customer googled his name and within google his pdf order came up in the search results. The file is accessible via google. Is it possible to write the pdf file not with permissions 644 but with 640. How can i do that.

 
27.08.2012 14:56
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Order pdf online available

Rename folder
/components/com_jshopping/files/pdf_orders/
to (example)
/components/com_jshopping/files/invoice/

Change in file components\com_jshopping\lib\default_config.php

$config->pdf_orders_live_path = $config->live_path . "files/pdf_orders";
$config->pdf_orders_path = $config->path . "files/pdf_orders";

to

$config->pdf_orders_live_path = $config->live_path . "files/invoice";
$config->pdf_orders_path = $config->path . "files/invoice";



Add in robots.txt
Disallow: /components/com_jshopping/files/invoice/


add index.html in folder
/components/com_jshopping/files/invoice/


joomshopping version?


Last change: 27.08.2012 15:12
 
27.08.2012 15:40
#3
fozwart
Joomshopping forum user no avatar
Name: F.Zwart
05.05.2012
Posts: 5
Quote
Aw: Order pdf online available

Thanks, I will try this

Version is joomshopping 3.6.1

 
27.08.2012 17:43
#4
fozwart
Joomshopping forum user no avatar
Name: F.Zwart
05.05.2012
Posts: 5
Quote
Aw: Order pdf online available

No default_config.php in the folder components\com_jshopping\lib\ Should i look somewhere else

 
27.08.2012 21:09
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Order pdf online available

static_config.php


For old version joomshopping static_config.php

 
28.08.2012 01:42
#6
fozwart
Joomshopping forum user no avatar
Name: F.Zwart
05.05.2012
Posts: 5
Quote
Aw: Order pdf online available

Thanks, I made the changes

 


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.