Change Product Quantity Detail
In admin under
Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Select the
SQL Statement: Submit a Raw SQL Statement function then enter these statements (one at a time) in order:
Code:
UPDATE khxc_formfields SET TYPE='SELECT-CUSTOM', typeparam='ccp0.cart_quantity' WHERE id='ccp0.prodaddtocart.quantity'
INSERT INTO khxc_selectcustom VALUES('ccp0.cart_quantity.1','ccp0','cart_quantity','1','1',1)
INSERT INTO khxc_selectcustom VALUES('ccp0.cart_quantity.2','ccp0','cart_quantity','2','2',2)
INSERT INTO khxc_selectcustom VALUES('ccp0.cart_quantity.3','ccp0','cart_quantity','3','3',3)
INSERT INTO khxc_selectcustom VALUES('ccp0.cart_quantity.4','ccp0','cart_quantity','4','4',4)
INSERT INTO khxc_selectcustom VALUES('ccp0.cart_quantity.5','ccp0','cart_quantity','5','5',5)
This will provide a drop down with quantities of 1 - 5.
ClickCartPro - Products