Coder Social home page Coder Social logo

blockcategories's Introduction

thirty bees

Crowdin Forum

thirty bees is a matured e-commerce solution which once started as a fork of PrestaShop 1.6.1.11 and is still compatible with (almost) all PS 1.6 modules. Its focus is on stability, correctness and reliability of the rich feature set, to allow merchants to focus on growing their business.

Supporters

thirty bees is commited to being free and open source. We are also committed to making all software that thirty bees develops free and open source. For that reason we have setup a Backers page so our community can help support us. Please feel free to sign-up as a backer to help support ThirtyBees so it can grow and thrive!

thirty bees screenshot

Roadmap

  • Remove really old code. Like retrocompatibility code for PS 1.4 and older.
  • Remove pointless configuration switches in back office. Quite a number of them are outdated or useless, just distracting merchants and slowing down operations.
    • Support for multiple encryption algorithms. One reliable encryption is entirely sufficient.
    • Support for mixed HTTP/HTTPS sites. This was a good idea in 2005, but triggers browser warnings today.
    • ...
  • Package management for JavaScript and CSS vendor packages as well.
  • Bring all modules provided by thirty bees to the standards level of default modules.
  • Bootstrap 4 for back office.

Requirements

Support for these general requirements (except recommendations) gets tested during installation, so one can simply try to proceed. A proceeding installation means all requirements are met.

  • PHP 7.4 - PHP 8.3
  • Apache or nginx
  • Linux or MacOS
  • MySQL 5.5.3+ or MariaDB 10+
  • PHP extensions:
    • Required:
      • bcmath
      • gd
      • json
      • mbstring
      • openssl
      • mysql (PDO only)
      • xml (SimpleXML, DOMDocument)
      • zip
    • Recommended:
      • imap (for allowing to use an IMAP server rather than PHP's built-in mail function)
      • curl (for better handling of background HTTPS requests)
      • opcache (not mandatory because some hosters turn this off in favor of other caching mechanisms)
      • apcu/redis/memcache(d)

Installation for Shop Owners

  • Download the latest release package (thirtybees-vXXX.zip, ~43 MiB).
  • Unpack this ZIP file into your web hosting directory. If you have no shell access, unpack it locally and upload all files, e.g. with FileZilla. Using a subdirectory works fine.
  • Direct your browser to your webhosting, it should show the installer.
  • Follow instructions.

Installation for Developers

You can install the master or follow a release package

  • Recursively clone the repository and choose tag release version number from the -b parameter:
$ git clone https://github.com/thirtybees/thirtybees.git --recurse-submodules
  • Then cd into the thirtybees folder
  • Run composer to install the dependencies - you have to choose composer file according to php version
$ COMPOSER=composer/<php>/composer.json composer install
$  php install-dev/index_cli.php --newsletter=1 --language=en --country=us --domain=thirty.bees:8888 --db_name=thirtybees --db_create=1 --name=thirtybees [email protected] --firstname=thirty --lastname=bees --password=thirtybees
  • Arguments available:
--step          all / database,fixtures,theme,modules                   (Default: all)
--language      Language iso code                                       (Default: en)
--all_languages Install all available languages                         (Default: 0)
--timezone                                                              (Default: Europe/Paris)
--base_uri                                                              (Default: /)
--domain                                                                (Default: localhost)
--db_server                                                             (Default: localhost)
--db_user                                                               (Default: root)
--db_password                                                           (Default: )
--db_name                                                               (Default: thirtybees)
--db_clear      Drop existing tables                                    (Default: 1)
--db_create     Create the database if not exist                        (Default: 0)
--prefix                                                                (Default: tb_)
--engine        InnoDB                                                  (Default: InnoDB)
--name                                                                  (Default: thirty bees)
--activity                                                              (Default: 0)
--country                                                               (Default: fr)
--firstname                                                             (Default: John)
--lastname                                                              (Default: Doe)
--password                                                              (Default: 0123456789)
--email                                                                 (Default: [email protected])
--license       Show thirty bees license                                (Default: 0)
--newsletter    Get news from thirty bees                               (Default: 1)
--send_email    Send an email to the administrator after installation   (Default: 1)

Contributing

See CONTRIBUTING.md

Testing

See TESTING.md

blockcategories's People

Contributors

alexeven avatar devnet avatar dh42 avatar eolia avatar firstred avatar gaillafr avatar getdatakick avatar groussac avatar jnadaud avatar julienbourdeau avatar maximebiloe avatar quetzacoalt91 avatar sfroment avatar tchauviere avatar therampagerado avatar traumflug avatar xborderie avatar

Watchers

 avatar  avatar  avatar

blockcategories's Issues

Incorrect expand/collapse behavior on last child displayed 3 levels in.

The expand/collapse button display appears to not be functioning correctly when this module is displayed in the left column aside space - I can't speak to the behavior in other hook areas, I can only guess they exist there as well. I never imagined this would be an issue this far down the release line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.