Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart v4.5.0 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 04-27-2012, 04:00 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: X-Cart v4.5.0 released

Quote:
Originally Posted by handsonwebhosting
Also seeing the UPS Registration issue. We had a client earlier today asking questions on that as it wasn't working. We checked everything from HTTPS connections to .htaccess files, and everything appears correct, but once you click "Register" and then "Next" it dumps back to the login page and doesn't move forward.

Possible fix: alter the "modules/UPS_OnLine_Tools/ups_register.php" script and replace this code:

PHP Code:
u_process($request'u_elem_data_agree''License');
$ups_licensetext $ps['licensetext'];

$ups_reg_step 2

with this:
PHP Code:
u_process($request'u_elem_data_agree''License');
$ups_licensetext htmlentities($ps['licensetext']);

$ups_reg_step 2

OFFICIAL FIX FOR THIS ISSUE CAN BE FOUND HERE.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions

Last edited by qualiteam : 06-25-2012 at 01:21 AM. Reason: Fix link added

The following 2 users thank qualiteam for this useful post:
ediruzza (04-30-2012), handsonwebhosting (04-27-2012)
  #12  
Old 04-27-2012, 07:45 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

So there is Smarty3 upgrade for XC 4.4.x.

Is 4.5.x using Smarty3 or still on Smarty2? Are templates cleared of the old code?
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #13  
Old 04-27-2012, 08:01 AM
  kustomrides's Avatar 
kustomrides kustomrides is offline
 

eXpert
  
Join Date: Apr 2005
Location: Southern California
Posts: 212
 

Default Re: X-Cart v4.5.0 released

I'm curious as to why there is a planned 4.4.6 upgrade when we already have this 4.5.0 upgrade. Is it because there will be no upgrade patch to 4.5.0 and users will have to do a manual install?
__________________
x-cart Gold 4.7.4
RedHat Linux 7.2; Pearl 5.20.2; PHP 5.5.26; MySQL 5.6.27, server 5.1.54;
Ruby 2.1.5p273; Python 3.4.2;

Several mods in menu and skin, BSCE shipping-per-product, CDSEO Pro
  #14  
Old 04-27-2012, 08:03 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

There will be no 4.4.6 - it is being replaced by 4.5.x
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #15  
Old 04-27-2012, 08:35 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart v4.5.0 released

Just an observation, the v4.5.0 official demo has 168 products, yet the demo I installed has only 110 products. Which is correct?!

EDIT: Ahh, I see there are many disabled categories, which explains why.

Also, the product description field (descr) is a mandatory one, but in the demo data, many of the products only have the fulldescr fields populated.

I think possibly the demo data needs tidying up. Quick SQL patch to fix descriptions...

Quote:
UPDATE xcart_products_lng_en SET descr = fulldescr WHERE (descr = '');
UPDATE xcart_products_lng_en SET descr = 'Description pending...' WHERE (descr = '');
__________________
xcartmods.co.uk

The following user thanks PhilJ for this useful post:
chamberinternet (05-03-2012)
  #16  
Old 04-27-2012, 09:44 AM
 
AMMoyer AMMoyer is offline
 

Senior Member
  
Join Date: Nov 2008
Posts: 150
 

Default Re: X-Cart v4.5.0 released

Can someone tell me what the default login and password is for the admin side of 4.5.0?

Tried: demo-master@x-cart.com / master

without success. This is in a subdirectory of my current site with a new dbase if that changes anything.

Thanks.
__________________
Adam
X-Cart Gold 4.4.5 - Live
X-Cart Gold 4.1.11 - Retired
X-Payments 1.0.4
CDSEO Pro
EWD Hosting
  #17  
Old 04-27-2012, 10:08 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

When you installed it the confirmation page should have listed username : password, these are also emailed to the email specified during installation. Password is random generated by the installation script so there is no fixed one
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #18  
Old 04-28-2012, 08:45 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

Confirmed on the demo site - bug on product details page -> customers also bought tab
The tab shows images only and if you hover over an image is supposed to popup the title and price. The info is there but works for the last product in the list only
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
am2003 (04-30-2012)
  #19  
Old 04-29-2012, 08:09 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

BUG - serious one: Patch/Update page - if applying patch file and some files get "could not patch" status the "tick here to apply patch..." checkbox is AGAIN checked by default. It should not be checked and the apply button should be disabled until box is checked. But the bigger problem is - if you uncheck the box the apply button is still accessible (not disabled) and if you click on it it will apply the patch even though the box is unchecked and there are files with "could not patch" status. This is serious
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
am2003 (04-30-2012)
  #20  
Old 04-29-2012, 09:32 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart v4.5.0 released

The bug in post #18 - it is caching bug. If the Speed up tools are OFF all works just fine, with Speed up tools ON - bug is present. I assume JS Speed up only is affecting it.
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
am2003 (04-30-2012)
Closed Thread
   X-Cart forums > News and Announcements



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:18 PM.

   

 
X-Cart forums © 2001-2020