Recent Posts

Pages: 1 ... 8 9 [10]
91
How-to questions / SALE
« Last post by Nuno Neff on June 07, 2025, 08:47:25 AM »
I have 2 languages in my site and how do I change the name of Sale os Special Products on the homepage of novator theme?
92
New Features Sposorship / Barcode-Scanner
« Last post by Nuno Neff on June 07, 2025, 06:48:56 AM »
It would be a great improvement if you added the ability to Scan codes and update the stock.
Scan the barcode once and add 5 pieces for example through the input. This would be a fast and easy stock updates
93
General Support / Upgrade to 1.4.2 mess!
« Last post by allanlevene on June 06, 2025, 06:54:35 PM »
I "upgraded" to 1.4.2 from the previous version. The upgrade crashed the website, but I had a folder backup from just before the upgrade and restored it quickly.

AbanteCart core upgrade to v1.4.2 is now available
Message status:
notice
Date:
06/05/2025 03:26:17 PM
Number of repetitions:
3
Upgrade your AbanteCart to version 1.4.2. Please click --> [this link]s=allan&token=al5gtIKTmHtgJnmMRxaKEOkH2lZv5dams&rt=tool/package_installer&extension_key=abantecart_upgrade_142) to start the upgrade. About this release: New AbanteCart v1.4.2 includes new exciting features and improvements. IMPORTANT NOTES: 1. Backup your code and Mysql database before you upgrade 2. Do not run upgrades directly on live sites. Try upgrades on the test or clone site first.

Although the upgrade didn't complete, it states that the it WAS upgraded... AbanteCart V1.4.2 is a current application version. Learn more

How do re-do the upgrade again to make sure that all of the components were actually updated?
94
When I try to load my customers it thoughts the errors. I have attached the error.txt, task_log.txt and both import.txt.
Thanks for looking at this.
Bob
95
How-to questions / Re: What is everyone doing to figure sales tax?
« Last post by Midonna on June 06, 2025, 11:52:30 AM »
Yeah, Avatax prices are crazy for a small operation. I'm in a similar boat and ended up using a combo of manual setup and a cheaper API-based service. I use TaxCloud, it's not super flashy but it's way more affordable and handles multi-state rates decently. No native Abantecart integration either, but their API isn't too bad if you're comfortable setting it up or can get someone to help.

And yeah, your accountant's right, once you hit nexus in other states (economic or physical), you’re supposed to collect there too. It’s a pain, but ignoring it can come back to bite later. Keep it lean early on, but set yourself up to scale without headaches.
96
How-to questions / Re: Need to learn CSS?
« Last post by Midonna on June 06, 2025, 11:49:17 AM »
W3Schools is great for hands-on learning, super beginner-friendly. I used it when I was getting back into web stuff after a long break, and it helped a lot. Tweaking the code and seeing instant results really makes things click. Just keep experimenting and don’t be afraid to break things, that’s how you learn.
98
How-to questions / Re: New Install 1.4.2 getting error when uploading CVS files
« Last post by Basara on June 06, 2025, 02:56:14 AM »
Hello.
What exactly are you importing? (Customers? Orders? Products? Something else?). Could you also attach your CSV file
99
How-to questions / New Install 1.4.2 getting error when uploading CVS files
« Last post by bobcompton on June 05, 2025, 07:40:20 PM »
Hi All
New Install 1.4.2 getting error when uploading CVS files. Here is a sample of some of the errors.


2025-06-05 15:45:27 - Converting file /home3/sensory/public_html/admin/system/data/import_php20PKqf.txt to array. Start row number: 0. Rows count: 1
2025-06-05 15:45:27 - Starting import data from array. Mode: commit
2025-06-05 15:45:27 - update for table customers done successfully
2025-06-05 15:45:27 - insert data error in addresses. SQL Error: Duplicate entry '5' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '4', `address_id` = '5', `company` = '', `firstname` = 'XXX', `lastname` = 'XXXX', `address_1` = 'XXXXXX', `address_2` = '', `postcode` = 'XXXX', `city` = 'Fort Wayne', `country_id` = '223', `zone_id` = '3636'
2025-06-05 15:45:27 - update data error in addresses. SQL Error: Duplicate entry '5' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '4', `address_id` = '5', `company` = '', `firstname` = xxxx', `lastname` = 'xxxx', `address_1` = 'xxxxxxx', `address_2` = '', `postcode` = 'xxxxxx', `city` = 'xxxxxxxx', `country_id` = '223', `zone_id` = '3636'
2025-06-05 15:45:27 - update data error in addresses. SQL Error: Duplicate entry '5' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '4', `address_id` = '5', `company` = '', `firstname` = 'xxxx', `lastname` = 'xxxxxxxx', `address_1` = 'xxxxxxx', `address_2` = '', `postcode` = 'xxxxxx', `city` = 'xxxxxxxx', `country_id` = '223', `zone_id` = '3636'
2025-06-05 15:45:27 - Converting file /home3/sensory/public_html/admin/system/data/import_php20PKqf.txt to array. Start row number: 1. Rows count: 1
2025-06-05 15:45:27 - Starting import data from array. Mode: commit
2025-06-05 15:45:27 - update data error in customers. SQL Error: Duplicate entry '5' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '4', `address_id` = '5', `company` = '', `firstname` = 'xxxx', `lastname` = 'xxxxxx', `address_1` = 'xxxxxxx', `address_2` = '', `postcode` = 'xxxxxxx', `city` = 'xxxxxxx', `country_id` = '223', `zone_id` = '3636'
2025-06-05 15:45:27 - insert data error in addresses. SQL Error: Duplicate entry '6' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '5', `address_id` = '6', `company` = 'xxxxx', `firstname` = 'xxxxxx', `lastname` = 'xxxxxx', `address_1` = 'xxxxxxx', `address_2` = '', `postcode` = 'xxxxxx', `city` = 'xxxxxxx', `country_id` = '223', `zone_id` = '3639'
2025-06-05 15:45:27 - insert data error in addresses. SQL Error: Duplicate entry '7' for key 'PRIMARY'\nError No: 1062\nSQL: INSERT INTO `sensoryaddresses` SET `customer_id` = '5', `address_id` = '7', `company` = 'xxxxxx', `firstname` = 'xxxxxx', `lastname` = 'xxxxxx', `address_1` = 'xxxxxxxxx', `address_2` = '', `postcode` = 'xxxxxx', `city` = 'xxxxx', `country_id` = '223', `zone_id` = '3639'
2025-06-05 15:45:27 - Converting file /home3/sensory/public_html/admin/system/data/import_php20PKqf.txt to array. Start row number: 2. Rows count: 1

Thanks, for any help.
Pages: 1 ... 8 9 [10]

Powered by SMFPacks Social Login Mod