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)
-   -   Shopping Cart template messed up somehow. (https://forum.x-cart.com/showthread.php?t=10551)

blue-dreamer 11-24-2004 04:53 PM

You have some table alignments set to center when all the others are not set.

In /customer/home.tpl edit the following


Code:

<TABLE border="0" width="100%" cellpadding="0" cellspacing="0" align="center">

to

Code:

<TABLE border="0" width="100%" cellpadding="0" cellspacing="0">

jb1013 11-24-2004 09:33 PM

Thanks but no dice
 
Thanks for the suggestion, unfortunately it didn't help. I cleared the template cache.

This one is definately strange I'm going to trying changing some things with the three products that are causing the problem to see if I can come up with something that seems to help.

If anyone else has suggestions I would love to hear them. I'll post back if I figure it out.

Thanks,

JB

Yang Xu 11-25-2004 12:25 AM

I believe the coupon part got problems. Look at the HTML code:

Code:

<TR><TD class="DialogBorder"><TABLE border="0" cellpadding="10" cellspacing="1" width="100%">
<TR><TD class="DialogBox"><TABLE>


It will be the dialog.tpl for discount coupon part.

jb1013 11-25-2004 10:59 AM

Very Strange Indeed
 
It definately seems to have something to do with the HTML within the Short Descriptions. I made some adjustments on the products that were causing the problem and I seem to have it fixed.

For my own sanity.

Let me know if you can tell me why this Short description would cause the table cells to break

Code:

The Photosynthesis CD by Dynamic



Dynamic, a San Francisco Bay Area group, represents the newest breed of young musical titans who fuse genres, molding hybrid sounds into the new millennium timescape.


while this does not

Code:

Dynamic, a San Francisco Bay Area group, represents the newest breed of young musical titans who fuse genres, molding hybrid sounds into the new millennium timescape.

Also this code causes the table cells to break

Code:

mp3 download of all 14 tracks from the "Trying To Find The Door" CD from Shantytown



Shantytown is roots rock at its best, infused with plenty of blues and some Celtic, funk, and soul sounds. The bandБ─≥s debut album, Trying to Find the Door, is a collection of well told tales expressed through passionate guitar licks, rollicking harmonica, and thoughtful, engaging lyrics.



Visit Shantytown's Website


While this does not

Code:

mp3 download of all 14 tracks from the "Trying To Find The Door" CD from Shantytown

Thanks,

JB

blue-dreamer 11-25-2004 04:21 PM

Looks like you got it fixed?

jb1013 11-25-2004 06:11 PM

Yes fixed but I dont know why?
 
The problem seems to be at least temporarily fixed, although I can't figure out the logic behind it. I will almost certainly come up against this again, if I can't figure out why certain short desctriptions are causing problems and others are not.

I'm sure after this comes up a few more times, I'll narrow it down.

Thanks,

JB


All times are GMT -8. The time now is 07:45 PM.

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