Addon minimum maximum quantity product - Installation - Table jshopping_products

02.04.2019 02:02
#1
SBHV
Joomshopping forum user no avatar
Name: Anita
21.03.2019
Posts: 2
Quote
Addon minimum maximum quantity product - Installation - Table jshopping_products

The installation of the three plugins I made manually. To update the database, in phpMyAdmin I use the SQL:

ALTER TABLE `jos_jshopping_products` ADD `max_count_product` INT NOT NULL DEFAULT `0`

This doesn't work and shows the error
#1064 - Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei '`0`' in Zeile 1

How can I add the two new fields to the table jshopping_products?

Thank you,
Anita


Joomla: 3.8.6
JoomShopping: 4.17.0
PHP: 7.2
Website Url: http://www.sbhv.ch/portal/
 
02.04.2019 19:24
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Addon minimum maximum quantity product - Installation - Table jshopping_products

1. Use Joomshopping install
2. or
ALTER TABLE `jos_jshopping_products` ADD `max_count_product` INT NOT NULL DEFAULT 0

 


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.