Search found 3 matches

by Griever
Wed Jul 29, 2009 9:14 pm
Forum: Shopping Cart (ALL)
Topic: Changing Order Status Fields
Replies: 6
Views: 14132

Re: Changing Order Status Fields

Hah, no worries! If you don't throw those extra values (and add them into a few files which I will explain in a bit) you could run into problems when you want to load specific orders, search by status, etc. So if you open up that init.php file and scroll down a little, you can see these couple lines...
by Griever
Wed Jul 29, 2009 2:51 pm
Forum: Shopping Cart (ALL)
Topic: Changing Order Status Fields
Replies: 6
Views: 14132

Re: Changing Order Status Fields

You can change/add/remove order status messages in the database in table isc_order_status. Open phpMyAdmin (or any other database program, but i'm writing for phpMyAdmin because I am using this one) -> _YourDatabaseName -> isc_order_status -> in tabs above, select browse -> edit each Order Status m...
by Griever
Fri Jul 24, 2009 9:02 pm
Forum: [SC] Custom Code
Topic: [Mod] Sending Customized SMS Messages
Replies: 0
Views: 6033

[Mod] Sending Customized SMS Messages

Known Compatability: v5.0.3 I am going to assume this works in later versions (and possibly earlier) as well... Purpose I had always thought (and so have customers) that it would be nice to choose to get sms alerts based on actions outside of ordering. For example, my website has a lot of extended ...