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

X-Cart 4.1.0 rc3 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #71  
Old 03-29-2006, 02:49 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default

Thanks Cherie,

I am going to try and hold out until 4.1.0 is released. Hopefully it will be soon.
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote
  #72  
Old 03-29-2006, 11:21 AM
 
bestdu bestdu is offline
 

Newbie
  
Join Date: Aug 2005
Posts: 4
 

Default

how long to go for the final release?

any clue?
__________________
bestdu
Reply With Quote
  #73  
Old 03-29-2006, 02:27 PM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default

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.
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
  #74  
Old 03-29-2006, 03:05 PM
  cherie's Avatar 
cherie cherie is offline
 

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

Default

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.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #75  
Old 03-29-2006, 09:53 PM
 
verbic verbic is offline
 

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

Default

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.
__________________
Sincerely Yours,
Dmitry Verbichenko
Chief Information Officer
Reply With Quote
  #76  
Old 03-29-2006, 10:03 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

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?

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.
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #77  
Old 03-29-2006, 10:07 PM
 
svowl svowl is offline
 

X-Cart team
  
Join Date: Jan 2003
Posts: 937
 

Default

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.
__________________
Vladimir Semyonov
Lead Software Engineer
Reply With Quote
  #78  
Old 03-30-2006, 12:50 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default

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
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote
  #79  
Old 03-30-2006, 06:49 AM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

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!
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
  #80  
Old 03-30-2006, 11:32 AM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default

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
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
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 05:45 AM.

   

 
X-Cart forums © 2001-2020