Welcome Guest, Not a member yet? Register   Sign In
Lightweight CI eCommerce, Ajax, SEO, PayPal
#21

[eluser]goddestroyer[/eluser]
Total Shop UK,
when i have installed your application on my MAMP environment, i get a page that says:

"TSUK Demo

Remember to set index.php then index.html".

Fine, but I don't know what that means from that limited description. I am looking through the application files and looking on the web for documentation of what exactly I need to set, but I can't find it yet. Help me out? I'd like to evaluate your app.
thanks
#22

[eluser]Total Shop UK[/eluser]
@kang saiful, extract the contents of public_html to your xampp root, import the tsuk_demo.sql from the database_schema folder, comment out the below from .htaccess
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Edit the database config in public_html\application\config\database.php:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "password";
$db['default']['database'] = "tsuk_demo";

@goddestroyer, I'm not sure if MAMP reads .htaccess by default but .php needs to be read before .html
In .htaccess the below code is what I'm referring to:
DirectoryIndex index.php index.html
You could try deleting the index.html which should make MAMP read the index.php instead.
#23

[eluser]Total Shop UK[/eluser]
I've created a basic install video on YouTube HD

http://www.youtube.com/watch?v=4PDbmBsow_s

TSUK Requirements:
mod_rewrite Enabled
Javascript Enabled (AJAX Based System)
#24

[eluser]Vheissu[/eluser]
I remember when this was free, why the change? What are the advantages of your application over something like Magento besides running on Codeigniter?
#25

[eluser]Total Shop UK[/eluser]
[quote author="Vheissu" date="1299874215"]I remember when this was free, why the change? What are the advantages of your application over something like Magento besides running on Codeigniter?[/quote]

There is the OpenSource version that is free. The change to make a premium version is that to date it has taken me years to develop the code (in my spare time) and I never got any recognition for my work. I released the premium code free to friends to develop their sites and I believe the advantages are that it's simple (very minimal controllers/views) yet is still a full eCommerce solution.
#26

[eluser]Total Shop UK[/eluser]
New premium feature added - Charts and Graphs

http://www.totalshopuk.com/tools/charts

Other Recent Additions:-
Dynamically Generated PDF Invoices
Multi Currency Support (Select from an editable list)

To do list:-
Product Multiple Images
Customer Reviews
Other Customers Purchased
Multiple Language Support
Affiliate Scheme
Stock Management Control
Backup/Restore
Install Script
Credit Card Orders (without Payment Module)
#27

[eluser]Total Shop UK[/eluser]
Minor addition - Other Products

Selects 3 random products in the same category and displays them on the product page.

Edit: Changed code so that the products are lined up correctly using a for loop on each TD

Regards,
Total Shop UK
#28

[eluser]Tsamrul Fuad[/eluser]
Dear Sir,

I try to install this website on my PC but i get this error:

A Database Error Occurred
Unable to connect to your database server using the provided settings.


this is my database setting:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "bla bla";
$db['default']['database'] = "tsuk_demo";

i already import tsuk_demo.sql

would you please help me how to fix it?
#29

[eluser]Total Shop UK[/eluser]
[quote author="Tsamrul Fuad" date="1331626968"]Dear Sir,

I try to install this website on my PC but i get this error:

A Database Error Occurred
Unable to connect to your database server using the provided settings.


this is my database setting:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "bla bla";
$db['default']['database'] = "tsuk_demo";

i already import tsuk_demo.sql

would you please help me how to fix it?[/quote]

My first thought is did you call your database "tsuk_demo" ?
#30

[eluser]Tsamrul Fuad[/eluser]
yes i create database tsuk_demo, and i import the tsuk_demo.sql file




Theme © iAndrew 2016 - Forum software by © MyBB