Versandkosten hängt von dem Produktgewicht ab. Geht nicht

21.11.2012 17:08
#1
mokkaeftis
Joomshopping forum user no avatar
Name: milak
11.07.2012
Сообщения: 6
Quote
Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Beim erstellen der Versandkosten skann ich die Attribute unten für Gewichte von bis inkl. Preis angeben. Nach dem Speichern sind diese Werte jedoch verschwunden und im Frontend werden die Preise auch nicht nach diesen Gewichtsabhängigen Versandkosten gerechnet.


Joomla: 3.02
JoomShopping: 4.0
PHP: 5.3.16
MySQL: 5.5.27
 
21.11.2012 18:48
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Screenshot?

 
22.11.2012 08:00
#3
mokkaeftis
Joomshopping forum user no avatar
Name: milak
11.07.2012
Сообщения: 6
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Hier der Scrrenshot
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

 
06.12.2012 23:30
#4
kintaro
Joomshopping forum user no avatar
Name: Oe
11.06.2011
Сообщения: 0
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Hallo,
hatte das selbe Problem gehabt.
Nun habe ich wie folgt gelöst:
Pfade: \components\com_jshopping\lib\factory.php

function getShippingExtList($for_shipping = 0) {
..........
foreach($list as $row){
if ($row->shipping_method!=""){
$sm = unserialize($row->shipping_method);
} else {
$sm = array();
$sm[$for_shipping]= 1;
}
if (isset($sm[$for_shipping]) && $sm[$for_shipping]!=="0"){
$returnlist[] = $row;
}
}
..........
}

Noch funktioniert es, ich hoffe, das bleibt auch weiterhin ;-)

viele Grüße

 
15.12.2012 10:52
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Component Joomshopping 4.0.1 A1

 
07.12.2014 10:53
#6
Darriu
Joomshopping forum user no avatar
Name: Diego
11.08.2012
Сообщения: 4
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

i have the same problem in joomshoping 3.19.2 the dependency on weight don't show anymore. I have tried the fix listed above but nothing happened. Please can you give me any advice how to fix that?


Joomla: 2.5.27
JoomShopping: 3.19.2
PHP: PHP 5.2.6
MySQL: 5.0.51a
Website Url: nasphyr.cz
 
07.12.2014 12:10
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/7/286.html?lang=en#1

 
07.12.2014 16:59
#8
Darriu
Joomshopping forum user no avatar
Name: Diego
11.08.2012
Сообщения: 4
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht


i have tried to update after back up again. but this error pops up:
DB function failed with error number 1060
Duplicate column name 'alias' SQL=ALTER TABLE `npdr6_jshopping_shipping_method` ADD `alias` varchar(100) NOT NULL;
DB function failed with error number 1060
Duplicate column name 'params' SQL=ALTER TABLE `npdr6_jshopping_shipping_method` ADD `params` text NOT NULL;
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht


Joomla: 2.5.27
JoomShopping: 3.19.2
PHP: PHP 5.2.6
MySQL: MySQL: 5.0.51a
Website Url: nasphyr.cz
 
07.12.2014 21:10
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25856
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

Only warning. Duplicate column ....

 
11.12.2014 23:55
#10
Darriu
Joomshopping forum user no avatar
Name: Diego
11.08.2012
Сообщения: 4
Quote
Aw: Versandkosten hängt von dem Produktgewicht ab. Geht nicht

problem fixed... i don't know exactly how but i just replaced my DB tables from local site to live site and all seem to be ok now

 


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.