SilverLight in AbleCommerce7

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

SilverLight in AbleCommerce7

Post by m_plugables » Mon May 12, 2008 7:04 am

I was wondering since a long time that weather Silverlight will work in AC7 or not. When i saw this post
viewtopic.php?f=42&t=7153
I decided to test it. For this first i found a Silverlight sample and then i made it compatible with AbleCommerce. After 30 minutes work the sample was running successfully inside AbleCommerce :D
I am attaching these files with this post if some one wants to have fun with this sample. The zipped file contains two folders ConLib and Website. Place the files inside these folders into the same folder structure of your store and then modify some script let like the home.htm and put the following line of code

Code: Select all

[[ConLib:SilverLight]]
The Silverlight makes the use of *.xaml files, but you will not found any file with xaml extension in this sample. This is because i have changed the SLPage.xaml to SLPage.txt. In fact my local web server was unable to locate the files with *.xaml extension. I think there may be some configuration in which first we have to tell the web server about xaml extension files.
You must have Silverlight runtime installed in order to run this sample.
[SCREEN SHOT]
Image
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

Post Reply