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

Free "What's New?" X-Cart module released!

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #21  
Old 06-17-2009, 03:07 AM
 
dolaghan dolaghan is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 51
 

Default Re: Free "What's New?" X-Cart module released!

the link that was working though is not ideal though as it only shows since your last visit, any idea why my main link is doing what it is doing?

regards
__________________
Now on X-Cart version 4.1.8
Reply With Quote
  #22  
Old 06-17-2009, 03:14 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Free "What's New?" X-Cart module released!

I suppose it shows the product you have added today.
Since there are no other products added within last two weeks this is the only product in this category.
Try to use 30 instead of 14 or even 300 (to grab all your products sorted by add date in reverse order)

Quote:

Configuration

Browse to your administration area -> "General Settings" then select "Whats' New" from "Modules options" and set how many days products are considered to be new.
Edit lbl_wnmod_title language variable to change 'New products' dialog title and lbl_wnmod_whatsnew language variable to change categories menu link text.


Add this code in the place where you want to show new products notification (in any tpl file you like). We recommend to use the very beginning of the /skin1/customer/home_main.tpl file.


{if $active_modules.Whats_New && $new_products_count gt 0}
{include file="modules/Whats_New/Whats_New.tpl" top="100" left="100" background="bubble_007171.png"}
{/if}


This code has parameters you can tweak to achieve maximum of appearance compatibility with your store:

top (optional) distance in pixels from top side of screen if not specified, bubble being displayed at centre of screen
left (optional) distance in pixels from left side of screen if not specified, bubble being displayed at centre of screen
background (optional) Filename of bubble image, one from our predefined set if not specified, default bubble being displayed
So you should find the code
Code:
{include file="modules/Whats_New/Whats_New.tpl"}
in your templates and change top and left to adjust bubble location
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #23  
Old 06-17-2009, 03:18 AM
 
dolaghan dolaghan is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 51
 

Default Re: Free "What's New?" X-Cart module released!

hi, ive ammended to 30 days but still just get this error when you follow the link
http://completefone.com/home.php?cat=0&WhatsNew=Y

ive removed the bubble and the link in categories as i have put a bolder link on the speed bar but obviously need this to eb working.

is there anyway even if i have to pay you you could resolve this for me.


regards
__________________
Now on X-Cart version 4.1.8
Reply With Quote
  #24  
Old 06-17-2009, 03:27 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Free "What's New?" X-Cart module released!

I don't know when your products were added so try set it to 360 (to grab all your products added last year sorted by add date in reverse order)
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #25  
Old 06-17-2009, 03:30 AM
 
dolaghan dolaghan is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 51
 

Default Re: Free "What's New?" X-Cart module released!

i will try that but if you click on my link the page is not doing what it should do, ive clicked on the same link in another x-cart store and its totally different.
mine is not creating the category correctly, yesterday i added over 20 products so these should be showing?

regards
__________________
Now on X-Cart version 4.1.8
Reply With Quote
  #26  
Old 06-17-2009, 03:37 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Free "What's New?" X-Cart module released!

Please contact us from the module page for free support. We will need access to your store to fix this
http://x-cart-customization.com/x-cart-modules/Whats-New.html
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #27  
Old 06-17-2009, 04:04 AM
 
dolaghan dolaghan is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 51
 

Default Re: Free "What's New?" X-Cart module released!

details sent, many thanks
__________________
Now on X-Cart version 4.1.8
Reply With Quote
  #28  
Old 07-14-2009, 10:17 AM
 
royng royng is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 85
 

Default Re: Free "What's New?" X-Cart module released!

Is there a way you can set the What's new in to a side box, instead of under home cat.
__________________
X-Cart DB Version: 4.1.11 GOLD
Reply With Quote
  #29  
Old 07-15-2009, 02:46 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Free "What's New?" X-Cart module released!

Yes, just create a new menu (the code below is for 4.1.x branch)

Code:
{if $active_modules.Whats_New} {capture name=menu_new} <a href="home.php?WhatsNew=Y">{$lng.lbl_wnmod_title}</a> {/capture} {include file="menu.tpl" menu_title=$lng.lbl_wnmod_whatsnew menu_content=$smarty.capture.menu_new} {/if}

and turn 'what's new' category off by commenting the line
Code:
$smarty->assign($var_name, $wn_cats);
(replace it with)
Code:
#$smarty->assign($var_name, $wn_cats);
in the file modules/Whats_New/categories.php


__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote
  #30  
Old 08-07-2009, 05:42 PM
 
ibdmanhb ibdmanhb is offline
 

Senior Member
  
Join Date: Mar 2008
Posts: 190
 

Default Re: Free "What's New?" X-Cart module released!

Hey Victor,

I have tried getting this module installed and am having no luck getting the bubble to show up. I tried adding the code in skin1/customer/home_main.tpl, home.tpl and customer/main/welcome.tpl. I cleared the store cache, browser cache, refreshed the page and still nothing. even set days to 360 and I have products added today. I have done some mods and have had some experience modifying files and never had any issues getting them too work, until now.....

any suggestions ??

Thanks in advance
__________________
X-cart X5 business
VPS Liquidweb
Linux/Litespeed
php7.3


https://www.lourdeslove.com
https://calnetsecurity.com
https://www.ReligiousClub.com
https://www.caltecservices.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


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 01:14 PM.

   

 
X-Cart forums © 2001-2020