php - Edit Success message and link in Opencart / Mijoshop -



php - Edit Success message and link in Opencart / Mijoshop -

im trying remove link product in success bar when adding product cart category page life of me cant find edit link!

i've searched entire site , found message , link in opencart > catalog > language > english language > checkout > cart.php editing doesnt work , cant found anywhere else except wishlish , compare!

any ideas on getting great. im trying remove link product page in message, nil else.

much appreciated.

imho, need alter translation

$_['text_success'] = 'success: have added <a href="%s">%s</a> <a href="%s">shopping cart</a>!';

to this

$_['text_success'] = 'success: have added %2$s <a href="%3$s">shopping cart</a>!';

that should work. take @ sprintf.

php mysql opencart

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -