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

What's new mod

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #11  
Old 03-29-2005, 11:59 AM
 
tlopez tlopez is offline
 

Newbie
  
Join Date: Oct 2003
Posts: 3
 

Default

Quote:
Finally, you can call this mod through a link e.g:

Code:

New added products in the last 10 days

"wn" indicats the number of days , wn=10 i.e. 10 days


Thanks alkhashrami

The above line of code that you provided solved my problem in getting this mod to work.

[/quote]
__________________
x-cart 4.0.8
Reply With Quote
  #12  
Old 04-14-2005, 11:01 PM
  august's Avatar 
august august is offline
 

Senior Member
  
Join Date: Jul 2003
Posts: 178
 

Default

Well, something is definitely not right, this won't work in 4.0.13, and I don't see it working in your sites either.
__________________
"The point is, to make so much money, that money isn't the point anymore."

Pro Version 4.0.19
Gold Version 4.1.3
Linux
Reply With Quote
  #13  
Old 04-25-2005, 08:44 AM
  august's Avatar 
august august is offline
 

Senior Member
  
Join Date: Jul 2003
Posts: 178
 

Default

**Update** Already got it as I wanted

I'm willing to pay for a "What's New" MOD, that have the same principle as Funky MOD (http://forum.x-cart.com/viewtopic.php?t=1418&postdays=0&postorder=asc&high light=newest%20mod&start=0), with this requirements:

1- Must work in version 4.0.13
2- Need to open in a new window from special.tpl
3- Must do random product.
4- Have a selection of how many days you want to see the new products. (10, 30, 60)
5- Must be open source
6- Be reasonable with the price

All the code is there in the forum it just need to make it work in the actual version, Duncan did it once for me in version 3.4.0, but now he does not want to work with x-cart products. I still have the backup that he gave me.
__________________
"The point is, to make so much money, that money isn't the point anymore."

Pro Version 4.0.19
Gold Version 4.1.3
Linux
Reply With Quote
  #14  
Old 05-19-2005, 09:49 PM
 
IndieDepot IndieDepot is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 30
 

Default

alkhashrami,

Your mod worked excellent in 4.0.13

All I did was follow your instructions. *smile*

thanks.

- Shannon
__________________
- www.TheShotList.com
X-Cart version 4.0.13
PHP 4.3.10
MySQL 4.0.23
Web server Apache
Operation system Linux
Perl 5.008004
XML parser (expat) 1.95.6
Reply With Quote
  #15  
Old 05-20-2005, 02:09 AM
 
alkhashrami alkhashrami is offline
 

Newbie
  
Join Date: Jan 2005
Location: Abha, Saudi Arabia
Posts: 5
 

Default

Thank you IndieDepot,

this is what i hope


and don't foreget that the original code was posted by walteis


i hope the users of x-cart will find this mod useful as i do.
__________________
X-Cart Gold 4.0.17 (X-AOM, X-FancyCat, FasionMosaic skin)
Operating System Linux
Apache version 1.3.34 (Unix)
PHP version 4.4.1
MySQL version 4.1.13
Reply With Quote
  #16  
Old 04-01-2006, 08:12 AM
  ShishaPipeUK's Avatar 
ShishaPipeUK ShishaPipeUK is offline
 

Senior Member
  
Join Date: Jul 2005
Location: London, England.
Posts: 118
 

Default

Hi, just curious, whe do we have 2 instances off {include file="customer/main/navigation.tpl"}

Code:
{include file="customer/main/navigation.tpl"} {include file="customer/main/products.tpl" products=$newproducts} {include file="customer/main/navigation.tpl"}
__________________
Apache/2.0.55 (Red Hat) & MYSQL Server: 5.0.24
PERL: 5.008005 / PHP: 4.4.4 - 4.3.1 X-CART

Shop carts at
http://www.nightscene.co.uk/shop/home.php
http://www.theshisha.net/shopcart/home.php
http://www.system-maintenance.com/maint/home.php
http://www.tabac4u.com
Reply With Quote
  #17  
Old 04-21-2006, 12:54 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default

How can i get this mod running on 3.5.14?
Reply With Quote
  #18  
Old 06-14-2006, 02:40 PM
  cherie's Avatar 
cherie cherie is offline
 

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

Default

Quote:
Originally Posted by ShishaPipeUK
Hi, just curious, whe do we have 2 instances off {include file="customer/main/navigation.tpl"}

Code:
{include file="customer/main/navigation.tpl"} {include file="customer/main/products.tpl" products=$newproducts} {include file="customer/main/navigation.tpl"}
This is the display of page navigation at the top of the page and at the bottom (two).
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #19  
Old 08-06-2006, 07:19 PM
 
admintds admintds is offline
 

Newbie
  
Join Date: Aug 2006
Posts: 4
 

Default Re: What's new mod

Quote:
Originally Posted by walteis


Then I added a config table setting called TFTACustom.wndays, you can call it anything you'd like.

Assuming that you called it that, you can then add a link in the categories.tpl

Code:

This mod works as written with 4.0.7

Walt

My question is this...I've done everything else from your original post...cept this. Not sure where or how to do t his? I have a new products box showing up on my homepage....but nothing is in it. Is this what I need to do for product to show up??? And if so...how?

Thank you in advance...
Janel
__________________
Gold 4.0.18
Reply With Quote
  #20  
Old 08-24-2006, 03:29 AM
 
subzero subzero is offline
 

eXpert
  
Join Date: Mar 2005
Posts: 238
 

Question Re: What's new mod

Quote:
Originally Posted by admintds
Originally Posted by walteis


Then I added a config table setting called TFTACustom.wndays, you can call it anything you'd like.

Assuming that you called it that, you can then add a link in the categories.tpl

Code:

What's New


This mod works as written with 4.0.7

Walt
My question is this...I've done everything else from your original post...cept this. Not sure where or how to do t his? I have a new products box showing up on my homepage....but nothing is in it. Is this what I need to do for product to show up??? And if so...how?

Thank you in advance...
Janel


i have almost the same problem as you
i did everything but the config table bit as i wasnt sure what to do there
only difference is i dont seem to have any box showing on my home page
its almost as if i had never added the mod at all

anyone help me???
__________________
Version 4.0.17
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



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 12:32 PM.

   

 
X-Cart forums © 2001-2020