Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-26-2011 16:47:14

virusys
Member
Registered: 06-09-2010
Posts: 31

Quantity Box Size

I have an item to be used as an invoice payment. Each unit is $1. The user enters the invoice number and the amount to pay and adds it to the cart. Global fractional add is enabled

My problem is that payments are limited to 5 digits - eg 99.99.

How can I increase this to 7 digits ?

Offline

 

#2 10-26-2011 20:53:36

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Quantity Box Size

Go to the database core_formfields and look for the entry ecom.prodaddtocart and make your changes there (maxlength field).

John

Offline

 

#3 10-27-2011 09:14:17

virusys
Member
Registered: 06-09-2010
Posts: 31

Re: Quantity Box Size

Got it - thx. Had to use phpMyAdmin - database admin in CCart appears to not allow this.

Offline

 

#4 10-27-2011 09:18:54

virusys
Member
Registered: 06-09-2010
Posts: 31

Re: Quantity Box Size

Adds fine from product detail but once in cart, have the same situation - can only edit to 5 digits. Where is that controlled so I can change it too?

Offline

 

#5 10-27-2011 18:12:38

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Quantity Box Size

The cart field you need to change in the cart display include, System Dashboard > System > Displays > Display Includes > Shopping Cart/Wish List Display.

John

Offline

 

Board footer