Welcome Guest, Not a member yet? Register   Sign In
GoCart 3 pre-release is now available.
#1

Hey there CodeIgniter community. We just published a pre-release for GoCart version 3. You can download it through our website @ http://gocartdv.com

Looking forward to what people have to say. If you find any bugs please let us know about it on our GitHub account.
Reply
#2

(06-29-2015, 02:55 PM)noah Wrote: Hey there CodeIgniter community. We just published a pre-release for GoCart version 3. You can download it through our website @ http://gocartdv.com

Looking forward to what people have to say. If you find any bugs please let us know about it on our GitHub account.

Hi I try to install GoCart3, but i have many problems with that, maybe you can help me.
Reply
#3

(This post was last modified: 09-27-2015, 12:30 AM by Muzikant.)

Hi. I am trying to install GoCart3 on my local server. I am using Linux Mint and XAMPP. I do not have database password by default (password is just empty), so I am not able to install your system. I can fix it, but it should be possible to install GoCart3 without database password. Also consider to make default host "localhost".

I think, the "RewriteBase /" in .htaccess will cause problems on local servers too, because, for example, from "http://localhost/something/gocart3/" I will be redirected to "http://localhost/". So URL rewriting will not work until I change this line to "RewriteBase /something/gocart3/". This should be mentioned during the installation process and in the documentation too.
Reply
#4

(This post was last modified: 09-27-2015, 12:43 AM by Muzikant.)

Hi. I am trying to install GoCart3 on my local server. I am using Linux Mint and XAMPP. I do not have database password by default (password is just empty), so I am not able to install your system. I can fix it, but it should be possible to install GoCart3 without database password. Also consider to make default host "localhost".

Edited: With this there is no problem. Sorry.
Quote:I think, the "RewriteBase /" in .htaccess will cause problems on local servers too, because, for example, from "http://localhost/something/gocart3/" I will be redirected to "http://localhost/". So URL rewriting will not work until I change this line to "RewriteBase /something/gocart3/". This should be mentioned during the installation process and in the documentation too.
Reply
#5

(This post was last modified: 09-27-2015, 03:57 AM by Muzikant.)

I played with it a little. I appreciate the simplicity and clean design. I was working with OpenCart and your solution looks much simpler, which is good from my point of view. Anyway, I found a few bugs. I do not have a GitHub account, so I am putting them here.

  1. When you set Slovak Republic in administration panel in Administrative > GoCart configuration > Country, you will get funny characters in State / Province.
    File: /install/database.sql
    Lines: 3248-3255
    Code:
    ('2925', '189', 'BA', 'Banskobystrick√Ω', '1', '0.00'),
    ('2926', '189', 'BR', 'Bratislavsk√Ω', '1', '0.00'),
    ('2927', '189', 'KO', 'Košický', '1', '0.00'),
    ('2928', '189', 'NI', 'Nitriansky', '1', '0.00'),
    ('2929', '189', 'PR', 'Prešovský', '1', '0.00'),
    ('2930', '189', 'TC', 'Trenčiansky', '1', '0.00'),
    ('2931', '189', 'TV', 'Trnavsk√Ω', '1', '0.00'),
    ('2932', '189', 'ZI', '≈Ωilinsk√Ω', '1', '0.00'),
    there should be
    Code:
    ('2925', '189', 'BA', 'Banskobystrický', '1', '0.00'),
    ('2926', '189', 'BR', 'Bratislavský', '1', '0.00'),
    ('2927', '189', 'KO', 'Košický', '1', '0.00'),
    ('2928', '189', 'NI', 'Nitriansky', '1', '0.00'),
    ('2929', '189', 'PR', 'Prešovský', '1', '0.00'),
    ('2930', '189', 'TC', 'Trenčiansky', '1', '0.00'),
    ('2931', '189', 'TV', 'Trnavský', '1', '0.00'),
    ('2932', '189', 'ZI', 'Žilinský', '1', '0.00'),
  2. When your system is not in root directory, then home button leads to wrong URL. For example, if your URL is "http://localhost/something/gocart3", then home button leads to "http://localhost/", where you can have different site.
    File: /themes/default/views/header.php
    Line: 116
    PHP Code:
    <li><a href="/"><class="icon-home"></i> <span class="homeLinkText">Home</span></a></li
  3. During the installation process, make "localhost" as a default host, show password with dots and allow installation with an empty password (see my previous post).
  4. You should show ID in administration panel in Content > Banners, because it is needed for adding to the pages.
  5. Some countries have more than one tax. One on for example basic food, second on other things. I might be wrong, but I think your system is not ready for this.

I did not test everything, but there is a very good chance, that your solution will be my next choice because of simlicity and CodeIgniter in the back. Thank you very much for releasing your system as open source. Good luck. :-)
Reply
#6

@noah,
when will you guys release the stable version?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB