Page 1 of 1

Where are these stored?

Posted: Sun Aug 24, 2008 2:05 pm
by webhead
I have created some new content, header, and footer scriptlets in the admin section of my store. Where are these sections stored? In able in the file system, or in the database? If in the database, what tables might have these? I went looking for them, but can't find them?

Re: Where are these stored?

Posted: Sun Aug 24, 2008 5:06 pm
by AbleMods
webhead wrote:I have created some new content, header, and footer scriptlets in the admin section of my store. Where are these sections stored? In able in the file system, or in the database? If in the database, what tables might have these? I went looking for them, but can't find them?
~/App_Data/Scriptlets/

Re: Where are these stored?

Posted: Tue Aug 26, 2008 10:29 am
by webhead
Thanks for this.

Re: Where are these stored?

Posted: Tue Aug 26, 2008 10:38 am
by Shopping Cart Admin
Hello,

Please see the customization guide for additional information:

http://help.ablecommerce.com/mergedProj ... _store.htm

Scriptlet Storage
The scriptlets for your store are not stored in the database. Instead, they are saved as files in the App_Data\Scriptlets folder as shown in the figure to the right.

Scriptlets you create are stored in the “Custom” folder. Scriptlets we provide are found in the “Default” folder. You should not modify scriptlets in the default folder as they may be overwritten during upgrades.

You can modify the files directly in these folders if you wish. Scriptlets are regular HTML files, so they can be opened with your favorite editor.

These scriptlet files are cached in server memory to speed up the page processing.