SkullSplitter Posted February 17, 2006 Posted February 17, 2006 (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 : 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 February 17, 2006 by SkullSplitter Quote
Recommended Posts
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.