Giter VIP home page Giter VIP logo

pxa_product_manager's Introduction

Pixelant

Pixelant Product Manager (pxa_product_manager)

This is an extension that shows products with a lot of filter and sorting possibilities.

https://docs.google.com/document/d/1WuOBeH5oJ8b_yLczXVZkPRhiR12IjCa6ltb4IBuvvDk/edit

Changelog

Version ~ 2

  • Full extension rebuild
  • Use new hook to generate TCA data, no need to clear cache anymore
  • Attribute type with FAL files support
  • CKEditor products and categories linking
  • Improvements for Solr search
  • Support of product links with category tree in URL "category1/sub-category/product/product-name"
  • Wish list
  • Compare list
  • Grouped list
  • Breadcrumbs
  • Divide TCA tabs according to attribute sets
  • Functional tests
  • Support of TYPO3 >= 8.7
  • PHP version >= 7.0

Installation

We rely on node.js for a lot of our tooling. So if you haven't got it installed(shame on you!!) go to http://nodejs.org/ and fetch it.

To install tooling dependencies, run:

npm install

Then install the composer dependencies:

composer install

Workflow

It's not allowed to push directly to master branch. All feature implementing and bugs fixing should be done using pull request.

Test

For working with the extension, the following can be run to accomplish common tasks.

To run the PHP codesniffer run the following command:

npm run php:codesniffer

To run the PHP Unit tests run the following command:

npm run php:unittests

To run the PHP Functional tests run the following command:

npm run php:functionaltests

To simulate the build process without functional tests locally, then run this packaged command:

npm run build:suite_no_functional --silent

To simulate the full build process locally, then run this packaged command:

npm run build:suite --silent

To watch and compile the main .less file to .css:

npm run watch:css

When using t3kit and themes with the less compiler, three variables needs to be set (otherwise, the .less file will not be compiled): @main-color @main-text-color @border-color

Products preview

Example of Page TS that allow to enable preview function of product.

TCEMAIN.preview {
    tx_pxaproductmanager_domain_model_product {
        useCacheHash = 1
        previewPageId = 1
        useDefaultLanguageRecord = 0
        fieldToParameterMap {
            uid = tx_pxaproductmanager_pi1[product_preview]
        }
        additionalGetParameters {
            tx_pxaproductmanager_pi1.controller = Product
            tx_pxaproductmanager_pi1.action = show
        }
    }
}

pxa_product_manager's People

Contributors

anjeylink avatar pixelmatseriks avatar mesosa avatar mabolek avatar mattiasnilsson avatar pxamike avatar

Watchers

James Cloos avatar

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.