Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hello and good morning !!! :)

 

i have added QTPro in my OSCommerce Shop ...

 

I must change one line in the HTML_OUTPUT.PHP, it removes the html tags out of the string

 

#/ ausgetauscht am 2006/02/14 entfernt zus?tzlich alle htlm tags aus dem string
 #$field .= '>' . tep_output_string($values[$i]['text'], array('"' => '"', '\'' => ''', '<' => '<', '>' => '>')) . '</option>';
 $field .= '>' . tep_output_string(strip_tags($values[$i]['text']), array('"' => '"', '\'' => ''', '<' => '<', '>' => '>'))  . '</option>';
  }

 

Because it posts the whole Link in the PullDown Menue ...

 

Now it Looks like :

menue7hu.jpg

 

Now i will remove the "Options:" and all after EUR --> (inkl. 16% MwSt zzgl. Versandkosten)

 

what i have to do ? i cant find it :(

 

thx in advance and sorry for my broken english !!!

 

cheers

 

skully

Edited by SkullSplitter

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...