Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ship in cart


audioshop55

Recommended Posts

Hello,

 

I just installed this contribution Ship In Cart, by cons I have a problem with links to payment methods that always sends me an address like this: http://MyDomaine/_

 

I think the code does not work with javascript built:

 

<script language="JavaScript">
 function shipincart_submit(sid){
if(sid){
  document.estimator.sid.value=sid;
}
document.estimator.submit();
return false
 }
</script>

 

 

 

$thisquoteid = $quotes[$i]['id'].'_'.$quotes[$i]['methods'][0]['id'];

$ShipTxt.='<td class="main"><a title="' . CART_SELECT_THIS_METHOD .'" href="_"  onclick="return shipincart_submit(\''.$thisquoteid.'\');"><b>'.$quotes[$i]['module'].' ';

 

Could you help me with this link please?

 

thank you

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...