SMF Shop

SMFShop => Items => Topic started by: DLElement on March 01, 2007, 06:52:15 am

Title: Help
Post by: DLElement on March 01, 2007, 06:52:15 am
How do install new items i am kinda new to the whole smf thing i went to admin panel and i click on add/edit/remove items but it doesn say were to place the codes i see in item topics help please and thank you
Title: Re: Help
Post by: xfollowthereaperx on March 01, 2007, 06:54:10 am
Place codes in a php file under this:

/forums/Sources/shop/items
Title: Re: Help
Post by: Daniel15 on March 02, 2007, 05:38:58 pm
If you have a item .php file, put that file in Sources/shop/items (as xfollowthereaperx mentioned). It will then appear in the Add Items dropdown list.

If you want to make your own item, you'll need to know PHP. However, there's some basic items included with SMFShop that you may be interested in (Display Message, Email an Admin and File Download are the main ones). Using these included items requires no PHP knowledge (basic HTML knowledge is needed, though) ;)