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

X-Cart 4.1.2 released

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #51  
Old 07-24-2006, 04:09 PM
  ETInteractive.com's Avatar 
ETInteractive.com ETInteractive.com is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 747
 

Default

MFFowler, we may have to change your username to MFBugFinder.

__________________
ETInteractive.com
X-Cart 3.5.x
Reply With Quote
  #52  
Old 07-24-2006, 04:34 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

Funny. But while working a few sites there seems to be plenty or quirkiness going on. No complaints- at least until someone lists this as stable.

- Mike
__________________
4.1.9
Reply With Quote
  #53  
Old 07-25-2006, 03:48 AM
 
vaughan vaughan is offline
 

Newbie
  
Join Date: Jun 2005
Posts: 5
 

Default category import into 4.1.2

I'm having a farly easy time so far with 4.1.2 but I have come across 1 problem.

When importing categories with descriptions, the descriptions are not imported if the category has subcategories

eg:

historical
historical/ancients
historical/ancients/assyrians

'historical/ancients/assyrians' will have the required description but the description for 'historical/ancients' will be blank.

It doesn't seem to matter if it's simple text or html.

If I enter the descriptions using the admin pages then they export ok but do not re-import. Again they just disappear.

Any thoughts? I'd hate to manually add 80+ descriptions each time.

Cheers
Vaughan
__________________
xcart 4.0.14
Reply With Quote
  #54  
Old 07-26-2006, 08:55 PM
 
gastu gastu is offline
 

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

Default add/update language

add/update language dont work when i try update language in server side, them i install xcart in localhost and update language and WORK

i try with diferent hosting and dont work.
__________________
Gonzalo Astudillo Pizarro | https://about.me/gonzaloastudillo
Reply With Quote
  #55  
Old 07-31-2006, 12:27 AM
 
TL408 TL408 is offline
 

X-Adept
  
Join Date: Jan 2005
Posts: 549
 

Default

Has anyone here able to get the "Best Seller" module configured and working properly?

Svowl, can you please check this out for us. Your help is greatly appreciated.

Thanks
-Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9
Reply With Quote
  #56  
Old 07-31-2006, 02:16 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

Yes, the bestsellers works fine. You have to have advanced statistics enabled (modules) and have sales. Products show up in their respective category.

- Mime
__________________
4.1.9
Reply With Quote
  #57  
Old 08-03-2006, 07:32 AM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default

In the thread for the rc2 version of 4.1 svowl posted this code to display all extra fields in the 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 this code to display a single extra field:

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}


Unfortunately, I can't seem to get either of them to work. When I put the code into my products.tpl I get this error:
Code:
Fatal error: Smarty error: [in customer/main/products.tpl line 41]: syntax error: invalid attribute name: '$products[product].extra_fields' (Smarty_Compiler.class.php, line 1533)

Has anyone else had this problem? If so do you mind sharing how you fixed it.
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote
  #58  
Old 08-03-2006, 08:19 AM
  cherie's Avatar 
cherie cherie is offline
 

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

Default

Quote:
Originally Posted by longhorn180
Has anyone else had this problem? If so do you mind sharing how you fixed it.
One item to note is that /forach should be /foreach. But this code really depends on where you are trying to use it. $products[extra_fields] is only available when you have a list of products such as products.tpl and products_t.tpl. If you are trying to get this information on an individual product page then the array is $extra_fields:
Code:
{section name=field loop=$extra_fields} {if $extra_fields[field].service_name eq "ISBN"} {$extra_fields[field].field}: {$extra_fields[field].field_value} {/if} {/section}
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #59  
Old 08-03-2006, 08:24 AM
 
intel352 intel352 is offline
 

X-Wizard
  
Join Date: Dec 2005
Posts: 1,071
 

Default

Quote:
Originally Posted by cherie
Quote:
Originally Posted by longhorn180
Has anyone else had this problem? If so do you mind sharing how you fixed it.
One item to note is that /forach should be /foreach. But this code really depends on where you are trying to use it. $products[extra_fields] is only available when you have a list of products such as products.tpl and products_t.tpl. If you are trying to get this information on an individual product page then the array is $extra_fields:
Code:
{section name=field loop=$extra_fields} {if $extra_field.service_name eq "ISBN"} {$extra_field.field}: {$extra_field.value} {/if} {/section}


Cherie, looks like a typo in your code:
$extra_field should be $extra_fields
__________________
-Jon Langevin
WARNING: Unethical developer - NOT RECOMMENDED
See details here
Reply With Quote
  #60  
Old 08-03-2006, 08:34 AM
  cherie's Avatar 
cherie cherie is offline
 

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

Default

Quote:
Originally Posted by intel352
looks like a typo in your code
Oops! I copied from the wrong code. I fixed the post.
__________________
redlimeweb.com
custom mods and design integration
4.7 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 09:39 AM.

   

 
X-Cart forums © 2001-2020