X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   News and Announcements (https://forum.x-cart.com/forumdisplay.php?f=28)
-   -   X-Cart v4.4.3 released (https://forum.x-cart.com/showthread.php?t=59213)

zenpig 07-17-2011 10:26 AM

Re: X-Cart v4.4.3 released
 
yeah, still shows the same date on the dl area. no idea..for kicks just dl'ed it again and viewed the file directly in crimson editor before decompressing the whole thing and still shows the same missing line for me. Trying to wrap my head around this one. thanks for the replies, though...maybe I'm losing it ;)

N00dles 07-17-2011 10:34 AM

Re: X-Cart v4.4.3 released
 
Weird i just downloaded the gold.tgz and the files are there.

zenpig 07-17-2011 11:39 AM

Re: X-Cart v4.4.3 released
 
the files are there...do you see a line "include $xcart_dir . '/include/address_book.php'" in xcart/address_book.php near the top of that one file, though?

N00dles 07-17-2011 11:49 AM

Re: X-Cart v4.4.3 released
 
Sorry I see what you mean now the actutal include code is missing from the script yes your right its missing.
Just a blank space where it should go.

cflsystems 07-19-2011 10:50 AM

Re: X-Cart v4.4.3 released
 
This bug exists in all 4.4.x versions.
On general settings page / default customer options for default country / state is a text field instead of dropdown with states list for selected country. To fix run this sql query either on upgrade/patch page in admin or phpmyadmin

UPDATE `xcart_config` SET `type` = 'state' WHERE `xcart_config`.`name` = 'default_state';

seyfin 07-25-2011 12:08 AM

Re: X-Cart v4.4.3 released
 
Quote:

Originally Posted by zenpig
In the current gold releases for 4.4.3(zip and tgz), haven't checked pro, the xcart/address_book.php appears to be missing "include $xcart_dir . '/include/address_book.php';" resulting in a blank page for users registering after submitting their username/pass and the same in their account when attempting to use the address tab. I'm assuming it is supposed to be there for when added it fixed that issue.


For 4.4.3, the <xcart_dir>/include/address_book.php is not included in <xcart_dir>/address_book.php anymore; it is only included in <xcart_dir>/include/register.php.

However, to fix the blank page issue, use this fix:

- modify <xcart_dir>/address_book.php, add this line:

x_load('user');

- right after this line:

include $xcart_dir . '/include/common.php';

seyfin 07-25-2011 12:10 AM

Re: X-Cart v4.4.3 released
 
Quote:

Originally Posted by cflsystems
This bug exists in all 4.4.x versions.
On general settings page / default customer options for default country / state is a text field instead of dropdown with states list for selected country. To fix run this sql query either on upgrade/patch page in admin or phpmyadmin

UPDATE `xcart_config` SET `type` = 'state' WHERE `xcart_config`.`name` = 'default_state';


This has been fixed for 4.4.4:
http://bugtracker.qtmsoft.com/view.php?id=40061

cflsystems 07-25-2011 06:53 PM

Re: X-Cart v4.4.3 released
 
Bug with Gift Certificate - reported in bugtracker

1. make sure GC module is off
2. add GC as payment method
3. add to cart, go to checkout - use OPC
4. GC shows as payment payment

WHAT IS THE EXPECTED RESULT? GC should not show as payment method if the module is off no matter what

WHAT HAPPENS INSTEAD? GS shows as payment method even if module is off

ADDISON 08-17-2011 11:33 AM

Re: X-Cart v4.4.3 released
 
QT when do you plan to release maybe the last updated version in 4.4 branch? September - October?

cflsystems 08-17-2011 07:12 PM

Re: X-Cart v4.4.3 released
 
last post was for Sept 15


All times are GMT -8. The time now is 02:26 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.