Where are these stored?
Where are these stored?
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?
Steve Portock
Re: Where are these stored?
~/App_Data/Scriptlets/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?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
Re: Where are these stored?
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.
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.