Jump to content


Corporate Sponsors


Latest News: (loading..)

oscexp

Member Since 05 Apr 2007
Offline Last Active Jan 10 2012, 08:48
-----

Posts I've Made

In Topic: Locked out of my own shop!

05 January 2012, 04:37

sigh...you should not empty admin table.

change password function, so you can bypass it. Now, without an admin account, you can't even do this.

so....create a new admin account using phpmyadmin, change password function, log in, set up a new admin, remove the old one; log in with the new one.

In Topic: Which POS system do you guys use?

05 January 2012, 04:33

do you mean update reality store inventory?

I guess you should use barcode to track this.

In Topic: add Fixed fee per item

04 January 2012, 16:10

Chris is right! I have done this in both oscommerce and zencart. Same ideas that applies to your case. Small changes needed.

In Topic: Change the starting order number

04 January 2012, 16:09

using the code below to do it
insert into orders set orders_id = 1001;
delete from orders where orders_id = 1001;
run it in phpmyadmin
Then, place a new order and check the latest orders id, I guess it's 1002 now.
Good luck, budddy!

In Topic: SPPC - attributes now not showing up

04 January 2012, 15:54

any link to show the live case?