Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

visual (html) and configuration (cc) problems


Guest

Recommended Posts

First off, OS Commerce is awesome! I think it is the only platform that will support everything I want, and I am looking forward to my store being fully up and running!

 

I appreciate any/all responses I get!

 

1st:

 

Ok, please visit my site here

 

First off I purchased this template package online somewhere, becuase I did not want to spend the time to make something liek this from scratch (i know prob stupid).

I am very fluent with html,css, etc though..

 

If you look at any product that has enough text as a description (take healing souls > wisdom quotes > author unknown for example).. IN MOZILLA it looks AWESOME!!.. no problems.. buuuttt.. in IE the picture of the card covers up a good 3-4 lines of important information.. you can even see it sneaking out behind the picture on the left side... wtf.. im so confused.. i dug through the html.. it looks like the person that wrote the template started it like <table><p>text here...

 

I am assuming I need a <tr> and <td> in there to make it work.. where would I add these.. (no im not adding them everyitme I want to write a description.. what a PITA)...

 

Second problem.. when I tested the store with my credit card, the link through my terminal is all good, EXCEPT.. it declines me everytime because it says my car is expired.. upon further investigation.. it is sayhing my expiration days is april 04, when i typed in THREEE times april 05... for some reason no matter what I type in the expiration date seems to be the same as the month.. so that is not good. I am using EFS net payment module.. any clues??

 

I really appreciate any help!!

thanks again

-Scott

Link to comment
Share on other sites

Since I don't see your code this will be difficult, but here goes. I went to your site and found this generated HTML:

                  <TABLE class=imageholder cellSpacing=0 cellPadding=2 
                 align=right border=0>
                   <TBODY>
                   <TR>
                     <TD class=smallText align=middle><IMG 
                       title=" John Calvin " height=349 alt="John Calvin" 
                       src="Kardia Press_files/hsq2.jpg" width=500 border=0> 
                   </TD></TR></TBODY></TABLE>
                 <P>This wisdom quote is printed on Kardia's very own fine 
                 textured paper. The card measures 4x6 inches.<BR>
                 <HR>
                 "We are not our own.<BR>therefore neither our reason nor our 
                 will<BR>should guide us in our thoughts and 
                 actions."<BR><BR>John Calvin 1509-1564
                 <P></P></TD></TR>

 

Change it to this:

                  <TABLE class=imageholder cellSpacing=0 cellPadding=2 
                 align=right border=0>
                   <TBODY>
                   <TR>
                     <TD class=smallText align=middle><IMG 
                       title=" John Calvin " height=349 alt="John Calvin" 
                       src="Kardia Press_files/hsq2.jpg" width=500 border=0> 
                   </TD></TR[COLOR=purple]><TR><TD>[/COLOR]
                 <P>This wisdom quote is printed on Kardia's very own fine 
                 textured paper. The card measures 4x6 inches.<BR>
                 <HR>
                 "We are not our own.<BR>therefore neither our reason nor our 
                 will<BR>should guide us in our thoughts and 
                 actions."<BR><BR>John Calvin 1509-1564
                 <P></P></TD></TR>[COLOR=purple]</TBODY></TABLE>[/COLOR]

 

The problem is the table ends too early, and you're missing a table row and table data open.

 

I hope this helps.

The internet?

Is that thing still around?

Link to comment
Share on other sites

thanks! I ended up digging around and looking at a newer version of product_info.php.. I solved my visual problems!! THANKS!!

 

Now onto the credit card problems..

 

Anyone?? what file controls the forms that are displayed?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...