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

X-Cart Classic v. 4.6.2 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 02-07-2014, 10:10 AM
 
AndyChoe AndyChoe is offline
 

Member
  
Join Date: Jul 2010
Posts: 25
 

Default Re: X-Cart Classic v. 4.6.2 released

Ideal responsive theme inserted new " Shopping Cart Software" image in the center column just above my own content. See image below. How do I get rid of it?

http://lithuanianphilately.com/eshop/images/xcart-image-added.png
Reply With Quote
  #22  
Old 02-10-2014, 10:01 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart Classic v. 4.6.2 released

Quote:
Originally Posted by AndyChoe
Ideal responsive theme inserted new " Shopping Cart Software" image in the center column just above my own content. See image below. How do I get rid of it?

http://lithuanianphilately.com/eshop/images/xcart-image-added.png

patch attached
Attached Files
File Type: diff remove_default_welcome_picture.diff (1.5 KB, 46 views)
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
  #23  
Old 02-11-2014, 07:47 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: X-Cart Classic v. 4.6.2 released

On a new install of 4.6.2 I am getting the following error during the install:

include/func/func.order.php - [CHECKSUM ERROR]


__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Reply With Quote
  #24  
Old 02-11-2014, 10:18 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

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

Default Re: X-Cart Classic v. 4.6.2 released

Quote:
Originally Posted by Duramax 6.6L
On a new install of 4.6.2 I am getting the following error during the install:
include/func/func.order.php - [CHECKSUM ERROR]

Please check this forum thread:
http://forum.x-cart.com/showthread.php?t=68638
__________________
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
Reply With Quote
  #25  
Old 02-12-2014, 02:18 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart Classic v. 4.6.2 released

I'm running a test 4.6.0 to 4.6.2 upgrade. I've deleted all the manually patched files from the file.lst except 2 show up that i cannot find in the list:

pconf.php Could not patch
popup_fc_products.php Could not patch

I cannot find references to those files in the file.lst file so how can i proceed? it wont allow me to do the update.

I know I deleted the references at
line 1344: pconf.php,,
line 1375: popup_fc_products.php,,

but they still appear on the check list????
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #26  
Old 02-12-2014, 09:18 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Classic v. 4.6.2 released

This is Product Configurator. This and Feature Comparison modules were taken out of XC stock package started XC 4.5.x I believe and this has always caused issues since then.
You can find the reference to them in the addon list file
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #27  
Old 02-13-2014, 02:56 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart Classic v. 4.6.2 released

Quote:
Originally Posted by cflsystems
This is Product Configurator. This and Feature Comparison modules were taken out of XC stock package started XC 4.5.x I believe and this has always caused issues since then.
You can find the reference to them in the addon list file
I also still have those modules in my X-Cart, can I safely remove the folders from /modules ?
__________________
X-Cart 4.7.12
Reply With Quote
  #28  
Old 02-13-2014, 08:44 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Classic v. 4.6.2 released

If you are not using them you can but any feature upgrade that is looking for them will throw an error
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #29  
Old 02-13-2014, 09:30 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart Classic v. 4.6.2 released

hmm, ok, i removed those 2 in the addon list, now i get no pre-errors, everything has OK on it, but the patch wont apply and it doesnt show me why. The patch log file also doesnt show anything wrong.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #30  
Old 02-16-2014, 10:44 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Classic v. 4.6.2 released

4.6.2 bug
/skin/common_files/customer/main/ui_tabs.tpl
PHP Code:
if (
    
isLocalStorageSupported()
    && 
default_tab == '-1last_used_tab'
  
) { 

replace with

PHP Code:
if (
    
isLocalStorageSupported()
    && 
default_tab == 'last_used_tab'
  
) { 

This exists in stock 4.6.2 installation pack and in upgrade packs
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 2 users thank cflsystems for this useful post:
elmirage001 (02-16-2014), kustomrides (02-16-2014)
Reply
   X-Cart forums > News and Announcements


Thread Tools

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 08:03 AM.

   

 
X-Cart forums © 2001-2020