Download the PHP package sagoontech/magento2-price-decimal without Composer

On this page you can find all versions of the php package sagoontech/magento2-price-decimal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2-price-decimal

Price Decimal for Magento 2

This extension will allow you to remove only .00 from your frontend product prices.

Remove ".00" decimal from price in magento2

For Example,

$500.00 => $500

$19.99 => $19.99

Removes from:

  1. Catalog Page
  2. Product view page
  3. Compare page
  4. Cart page
  5. Checkout page
  6. Recently Viewed Product widget
  7. Mention if you know other places ;)

Installation

To make the integration process as easy as possible for you, we have developed various plugins for your webshop software package. This is the manual for installing the Magento® 2 Plugin. Before you start up the installation process, we recommend that you make a backup of your webshop files, as well as the database.

Installation using Composer Magento® 2 use the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declare the libraries your project depends on and it will manage (install/update) them for you.

Check if your server has composer installed by running the following command:

composer –v If your server doesn’t have composer installed, you can easily install it by using this manual: https://getcomposer.org/doc/00-intro.md

Step-by-step to install the Magento 2 extension through Composer:

  1. Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
  2. Locate your Magento® 2 project root.
  3. Install the Magento® 2 extension through composer and wait till it's completed:

    composer require sagoontech/magento2-price-decimal

  4. Once completed run the Magento module enable command:

    bin/magento module:enable SagoonTech_Base SagoonTech_PriceDecimal

  5. After that run the Magento upgrade

    bin/magento setup:upgrade

    If Magento is running in production mode you may also need to redeploy the static content:

    bin/magento setup:static-content:deploy

  6. Now, run compilation (only if your instance is in production):

    bin/magento setup:di:compile

  7. Clear the cache

    bin/magento cache:flush

  8. After the installation: Go to your Magento admin portal and from Menu find "Sagoon Tech > Price Decimal System > Price Decimal Config" and enable it.

All versions of magento2-price-decimal with dependencies

PHP Build Version
Package Version
Requires sagoontech/magento2-base Version *
magento/framework Version ~101.0|~102.0|~103.0
magento/module-quote Version ~101.1
magento/module-directory Version ~100.3
magento/module-backend Version ~101.0|~102.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sagoontech/magento2-price-decimal contains the following files

Loading the files please wait ....