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

marcelox7 08-18-2006 11:39 AM

THANKS A LOT!!!!
 
I LOVE X-CART!!!

GREAT JOB!!!

THANKS FOR THE 4.1.3

Newpowerr 08-18-2006 12:51 PM

Dust my eyes deceive me?

iDEAL payment postbank AND iDEAL regular??

Thank you guys!!!

This will be one long weekend to test this version!

mffowler 08-19-2006 07:35 PM

Google Checkout.... anyone tried this yet?

- Mike

Light Speed 08-19-2006 07:42 PM

Quote:

Originally Posted by mffowler
Google Checkout.... anyone tried this yet?

- Mike


Maybe x-cart team will:
https://checkout.google.com/support/sell/bin/answer.py?answer=42917

ETInteractive.com 08-19-2006 07:52 PM

Beware of Google Checkout... at least at this early stage.

http://groups.google.com/group/google-checkout-basics/browse_thread/thread/9c4214ccd0d81b3a/cfb26d253fd789e7#cfb26d253fd789e7
http://www.pcworld.com/article/id,126694-page,1-c,shopping/article.html

Lots of complaints on it.....

longhorn180 09-13-2006 12:31 PM

Re: X-Cart 4.1.2 released
 
Quote:

Originally Posted by cherie
That would be the other code that uses the $products[product].extra_field array. :D


Okay, call me stupid. I cannot seem to get this to work on the products.tpl. Do you mind helping me see where I'm screwing this up? The extra field value won't display with this code
Code:

      {section name=field loop=$products[product].extra_fields}
      {if $products[product].extra_fields[field].service_name eq "AUTHOR"}
      by: {$products[product].extra_fields[field].field_value}
      {/if}
      {/section}

Any help is greatly appreciated.

cherie 09-13-2006 12:50 PM

Re: X-Cart 4.1.2 released
 
Quote:

Originally Posted by longhorn180
Okay, call me stupid. I cannot seem to get this to work on the products.tpl. Do you mind helping me see where I'm screwing this up? The extra field value won't display with this code
Code:

      {section name=field loop=$products[product].extra_fields}
      {if $products[product].extra_fields[field].service_name eq "AUTHOR"}
      by: {$products[product].extra_fields[field].field_value}
      {/if}
      {/section}

Any help is greatly appreciated.

Try this:
PHP Code:

{if $products[product].extra_fields ne ''}
{foreach 
from=$products[product].extra_fields item=extra_field}
{if 
$extra_field.service_name eq "AUTHOR"}
by: {$extra_field.value}
{/if}
{/foreach}
{/if} 

One thing that gets confusing is that in some places it is field_value and others it is value.

longhorn180 09-13-2006 01:50 PM

Re: X-Cart 4.1.2 released
 
Thanks cherie, that worked perfectly. I really appreciate it.
:D/ :D/


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

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