Dezimalstelle Lagerbestand / Decimal at Stock

10.05.2013 20:19
#1
dasHundefutter
Joomshopping forum user no avatar
Name: Axel Schomber
04.05.2013
Сообщения: 17
Quote
Dezimalstelle Lagerbestand / Decimal in Stock Amount

Kann man irgendwo einstellen, dass der Lagerbestand auch mit einer Dezimalstelle (z.B. 100,5) angezeigt wird?

Hi, is it possible to show the amount in stock with an decimal (e.g. 100,5)?

Besten Dank, Thanks in advance


Последнее изменение: 10.05.2013 20:33
 
10.05.2013 22:41
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25922
Quote
Aw: Dezimalstelle Lagerbestand / Decimal at Stock

Not possible.


need change table
jos_jshopping_products

`product_quantity` DECIMAL( 8, 2 )


Query:
ALTER TABLE `jos_jshopping_products` CHANGE `product_quantity` `product_quantity` DECIMAL( 8, 2 ) NOT NULL;


jos - prefix.


Последнее изменение: 10.05.2013 22:42
 
11.05.2013 07:43
#3
dasHundefutter
Joomshopping forum user no avatar
Name: Axel Schomber
04.05.2013
Сообщения: 17
Quote
Aw: Dezimalstelle Lagerbestand / Decimal at Stock

Where to find this table?

 
11.05.2013 08:49
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25922
Quote
Aw: Dezimalstelle Lagerbestand / Decimal at Stock

database.

use phpmyadmin (hosting panel)

 
11.05.2013 23:10
#5
dasHundefutter
Joomshopping forum user no avatar
Name: Axel Schomber
04.05.2013
Сообщения: 17
Quote
Aw: Dezimalstelle Lagerbestand / Decimal at Stock

It works.....thanks!

 


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.