Delivery note

01.02.2014 18:44
#1
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Delivery note

Hi JoomShopping.

I purchased recently this extension.
I look nice work fine, but there is a slight problem. If the customers doesn't have a delivery address.
The delivery note doesn't show any receivers. ?

I think you have to add this on:
If there in no extra delivery address added, then is the bill address used.

Please see attach img.

Kind regards
Jacobsen
Delivery note


Last change: 01.02.2014 18:47
 
01.02.2014 18:58
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Delivery note

screenshot page?
../administrator/index.php?option=com_jshopping&controller=orders&task=show&order_id=xx

 
01.02.2014 21:14
#3
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Delivery note

Ok,

Now I see it, it was because I had created that order.
The rest of the order look good.

Can you tell me why the country (Eg. DENMARK) is always written in English, but the rest in Danish?

Kind regards
Jacobsen


Last change: 01.02.2014 21:22
 
02.02.2014 11:50
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Delivery note

Error in joomshopping

components\com_jshopping\lib\factory.php

change function getLang

to

public static function getLang($langtag = ""){
static $ml;
if (!is_object($ml) || $langtag!=""){
$jshopConfig = JSFactory::getConfig();
$ml = new multiLangField();
if ($langtag==""){
$langtag = $jshopConfig->cur_lang;
}
$ml->setLang($langtag);
}
return $ml;
}


 
03.02.2014 22:02
#5
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Posts: 410
Quote
Aw: Delivery note

Hi

Try to change the code in factory.php
the Delivery note, still show the country (eg. Denmark)insted of Danmark

Kind regards
Jacobsen

 
03.02.2014 22:25
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25854
Quote
Aw: Delivery note

order / edit

save

 


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.