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

[eluser]Total Shop UK[/eluser]
Title: Total Shop UK eCommerce
Version: 1.0
Homepage: http://www.totalshopuk.com/
Download From: http://sourceforge.net/projects/totalshopuk/files/

Total Shop UK eCommerce is finally ready for its first initial public trials.

What is it?
Total Shop UK is an eCommerce project for developers written in PHP for the CodeIgniter framework. It's not like other eCommerce projects that provide you with loads of unnecessary features.
#2

[eluser]skunkbad[/eluser]
I was looking through the download for how you are processing paypal payments, but don't see any paypal libraries ... or anything named paypal ...

What am I missing?
#3

[eluser]Phil Sturgeon[/eluser]
Clearly a lot of work has gone into this and it is promising, but I'm not sure I like the reliance on onclick buttons for so much of the navigation.

Code:
<input type="button">

That sort of thing just strikes me as really dirty.

Any plans to support paid digital downloads?
#4

[eluser]Isern Palaus[/eluser]
Why did you placed all the /system files on / ?

Anyway, nice work!
#5

[eluser]Total Shop UK[/eluser]
[quote author="skunkbad" date="1271989905"]I was looking through the download for how you are processing paypal payments, but don't see any paypal libraries ... or anything named paypal ...

What am I missing?[/quote]

/application/views/checkout/summary.php - Line 86
Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="paypal">  
<input type="hidden" name="cmd" value="_cart">  
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="<?php echo $site_config['pay']; ?>">

I tried to make it as simple as possible so all you need to do is set the PayPal Email address in yoursite.com/admin/config
#6

[eluser]Total Shop UK[/eluser]
[quote author="Phil Sturgeon" date="1271990799"]Any plans to support paid digital downloads?[/quote]

I've been asked this a few times and it certainly shouldn't be that difficult, I will most likely include it in rev 2.
#7

[eluser]Total Shop UK[/eluser]
[quote author="Isern Palaus" date="1271992292"]Why did you placed all the /system files on / ?

Anyway, nice work![/quote]

When I first started development on the eCommerce site I was only going to use it for personal work and all my projects were / but now that I have released the code publicly I need to facilitate for everyone so this will be changed shortly.
#8

[eluser]Total Shop UK[/eluser]
In the past hour I have replaced all / with base_url() and the code is working perfectly here - http://design.exoiz.com/shop ...

I just have one minor issue in that FCKeditor's media folder is connecting / instead of /shop

I edited the fckeditor.js but still no luck
Code:
FCKeditor.BasePath = '/shop/fckeditor/';

I know FCKEditor has been replaced with CKEditor but I haven't got round to updating that yet.

Edit: Found it Smile

/fckeditor/editor/filemanager/connectors/php/config.php - Line 34
Code:
$Config['UserFilesPath'] = '/shop/fckeditor/media/';
#9

[eluser]Total Shop UK[/eluser]
Released v1.1 April, 26 2010

Total Shop UK eCommerce can now be installed at any location (not limited to /).

Download - http://sourceforge.net/projects/totalshopuk/files/
Homepage - http://www.totalshopuk.com/
#10

[eluser]k00k[/eluser]
I know you were trying to keep it lightweight, but paypal is a bit limited. Have you thought about adding support for a true gateway provider like Authorize.net ?




Theme © iAndrew 2016 - Forum software by © MyBB