Group: Forum Members
Last Active: Fri 21 Mar 2014
Posts: 5,
Visits: 14
|
Hi, when I add a new product, the "Add to Basket button is missing" and appears "Apologies, this content is currently not accessible."
Searching a solution I've found that a NULL value in the tblKartrisVersions table is causing this behavior.
I'm using v2.5008. Could you help me to fix this issue? This bug occurs each time I add a new product.
Thank you, Jose
|
Group: Forum Members
Last Active: Fri 21 Mar 2014
Posts: 5,
Visits: 14
|
Please, someone could tell me how to solve this issue? Every time I add a product must perform a manually update of tblKartrisVersions
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
Was this database a clean install, or from an upgrade?
As a fix I guess you could set the default on that field to be (eg) 0. That way when a new record is created and no value is specified, it will be zero rather than null? You can set defaults on the field using SQL Management Studio.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
Also, if it was a clean install, can you specify which tax mode you chose during install?
EU / USA / Canada / Other
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Sun 13 Apr 2014
Posts: 16,
Visits: 66
|
The issue is when you select tax mode = OtherThere is no problem when selecting USA or EU It may be wise to review the programming code so that it set the correct tax % when the tax mode is 'Other'
--------------------------------------------------------------
** If you find this post useful, please rate it. Thanks.
--------------------------------------------------------------
|