News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Remove strip_html when saving order status description

Started by Uke, November 11, 2013, 18:30:30 PM

Previous topic - Next topic

Uke

Virtuemart 2.0.24 - Joomla! 2.5.14

Hello!

I want to use the "order status description" in emails when status changed. The problem is that i want to use html for the order status description, but when it is saved all html will be stript away.

Where i can change this?

I searched many files but i could not find it. Thanks for help.  :-\

GJC Web Design

hmm-
searched every file in VM for order_status_description, virtuemart_orderstates, orderstatus etc but can't find where the html is stripped either

it is posted from the editor but doesn't survive the save..

Notice if you write html directly in the DB it does display.. perhaps that helps..

UPDATE  `gjcwebde_vm2t8`.`jos_virtuemart_orderstates` SET `order_status_description` =  'hello <b>hello</b>' WHERE `jos_virtuemart_orderstates`.`virtuemart_orderstate_id` =6;
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Uke

Thank you, i insert the html text with phpmyadmin.

This strip_html after save is not very nice. I cant see why this is necessary.  ::)

But i have now the html text in the db. Thanks!