![]() |
Re: Free "What's New?" X-Cart module released!
Quote:
You need to prevent import script from changing add_date field in xcart_products table Quote:
lines 33,34 of whats_new.tpl: Code:
popup_top = round(viewportheight/2) - 23; //23 - half of the height and lines 85,86 Code:
newdiv.style.height = '36px'; You need to change height and width of the background image as well Add into your css file to change font size/color: Code:
#bubble{font-size:12px} |
Re: Free "What's New?" X-Cart module released!
Victor thank you, what about my posting on the popup bubble issue in IE the whole page just keep resfreshing in IE8.
Thanks man :) |
Re: Free "What's New?" X-Cart module released!
Quote:
Did you change it to show products without pagination? It looks like your PHP is running out of memory trying to display them at once |
Re: Free "What's New?" X-Cart module released!
Victor this happens on the homepage. I'm not displaying any 'whats new' products on the homepage. They are in a category. If you dont mind as well I have the same question as the other who posted in the wrong forum. How can you display a certain number of 'whats new' on the homepage and again maybe from a certain category?
|
Re: Free "What's New?" X-Cart module released!
to display the first page of new products on the homepage
/modules/Whats_New/module.php replace Code:
if ($WhatsNew == "Y"){ Code:
if ($WhatsNew == "Y"){ and add into your skin1/customer/main/welcome.tpl Code:
{capture name=dialog} For a certain category check this post http://forum.x-cart.com/showpost.php?p=266341&postcount=50 |
Re: Free "What's New?" X-Cart module released!
Quote:
That's right, but when you clicking the bubble it tries to search for all the products since last visit (70000) |
Re: Free "What's New?" X-Cart module released!
The code on #55 can I use that to have it on my home page but also still have the category?
|
Re: Free "What's New?" X-Cart module released!
Quote:
|
Re: Free "What's New?" X-Cart module released!
Thank you for the great mod! It installed easy and I had no troubles getting it to work. Not really happy that when I add it to the front page it looks like a category page so I think I will take that back off, but other than that it does exactly what it should do. Thank you for making it such a simple and quick install :)
|
Re: Free "What's New?" X-Cart module released!
I love this module. It's been running great, but I got a couple of SQL errors in the last day or so. Maybe someone could shed a little light on them for me...
Code:
SQL query : select count(*) from xcart_products where add_date > 1251517824, $Version=0 and add_date < 1251517825 Thanks, Jason |
All times are GMT -8. The time now is 02:19 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.