Code

Discussion on Store Template with Server Side

Discussion on Store Template with Server Side

Cart 6 sales

6 comments found.

how processing checkout, is it thru in-app purchase?

No in-app. Via this app users can make orders and send them to server. On server side managers can review orders. But the payment system is not integrated

User registration and log-in system, not for input address everytime of shopping. Is that a hard-work for you?

Hi, i bought your produckt but server side dont working;

https://imgur.com/iTT4ews

can you please correct this errors?

Thanks

I’ll tell you step by step what i do:

- download xampp server 5.6.31 ( https://www.apachefriends.org/de/download.html)

- install into d:\xammp and run apache server

- install/copy your php-scripts into d:\xamp\httdocs\

- import db.sql into mysql table as TEST

-edit connect.php and set the config lines

$db = mysql_connect(“localhost”, “root”, “xxxxxxx”);

mysql_query(“SET NAMES ‘utf8’”);

mysql_select_db(“TEST”, $db);

$server_prefix = ‘http://localhost/';

- edit the table CONFIG in mysql and add a new user;

id -> 1

login -> erkan

pass -> erkan

curreny – > EU

- open the browser and give the adresse http:// localhost/login.php and give my login datas (erkan/erkan)

- its ok, i can login and next side is http://localhost/items.php

and here is result;

https://i.imgur.com/XZomioW.gif

whats wrong here?

I don’t know what you are doing wrong but the php scripts must be running and not should be showing as html text. But the script does not running in your server, do you see that? And try to download the purchased archive again, may be the problem in it.

here is my php info http://paste.ubuntu.com/25591552/

my another projeckte with php run without any problem and show the php-sides

I keep getting this error : Undefined index: auth in …/check_auth.php on line 8

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey