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

X-Cart 4.1.3 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #1  
Old 08-21-2006, 10:19 PM
 
verbic verbic is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 310
 

Default X-Cart 4.1.3 released

X-Cart 4.1.3 is now available for downloading from your File area along with the upgrade kits that will take you from X-Cart 4.1.0-4.1.2 to 4.1.3.

To access the upgrade patch, log into the Help Desk, go to the 'My Licenses' section, find the license of the X-Cart that you wish to upgrade and click on the 'Get upgrade pack' link.

Changelog between 4.1.2 and 4.1.3 final release attached.
Attached Files
File Type: txt changelog4.1.2-4.1.3.txt (21.1 KB, 497 views)
__________________
Sincerely Yours,
Dmitry Verbichenko
Chief Information Officer

Last edited by verbic : 08-21-2006 at 10:22 PM.
Reply With Quote
  #2  
Old 09-01-2006, 05:45 AM
 
DANMC DANMC is offline
 

Newbie
  
Join Date: Jul 2006
Posts: 8
 

Default Re: X-Cart 4.1.3 released

I guess the terminology "final release" just means "the latest version" rather than any indication of the release being ready to be considered stable?
__________________
www.everything.com.au
version 4.0.18
Reply With Quote
  #3  
Old 09-01-2006, 10:24 PM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Talking Re: X-Cart 4.1.3 released

Quote:
Originally Posted by DANMC
I guess the terminology "final release" just means "the latest version" rather than any indication of the release being ready to be considered stable?

Be thankful they don't jump the gun and declare something STABLE, just for everyone to find out later, thats not the truth. Patience is rewarded
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote
  #4  
Old 09-03-2006, 03:27 AM
 
Xidos Xidos is offline
 

Newbie
  
Join Date: Oct 2005
Posts: 7
 

Default Re: X-Cart 4.1.3 released

Upon each fresh install of 4.1.3 the product_modify interface returns to section 'wholesale' when posting updates for a product, this happens in product modify sections upselling links, product options and customer reviews.

So when for example adding an upseeling link to an existing product, one submits the form with the link and the page refreshes to section wholesale while no link has been added to the section upselling links.

Anyone else encountered this? I've installed 4.1.3 several time son multiple servers, same story each time...
__________________
X-Cart 4.0.19 & 4.1.3
Reply With Quote
  #5  
Old 09-03-2006, 08:16 AM
  cherie's Avatar 
cherie cherie is online now
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: X-Cart 4.1.3 released

Quote:
Originally Posted by Xidos
Upon each fresh install of 4.1.3 the product_modify interface returns to section 'wholesale' when posting updates for a product, this happens in product modify sections upselling links, product options and customer reviews.

So when for example adding an upseeling link to an existing product, one submits the form with the link and the page refreshes to section wholesale while no link has been added to the section upselling links.

Anyone else encountered this? I've installed 4.1.3 several time son multiple servers, same story each time...
Yep! In modules/Wholesale_Trading/product_wholesale.php you probably have something like this towards the bottom:
PHP Code:
if (!empty($pids))
        
func_build_quick_prices(array_unique($pids));

    
func_refresh("wholesale"); 
It should look like this:
PHP Code:
if (in_array($mode, array("wholesales_modify""wholesales_delete"))) {
        if (!empty(
$pids))
            
func_build_quick_prices(array_unique($pids));

        
func_refresh("wholesale");
    } 
It's the func_refresh part that is causing this. It should only occur inside one of those two modes.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #6  
Old 09-04-2006, 01:02 AM
 
Xidos Xidos is offline
 

Newbie
  
Join Date: Oct 2005
Posts: 7
 

Default Re: X-Cart 4.1.3 released

Works like the proverbial charm!

Thanks a lot for the solution
__________________
X-Cart 4.0.19 & 4.1.3
Reply With Quote
  #7  
Old 09-06-2006, 03:51 AM
  RichieRich's Avatar 
RichieRich RichieRich is offline
 

X-Adept
  
Join Date: Sep 2004
Location: London, England
Posts: 750
 

Default Re: X-Cart 4.1.3 released

The images location is still an issue.

Despite the images location being on the file system, the "product thumbnail image" is still a database (image.php), which defeats the purpose of the option even being there, as it does not work. I have noted this on numerous occasions.

This being said, the product image is now on the file system, Im confused as to why the product thumbnail image has not also been assigned to the file system, if you have this option selected. This was from a new install, to have images on the file system, so theres no excuses.
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
  #8  
Old 09-09-2006, 08:16 PM
 
skayworth@jp-enterprises. skayworth@jp-enterprises. is offline
 

Member
  
Join Date: Aug 2006
Posts: 14
 

Default Re: X-Cart 4.1.3 released

[quote=cherie]Yep! In modules/Wholesale_Trading/product_wholesale.php you probably have something like this towards the bottom.....

I was experiencing this same problem and on a hunch, I went to my file area on X-Cart and downloaded the currently offered distributive for 4.1.3. After extracting the files, I looked at the code for product_wholesale.php and discovered that the corrected code snippet is now included. Once I replaced my existing file with the new one, both Product Options and Product Variants began working correctly.

Anyone experiencing problems with Options/Variants not working should download the currently distributive and replace product_wholesales.php. This should clear up any problems you're having.
__________________
Steve
X-Cart 4.0.X [Linux]
X-Cart 4.1.3 [Linux]
Reply With Quote
  #9  
Old 09-11-2006, 08:44 AM
  Raptor's Avatar 
Raptor Raptor is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 131
 

Default Re: X-Cart 4.1.3 released

ill stick with my nice 4.0.18 thanks

I dont think I could deal with doing all the mods again lol
__________________
X-Cart Gold Plus v4.7.12
ReBOOT ReDUX Theme
Reply With Quote
  #10  
Old 09-11-2006, 09:00 AM
 
skayworth@jp-enterprises. skayworth@jp-enterprises. is offline
 

Member
  
Join Date: Aug 2006
Posts: 14
 

Default Re: X-Cart 4.1.3 released

I hear you! I would love to stay with what we have, but the new feature of being able to assign wholesale prices to variants, is something that we've wanted for a while, thus the foray into version 4.1.X. It's quite an educational experience to say the least.
__________________
Steve
X-Cart 4.0.X [Linux]
X-Cart 4.1.3 [Linux]
Reply With Quote
Reply
   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 08:33 PM.

   

 
X-Cart forums © 2001-2020