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

verbic 08-21-2006 10:19 PM

X-Cart 4.1.3 released
 
1 Attachment(s)
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.

DANMC 09-01-2006 05:45 AM

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?

B00MER 09-01-2006 10:24 PM

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 :)

Xidos 09-03-2006 03:27 AM

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

cherie 09-03-2006 08:16 AM

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. :D

Xidos 09-04-2006 01:02 AM

Re: X-Cart 4.1.3 released
 
Works like the proverbial charm!

Thanks a lot for the solution

RichieRich 09-06-2006 03:51 AM

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.

skayworth@jp-enterprises. 09-09-2006 08:16 PM

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.

Raptor 09-11-2006 08:44 AM

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

skayworth@jp-enterprises. 09-11-2006 09:00 AM

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.


All times are GMT -8. The time now is 09:17 AM.

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