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
  #21  
Old 09-19-2006, 04:49 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

4.0.19-4.1.3_sql_upgrade.tgz just added to the file area
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
  #22  
Old 09-19-2006, 01:10 PM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default Re: X-Cart 4.1.3 released

One more improvement suggestion.......Is to enable SKU search in the search box by default. This would certainly be VERY HELPFUL to customer looking/searching by product SKU's and part numbers. I can not think of any good reason why it should not be turn on by default. Here is a discussion thread. http://forum.x-cart.com/showthread.php?t=22671

http://img160.imageshack.us/img160/3683/searchql9.jpg

Better yet, there should be a feature to allow user searches to apply to the text in product options as well.

-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
  #23  
Old 09-21-2006, 03:54 PM
 
gastu gastu is offline
 

Senior Member
  
Join Date: Oct 2005
Location: Chile
Posts: 105
 

Default Re: X-Cart 4.1.3 released

when works with many manufacturers is very difficult to work the list or search in manufacturer.php, in my opinion need basic search.
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo
Reply With Quote
  #24  
Old 09-21-2006, 04:09 PM
 
gastu gastu is offline
 

Senior Member
  
Join Date: Oct 2005
Location: Chile
Posts: 105
 

Default Re: X-Cart 4.1.3 released

many countries work without decimal, x-cart dont have option for disable it.
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo
Reply With Quote
  #25  
Old 09-22-2006, 04:48 PM
 
cmec321 cmec321 is offline
 

Member
  
Join Date: Sep 2006
Posts: 22
 

Default Re: X-Cart 4.1.3 released

Are you guys sure it's the cart_details.tpl file? When in webmaster mode I saw it was the cart_contents.tpl page. I added code in red in between other code in that file and it worked great.


<td>{$products[prod_num].product|truncate:30:"...":true}
<p>
{if $products[prod_num].product_options ne ""}{include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options} {/if}

</td>


Quote:
Originally Posted by carpeperdiem
Steve,

I'm so sorry. It was almost 3am... and I had just tackled 12 shipping zones, including Alaska and Hawaii zones 44 and 46 and NYC same day messenger (and excluding air delivery to UPS zone 1 addresses)... my brain was toast.

OK, in cart_details.tpl, this is what I have - you should be able to extract what you need from this:

Code:
<td> {if $current_membership_flag ne 'FS'} {capture name=link_title} {$products[prod_num].product|escape:"html"} {if $products[prod_num].product_options}: {include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options is_plain='Y'} {/if} {/capture} <a href="product.php?productid={$products[prod_num].productid}" title="{$smarty.capture.link_title|escape}"> {/if} {* BEGIN COMMENT OUT SKU DISPLAY AT CHECKOUT *} {* {if $products[prod_num].productcode}{$products[prod_num].productcode}{else}#{$products[prod_num].productid}{/if}. *} {* END COMMENT OUT SKU DISPLAY AT CHECKOUT *} {$products[prod_num].product|truncate:"40":"...":true} {if $products[prod_num].product_options ne ""}{include file="modules/Product_Options/display_options.tpl" options=$products[prod_num].product_options} {/if} {if $current_membership_flag ne 'FS'} </a> {/if} </td>

OK?
__________________
4.1.3
Reply With Quote
  #26  
Old 09-22-2006, 05:24 PM
 
matt2005 matt2005 is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: Michigan
Posts: 58
 

Default Re: X-Cart 4.1.3 released

Quote:
Originally Posted by cmec321
Are you guys sure it's the cart_details.tpl file? When in webmaster mode I saw it was the cart_contents.tpl page. I added code in red in between other code in that file and it worked great.


yeah cart_details.tpl .. I just finished migrating to 4.1.3 .. works good so far, but my store is simple..

www.orthoticshop.com if u want to look.
__________________
XC4.1.12
Reply With Quote
  #27  
Old 09-23-2006, 02:29 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 code could be tied up considerably in many cases;

<font class="MarketPrice"> <span id="product_alt_price">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price}</span></font>

SHOULD BE;

<span class="MarketPrice" id="product_alt_price">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price}</span>

I thought FONT tags were extinct? and also that XHTML was supposed to be followed? There were several examples of this unecessary extra code within just the product.tpl itself! This should not be overlooked.
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
  #28  
Old 09-24-2006, 09:50 PM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default Re: X-Cart 4.1.3 released

X-cart Team,

Can you please let me know if the "X-SpecialOffers" add-on module has been tested with version 4.1.3? Is it fully working on this release?

Thanks
-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
  #29  
Old 10-01-2006, 05:31 PM
 
kevinrm kevinrm is offline
 

X-Wizard
  
Join Date: Aug 2003
Posts: 1,003
 

Default Re: X-Cart 4.1.3 released

I know it used to be that it took many versions before all of the bugs were worked out on previous versions of x-cart, but I'm looking at this one and it seems to me they go this one pretty close right now. So far, I really haven't found any problems with it - I may go live.
__________________
X-Cart 5.4.1.39 Live
PHP 7.4.33
5.5.5-10.3.38-MariaDB MariaDB
Apache 2.4
CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT
32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1
Reply With Quote
  #30  
Old 10-03-2006, 12:17 PM
  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

Very small error i noticed, if you have made the "Title" required as a "Ship to a different address" area in User profile options, the required * will not show up next to the Title, so it might not actually be required.

Should display like;

Title *
__________________
Richard


Ultimate 5.4 testing
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:38 PM.

   

 
X-Cart forums © 2001-2020