File ordini

03.11.2016 14:42
#1
mirkob_63
Joomshopping forum user no avatar
Name: Mirko
15.02.2016
Posts: 4
Quote
File ordini

Volevo sapere come si fa ad esportare un solo file con tutti i dati (acquirente e prodotti acquistati)
Io riesco a esportarne due: uno con i prodotti e uno con il cliente. Me ne serve uno solo.

Dove è possibile configurare l'estensione? Togliere i campi che non servono o metterli in ordine diverso
Grazie


Joomla: 3.6.2
JoomShopping: 4.14.3
PHP: 5.5.38
Website Url: http://www.fuorimercato.com/rimaflow/
 
04.11.2016 08:15
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: File ordini

Addon Export Order CSV?

There is no way to change the field position.
Need change code addon
\administrator\components\com_jshopping\importexport\orderexport\orderexport.php

chnage
~ row 151
$head = array("order_id","number","......

and ~row 194 ...

 
07.11.2016 14:44
#3
mirkob_63
Joomshopping forum user no avatar
Name: Mirko
15.02.2016
Posts: 4
Quote
Aw: File ordini

Another question
How come when I export CSV files a price which was 5.30 becomes 53.000?

 
07.11.2016 14:48
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: File ordini

product currency?
shop default currency?

 
07.11.2016 15:51
#5
mirkob_63
Joomshopping forum user no avatar
Name: Mirko
15.02.2016
Posts: 4
Quote
Aw: File ordini

In the column order_total when I export CSV files. On the website I see the correct price but when I export it to me changed as I wrote above

 
07.11.2016 16:08
#6
mirkob_63
Joomshopping forum user no avatar
Name: Mirko
15.02.2016
Posts: 4
Quote
Aw: File ordini

I attach an example. The default currency is EUR. And even in the individual products
Aw: File ordini
senza_titolo_1.jpg
Aw: File ordini


Last change: 07.11.2016 16:43
 
07.11.2016 16:59
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: File ordini

url?
admin login?
(forum privat message)

 
08.11.2016 08:04
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: File ordini

Work in open office
Aw: File ordini

Try round price
code

$row[] = ($data->product_item_price);

change to

$row[] = round($data->product_item_price, 2);


Last change: 08.11.2016 08:06
 


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.