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 Classic v. 4.6.2 released (https://forum.x-cart.com/showthread.php?t=68601)

AndyChoe 02-07-2014 10:10 AM

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

aim 02-10-2014 10:01 PM

Re: X-Cart Classic v. 4.6.2 released
 
1 Attachment(s)
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

Duramax 6.6L 02-11-2014 07:47 PM

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]



qualiteam 02-11-2014 10:18 PM

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

Dougrun 02-12-2014 02:18 PM

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????

cflsystems 02-12-2014 09:18 PM

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

herber@wirehub.nl 02-13-2014 02:56 AM

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 ?

cflsystems 02-13-2014 08:44 AM

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

Dougrun 02-13-2014 09:30 AM

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.

cflsystems 02-16-2014 10:44 AM

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


All times are GMT -8. The time now is 03:32 AM.

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