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)

PhilJ 11-04-2010 04:59 AM

Re: X-Cart Smart Template v4.4.x
 
X-Cart does that by default, but we fixed it...

skin/smart_template/modules/News_Management/customer/news_archive.tpl

Lines 34-40 should be...
Code:

        <div class="news-body">
          {if $m.allow_html eq "N"}
            {$m.body|escape|nl2br}
          {else}
            {$m.body}
          {/if}
        </div>


It should then render the HTML.

jondoe 11-04-2010 07:32 AM

Re: X-Cart Smart Template v4.4.x
 
thanks.
Hey, sorry just one more thing. The search doesn't show a result page; it throws an error page when I try to search an item. If I turn on a default x-cart themem, it returns a result page.

PhilJ 11-04-2010 08:23 AM

Re: X-Cart Smart Template v4.4.x
 
jondoe, I've emailed you the fix, this was addressed a while ago.

candc 11-06-2010 11:33 AM

Re: X-Cart Smart Template v4.4.x
 
I am finding 150px wide thumbnails are covering part of the price/sku, and start of the short description.

As regenerating the images doesn't seem to work in 4.4.1, is it possible to adjust this somehow:-)

PhilJ 11-07-2010 03:19 AM

Re: X-Cart Smart Template v4.4.x
 
Sure, skin/smart_template/custom/css/common.css
Code:

ul.row_view li .product_block .thumbcol { float: left; width: 135px; /* Image Column Width */ }
ul.row_view li .product_block .thumbcol img { margin: 0 0 10px 0; width: auto; height: auto; /* Thumbnail Size */ }
ul.row_view li .product_block p.desc { margin-top: 0; margin-left: 135px; /* Image Column Width */ }
ul.row_view li .product_block p.details { margin-left: 135px; /* Image Column Width */ }


candc 11-07-2010 03:33 AM

Re: X-Cart Smart Template v4.4.x
 
Perfect, that has sorted it, thanks Phil :D

yages 11-09-2010 06:20 PM

Re: X-Cart Smart Template v4.4.x
 
The quantity dropdown box on products is overlapping the above tax line need to lower the drop down quantity box

PhilJ 11-10-2010 03:53 AM

Re: X-Cart Smart Template v4.4.x
 
Yages, use Firebug to find the <div> element and adjust the associated CSS accordingly.

yages 11-10-2010 01:22 PM

Re: X-Cart Smart Template v4.4.x
 
div class="quantity"
Do not now what css to edit
Looked OK before I add your smart skin

jondoe 11-11-2010 05:02 AM

Re: X-Cart Smart Template v4.4.x
 
Is anyone having the problem setting Maximum Thumbnail Width? I've set 125 pixel but thumbnails width do not change at all.


All times are GMT -8. The time now is 08:04 AM.

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