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

photo 03-29-2006 02:49 AM

Thanks Cherie,

I am going to try and hold out until 4.1.0 is released. Hopefully it will be soon.

bestdu 03-29-2006 11:21 AM

how long to go for the final release?

any clue?

TL408 03-29-2006 02:27 PM

Quote:

Originally Posted by bestdu
how long to go for the final release?

any clue?

My guess would be months......Looking at the previous version releases, I doubt that the 4.1 final release would make it out before the summer.

cherie 03-29-2006 03:05 PM

Quote:

Originally Posted by TL408
Quote:

Originally Posted by bestdu
how long to go for the final release?

any clue?

My guess would be months......Looking at the previous version releases, I doubt that the 4.1 final release would make it out before the summer.

Really? I got the impression that final release was imminent from this post on Mar 14:
Quote:

Originally Posted by svowl
Anticipating questions about the final release, I can inform you that RC3 is probably going to be the last release candidate before the final X-Cart 4.1.0 release. At the moment, the version 4.1.0 is undergoing the final stage of testing and we are going to complete it during the following 3-6 weeks.


verbic 03-29-2006 09:53 PM

4.1.0 was scheduled to March 27 but due to binary opeations problems in several versions of PHP that caused the inability to login we decided to release rc4 and reschedule 4.1.0 final to the middle of April.

svowl 03-29-2006 10:03 PM

Quote:

Originally Posted by cherie
I couldn't find it in the demo, but will 4.1 allow the display of product options in product listings so a customer can choose a product's options and add the product to the cart directly from the list? :D


Sorry, but we did not include this feature into 4.1.0.
In 4.1.0, when a customer adds a product item to the cart from the products list, this item gets added with the default product options set - in contrast to 4.0.x, where a product item gets added to cart with the cheapest set of product options.

svowl 03-29-2006 10:07 PM

Quote:

Originally Posted by photo
I am getting to the critical point of starting a new site, I realize it would be at my own risk. But some of you guys know xcart pretty well and my question is, would it be wise to start building with RC3?

Do you think I would be able to update it when 4.1.0 comes out?

Thanks
Photo


Yes, you will be able to update any of the release candidates you installed to the 4.1.0 final release version.

photo 03-30-2006 12:50 AM

Quote:

Originally Posted by svowl
Quote:

Originally Posted by photo
I am getting to the critical point of starting a new site, I realize it would be at my own risk. But some of you guys know xcart pretty well and my question is, would it be wise to start building with RC3?

Do you think I would be able to update it when 4.1.0 comes out?

Thanks
Photo


Yes, you will be able to update any of the release candidates you installed to the 4.1.0 final release version.


Thats great news! Thanks alot for your reply Svowl

groovico 03-30-2006 06:49 AM

Quote:

Originally Posted by svowl
Quote:

Originally Posted by groovico
Can we display and access Extra fields in the products.tpl and cart pages in 4.1.X like we could with all pre 4.X releases?


Yes. Below is an example of code to display all extra fields in products.tpl

Code:

{if $products[product].extra_fields ne ''}
{foreach $products[product].extra_fields item=extra_field}
{$extra_field.field}: {$extra_field.value}

{/forach}
{/if}


...and to display the extra field with service name 'ISBN':

Code:

{if $products[product].extra_fields ne ''}
{foreach $products[product].extra_fields item=extra_field}
{if $extra_field.service_name eq "ISBN"}
{$extra_field.field}: {$extra_field.value}

{/if}
{/forach}
{/if}


Note: Extra fields are identified by service names because identifying them by extra field IDs is not usable enough. Identifying extra fields by their interface names ('field' column) is impossible, as these names may be defined in more than one languages.


Excellent! :D

TL408 03-30-2006 11:32 AM

Quote:

Originally Posted by svowl
Really? I got the impression that final release was imminent from this post on Mar 14:
Quote:

Originally Posted by svowl
Anticipating questions about the final release, I can inform you that RC3 is probably going to be the last release candidate before the final X-Cart 4.1.0 release. At the moment, the version 4.1.0 is undergoing the final stage of testing and we are going to complete it during the following 3-6 weeks.


I'm so glad that my guess is couple months off. Good job, X-cart. :) I look forward to the final release of 4.1.0

-Tuan


All times are GMT -8. The time now is 12:13 AM.

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