In MonsterCommerce v4.x We have introduced the using of Custom HTML Function Calling. Unlike any other shopping cart software out there today, v4.x offers such in depth customization of your store front its unbelieveable.You can use these custom function calls anywhere that you can store HTML.Custom Pages Editor, News Editor, Message Editor, Top Of Page HTML, Bottom of Page HTML, Left Nav Bar HTML, Right Nav Bar HTML. Below is a list of the commands and what they do.
DRAWADVANCEDSEARCH Draws the advanced search view
DRAWALLSUBCATEGORIES Draws a listing of all sub categories (does not show main categories
DRAWCART Draws the right/left side cart view
DRAWCART2 Draws the top cart view (simple)
DRAWCARTDETAILS Draws the hidden cart/cart details view
DRAWCATEGORIES Draws main store front categories
DRAWCUSTOMERREG Draws the customer registration view
DRAWCUSTOMERWELCOME Draws the word guest, or the full name of the user logged in. Good for welcome messages in top of page editor.
DRAWCUSTOMLOGIN Draws a simple yet efficient login section. Great for quick logins for the left/right custom html sections!
DRAWCUSTOMLOGIN2 Similar to the drawcustomlogin function, but can be used as a horizontal quick login!
DRAWHOMEPAGESPECIALS Draws the homepage specials
DRAWHORZNAVBAR Draws the top horizontal navigation bar
DRAWLEFTLINKS Draws the left side links (you can place anywhere)
DRAWMAILINGLIST Draws the left/right mailing list view
DRAWMFGSEARCH Draws the basic left/right side mfg search view
DRAWMYACCOUNT Draws the my account view/login page
DRAWPRICESEARCH Draws the basic left/right side price search view
DRAWQUICKORDER Draws the quickorder action view
DRAWQUICKORDER2 Same as drawquickorder but shows thumbnails now as well
DRAWRIGHTBANNERS Draws right side ad banners (you can place anywhere)
DRAWRIGHTLINKS Draws right side links (you can place anywhere)
DRAWSEARCH Draws the basic left/right side search view
DRAWSTOREMESSAGES Draws the store front messages to screen
DRAWSTORENEWS Draws the store front news to screen
DRAWTOPPRODUCTS Draws the top products view
DRAWCHECKOUTURL Draws a link for Checkout which includes all JavaScript checks necessary for checkout
Note: Each View is internally set at 100% Table width. This means you need to create a set size table or cell before calling the function.