X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Complete Rounded Product Boxes Help? (https://forum.x-cart.com/showthread.php?t=12574)

KCAutosound 03-03-2005 06:59 PM

Complete Rounded Product Boxes Help?
 
If you scan the forums here you will see that there are four forum posts from people trying to get the product display boxes similar to genpi.com or www.essentialipod.co.uk . I'm having the hardest time trying to get this. I was wondering if someone could post maybe a step process of how to achieve this look.

x-online 03-03-2005 07:38 PM

my advice,

Go to edit > source code

See what they got and learn from it ^^

KCAutosound 03-03-2005 08:33 PM

been at it all night but not getting anywhere. What actual tpl file do I need to edit for this? product.tpl,products.tpl,products_t.tpl?

x-online 03-03-2005 09:14 PM

With http://www.essentialipod.co.uk/
In the middle where he got under "this week's featured iPod accessories"
I think the file is @ /shopnamehere/skin1/customer/main/featured.tpl

Here is the code:
Code:

{* $Id: featured.tpl,v 1.14 2003/02/07 11:35:04 svowl Exp $ *}
{capture name=dialog}
{if $f_products ne ""}
{include file="customer/main/products.tpl" products=$f_products featured="Y"}
{else}
{$lng.txt_no_featured}
{/if}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_featured_products content=$smarty.capture.dialog extra="width=100%"}

If you changed "dialog.tpl" to your special made "round box"
that should work !!

See www.directav.com.au this is how i do it...

I'm newbie too with graphic so any comment let me know.

KCAutosound 03-03-2005 09:59 PM

cool... been trying tons of css round box scripts from searches online but can't seam to get them going. Bout to just ditch the idea. Too much of a pain. Wasting time on this when I should be focusing on loading my product

balinor 03-04-2005 03:37 AM

You need to use a rounded corner graphic. Use css for the borders, use images for the round part.


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

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