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)

ilter 06-13-2011 12:34 AM

Re: X-Cart Smart Template v4.4.x
 
Hi Phil,

i try to send private msg , but your box is full


i found skin design problem on (IE8 and IE9)

http://demos.xcartmods.co.uk/smart/product.php?productid=132&cat=0&bestseller=Y

see this picture (design problem picture)
http://ilter.org/review.jpg

"Add review button not good showing"
but when i enter F5 problem is fixed.

Can you check up please..


thank you

PhilJ 06-13-2011 03:02 AM

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

"Add review button not good showing"
Issue does not occur for me, probably just image not caching properly.

ilter 06-13-2011 09:04 AM

Re: X-Cart Smart Template v4.4.x
 
hi phil,

i test with 5 different computers.

still same problem

http://xcart-demo.qtmsoft.com/demo/home.php

on this site i can see correctly.

can you please check up again.

thank you

Cankus 06-13-2011 09:50 AM

Re: X-Cart Smart Template v4.4.x
 
Hi,

edit smart-template/modules/Customer_Reviews/vote_reviews.tpl

line 84

<td colspan="2">&nbsp;</td>

replace

<td>&nbsp;</td>


Button is okey

Cankus 06-13-2011 11:12 AM

Re: X-Cart Smart Template v4.4.x
 
Hi PhilJ,

I am a new smart template user and i need your support. I have 2 question.

1-)

I use AJAX Dynamic Product Search but turkish characters not show in search box

Turkish language use iso-8859-9 and special turkish charecters not show in box

Turkish special characters : ğ-Э-ş-ı-Ж-Г-Ğ-э-Ş-İ-ж-г

How can i add iso-8859-9 in dynamic product search files

Exmp: www.elitmarket.com and search mesir

2-) I need mini code :)

I want to use different theme for some categories

can you write mini code for this option

example::

{if $product.categoryid == 18}
Theme = Magic
{/if}

{if $product.categoryid == 4}
Theme = Royal
{/if}

:)

Thanks,

Merih

PhilJ 06-14-2011 01:02 AM

Re: X-Cart Smart Template v4.4.x
 
Merih,

Quote:

How can i add iso-8859-9 in dynamic product search files
This is untested, but in /smart_dynamic_search.php

After <?php

Insert...

Code:

header("Content-Type: text/html; charset=iso-8859-9");

Regarding "mini-code", you can use...

Code:

{if $cat eq "18"}
...
{/if}

Or...
Code:

{if $current_category.categoryid eq "18"}
...
{/if}


Cankus 06-14-2011 02:28 AM

Re: X-Cart Smart Template v4.4.x
 
Thanks PhilJ

add this code after <?php and correct working,

header("Content-Type: text/html; charset=iso-8859-9");

I think you must add this option smart template document pages

Other question

I know categori select code

{if $cat eq "18"}
... (Change template code here :) i need this code
{/if}

i need,

if customer click x categori then site theme must be automatic change

Thanks

jkwalz108 06-15-2011 06:57 AM

Re: X-Cart Smart Template v4.4.x
 
Does anyone know if the issue with incorrect sub-category counts in the fly-out menus is a Smart Template issue or a basic X-cart issue?

***On Edit*** Nevermind, it turns out that out of stock but not disabled items still show up. So I disabled the sold items to correct the counts.

ScrapbookSupplies 06-15-2011 07:01 AM

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

Originally Posted by jkwalz108
Does anyone know if the issue with incorrect sub-category counts in the fly-out menus is a Smart Template issue or a basic X-cart issue?


This was a bug for the product count, is this what you're referring to? Would check the bug tracker, I think it's an x-cart thing rather than related to theme.

sparker2 06-16-2011 07:48 PM

Re: X-Cart Smart Template v4.4.x
 
Calling all template editing angels out there! Please help! I have been working on this for the longest time and have requested help before but have not received any responses on this subject and I cannot get any help at all from Phil. I am trying to resize the header to add a larger logo and footer to add more navigational links and no matter what I change nothing is lining up. I am editing my css for each theme and I am able to increase the sizes in there but now nothing will line up correctly. Do any of you have any suggestion on how to go about this? Maybe I am doing this all wrong. Thank you very much in advance for your time. Please help if you can.

http://www.stitches4u.com/aqua_footer.png


All times are GMT -8. The time now is 03:55 PM.

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