The information in this article applies to:
- BVCommerce 2004, all editions
- FCKeditor version 2.0rc1 and above.
GOAL | |
Goal of this article is to provide a guide to assist developers wishing to replace BVCommerce’s standard text boxes with HTML text boxes (also known rich text editors). Instead of manually editing code behind files we have opted to use the FCKeditor JavaScript implementation which replaces the textbox with a HTML box once the page loads in your browser. Although this imposes a slight delay in page rendering for the editor pages it does not impact the actual store and allows the changes to be made only to the presentation layer of the application without affecting the actual source of the application. | |
REQUIREMENTS | |
In order to follow this procedure you’ll need a licensed copy of BVCommerce, have downloaded the FCKeditor and FCKeditor.net releases from www.fckeditor.net and have a configured and tested BVCommerce store online. | |
PROCEDURE | |
Step one: uploading FCKeditor and configuring the website.
Step two: Edit the file fckconfig.js as follows:
FCKeditor should now be ready for use. Step three: Edit the proper ASP.net files.
Which files to edit /BVAdmin/configuration_affiliate.aspx
/BVAdmin/content_custompages_edit.aspx
/BVAdmin/content_Homepage_EditBlockItem.aspx
/BVAdmin/content_messages_adminorderreceipt.aspx
/BVAdmin/content_messages_dropship.aspx
/BVAdmin/content_messages_forgotpassword.aspx
/BVAdmin/content_messages_orderreceipt.aspx
/BVAdmin/content_messages_orderupdate.aspx
/BVAdmin/content_returns.aspx
/BVAdmin/content_shipping.aspx
/BVAdmin/content_storeclosed.aspx
/BVAdmin/content_terms.aspx
/BVAdmin/people_MailingLists_Send.aspx
/BVAdmin/products_categories_edit.aspx
/BVAdmin/products_ProductChoices_Edit.aspx
/BVAdmin/products_products_edit.aspx
|