X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Smart Template v4.4.x (https://forum.x-cart.com/showthread.php?t=55088)

sparker2 01-20-2011 05:17 PM

Re: X-Cart Smart Template v4.4.x
 
Can someone please explain how the New Products mod that Phil gave for free to customers that use the Smart Templates work? I would like to know how to change when a product is considered new. I would like to set it up to display products added within the last 30 days only. And also, I noticed it does let you have multiple pages like the product pages or does it? So how will it work if I add let say 20 new products? Thank you for your help and replies in advance.

PhilJ 01-20-2011 09:52 PM

Re: X-Cart Smart Template v4.4.x
 
1 Attachment(s)
sparker2, please try and keep replies to a minimum, or at least one post at a time.

Re. new products...
Quote:


I would like to set it up to display products added within the last 30 days only.

Try the attached, in connection with the new product mod, there's no paging.

chamberinternet 01-21-2011 12:34 PM

Re: X-Cart Smart Template v4.4.x
 
1 Attachment(s)
Hi All ...

I'm using the Smart Template 4.4.x for a client.
One of the things i've done is remove all the footer links from /skin/smart_template/custom/footer.tpl

But i'm now left with a large space at the bottom (see attachment)

Can you help on how I can remove/reduce this large area?

Many Thanks

ilter 01-22-2011 03:37 AM

Re: X-Cart Smart Template v4.4.x
 
hi phil,
you fixed IE 8 image slider problem (i saw your demo page)
but Featured products button effect dont work good on IE8

please use IE8 and push the Featured products left/right button , effect dont work good. (when the push the left/right buttons effect dont work good)

and i want to say you , when i open your demo page with IE8 your template opening slowly (but i dont see this problem on Google Crome)

can you please check these problems..

i am waiting your answer

thank you

mpepel 01-24-2011 01:09 AM

Re: X-Cart Smart Template v4.4.x
 
PHIL,
New Products show second (Polish) language only in the New Products Dialog Title. New Products Titles are not translated. Any suggestion?
Thanks,

Klemens
www.rozmach.com

PhilJ 01-24-2011 05:30 AM

Re: X-Cart Smart Template v4.4.x
 
Klemens, ensure you've added the polish language label for new products, then run cleanup.php
Code:

REPLACE INTO xcart_languages SET code='pl', name='lbl_st_new_products', value='Nowe Produkty', topic='Labels';

Mudjocky 01-24-2011 08:02 AM

Re: X-Cart Smart Template v4.4.x
 
Anyone know a quick way to add product Sku to the featured, new and random products?

Also, how to get the new and random products to show up on all product and category pages...to fill the void at the bottom of the screen. Thanks

mpepel 01-25-2011 08:17 AM

Re: X-Cart Smart Template v4.4.x
 
PHIL,
Once again, thanks for your extraordinary costumer support.
With Polish language label for new products, please correct me if there is something I am doing wrong. I did everything you said, and the code:
Code:

REPLACE INTO xcart_languages SET code='pl', name='lbl_st_new_products', value='Nowe Produkty', topic='Labels';
I entered in: Patch/Upgrade center > Apply SQL patch.SQI query.
The dialog (category name) translates perfectly, but the name of every single item inside that New Products category is not.
Could you correct me what I did wrong?
Thanks again,
Klemens
www.rozmach.com

PhilJ 01-25-2011 10:21 AM

Re: X-Cart Smart Template v4.4.x
 
Quote:

Can you help on how I can remove/reduce this large area?
chamberinternet, look for and change the height in #st_footer_center { ... }
Quote:


The dialog (category name) translates perfectly, but the name of every single item inside that New Products category is not.
Could you correct me what I did wrong?

mpepel, make sure you have added international titles/descriptions etc. for your products (?)
Quote:


please use IE8 and push the Featured products left/right button , effect dont work good. (when the push the left/right buttons effect dont work good)

ilter, IE8 will run sluggishly if you have all features enabled on the homepage. Chrome, FF etc. all run nicely.
Quote:


Anyone know a quick way to add product Sku to the featured, new and random products?

Mudjocky,
Featured Products - skin/smart_template/custom/featured_xxxx.tpl (carousel or pager) - Insert {$f_products[product].productcode}
New Products - skin/smart_template/custom/featured_new_products.tpl - Insert {$n_products[product].productcode}
Random Products - skin/smart_template/custom/featured_new_products.tpl - Insert {$r_products[product].productcode}

The new and random products functionality requires further customisation, in order to appear on category pages.

Mudjocky 01-25-2011 10:43 AM

Re: X-Cart Smart Template v4.4.x
 
Thanks. Can I still input the stock xcart function for random in the page outside of the tabs? redundant I know..but it fills up space.


All times are GMT -8. The time now is 05:52 PM.

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