![]() |
Re: X-Cart v4.4.2 released
The strategy is to have one http load of a compressed, amalgamated file. I agree that it would be difficult to claim the X-CART css is optimized and modular before they attempt to amalgamate and compress it. But it looks like that was their intent. Without the compression, it is really the wrong direction.
I've seen discussions about this on other large open source projects - some think a super-optimized, small css load for the front page then an amalgamated compressed for other pages is the way to go. I'm not sure, but some sort of compression would need to be part of the strategy, else it really looks bad, as you reported. --- |
Re: X-Cart v4.4.2 released
I may have missed it somewhere, but has there been any indication of when 4.4.3 will be released? I think there are quite a few of us on the sidelines waiting to make a move when that comes out. It's frustrating trying to make a business decision based on this shopping cart. Countless hours will be required to be set aside, etc, and I would like to invest that time well.
|
Re: X-Cart v4.4.2 released
Another bug discovered yesterday (already posted in the bug forum), I hope QT sees this as a bug. Importing address book csv file - even though import page in admin shows no required fields make sure zipcode field is not empty or 0. The import will fail with an error message "no entry for this userid in users" which is completelly wrong. Took me a good amount of time to figure out whats going on.
|
Re: X-Cart v4.4.2 released
I heard sometime during April.
|
Re: X-Cart v4.4.2 released
Another bug in 4.4.x; actually I checked 4.2.x and 4.3.x and it exists there as well (partially)
When placing an order as anonymous customer stats info is recorded in "stats_customers_products" table with userid=0 (which do not exists). How to replicate - place an order with anonymous user and check database integrity from admin/maintenance - you will get an error "userid 0 from stats_customers_products doesn't exist in customers table". What happens: In include/func/func.order.php -> function func_place_order on or around line 1057 Code:
'userid' => $userinfo['id'] ? $userinfo['id'] : 0, On or around line 1259 in the same file (function) starts this if statement Code:
if (!empty($active_modules['Recommended_Products'])) { which places a record in "stats_customers_products" table. The above if statement should be Code:
if (!empty($active_modules['Advanced_Statistics'])) { |
Re: X-Cart v4.4.2 released
Quote:
Same as you.... keep upgrading and all this gives me a headache, my 4.2x store works fine, customers can buy what i sell! |
Re: X-Cart v4.4.2 released
cflsystems:
I confirm the same thing on database integrity re userid = 0 |
Re: X-Cart v4.4.2 released
I just posted a new bug report... again, related to the address book system:
https://bugtracker.qtmsoft.com/view.php?id=39294 Anyone else able to reproduce this on their 4.4.2 site (with Fast-Lane checkout, NOT one-page)? Very odd that I haven't noticed this rather serious problem before, but perhaps I was testing mostly with an already-created account or just wasn't noticing that the updated address data wasn't actually being applied to the order in progres... Thanks, Paul |
Re: X-Cart v4.4.2 released
Quote:
I can say the same thing about about my 4.0 cart...but there still leaves a lot to be desired. |
Re: X-Cart v4.4.2 released
going to start a new project this week, any one know when will "4.4.3" be released ?
|
All times are GMT -8. The time now is 09:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.