Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can anyone help? i dont know whats happening!


steviez

Recommended Posts

i have updated my store front and now when i insert a new contribution i get gaps all the way round my page. Look here

 

Plz can someone help as i can not upload and use this untill i solve this problem.

 

Thanks

Link to comment
Share on other sites

You're making it hard for people to see what may be happening by using the scrolling marque in the bottom address bar. However, by right-clicking on one of the images this is the path that comes up:

 

http://localhost/shop2/images/logo.jpg

 

It look as though you need to set up your configure.php files correctly.

 

Vger

Link to comment
Share on other sites

You're making it hard for people to see what may be happening by using the scrolling marque in the bottom address bar.  However, by right-clicking on one of the images this is the path that comes up:

 

http://localhost/shop2/images/logo.jpg

 

It look as though you need to set up your configure.php files correctly.

 

Vger

 

 

The correct url for the store is: HERE

 

any ideas? what do you meen about the scrolling marque?

Link to comment
Share on other sites

What I meant by the scrolling margue in the bottom address bar (which makes it impossible for people to see file pathways by mouseover of the item), is this:

 

<script LANGUAGE="JavaScript">

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

 var x = 0
 var y = 0
 var z = 140
 var delay = 70
 var text = "In Cart : 0 Item(s)  ?0.00 - 0kg"
 while (y ++ < z) {
 text = " " + text
 }

 function scroller() {
 window.status = text.substring(x++, text.length);
 if (x == text.length)  {
 x = 0;
 }
 setTimeout("scroller()", delay);
 }

 scroller();
 //--> 
                 
</SCRIPT>

 

The problems you are having with placement are probably due to the template you are using.

 

Vger

Link to comment
Share on other sites

What I meant by the scrolling margue in the bottom address bar (which makes it impossible for people to see file pathways by mouseover of the item), is this:

 

<script LANGUAGE="JavaScript">

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

 var x = 0
 var y = 0
 var z = 140
 var delay = 70
 var text = "In Cart : 0 Item(s)  ?0.00 - 0kg"
 while (y ++ < z) {
 text = " " + text
 }

 function scroller() {
 window.status = text.substring(x++, text.length);
 if (x == text.length)  {
 x = 0;
 }
 setTimeout("scroller()", delay);
 }

 scroller();
 //--> 
                 
</SCRIPT>

 

The problems you are having with placement are probably due to the template you are using.

 

Vger

 

 

any ideas on what to do to solve it doOd?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...