Search This Blog

Wednesday, 21 February 2018

Drupal 8 ecommerce

 Install Drupal 8 ecommerce Ubuntu system


First install : address module and dependencies via composer



use Composer to

download the module, which will also download the required libraries:


write following command in terminal:

   composer require "drupal/address ~1.0"
 
~1.0 downloads the latest release, use 1.x-dev to get the -dev release instead.

to update
Use

composer update drupal/address --with-dependencies



If you get following error
Error: BC math PHP extension not found
Need to run this command: sudo apt install php7.0-bcmath After it apply this command: sudo service apache2 restart
Note: This command is for PHP 7


Then download commerce module and enable in Drupal 8 extend

No comments:

Post a Comment

First HTML blog

Hello there


echo 'dddd';
?>

Js to show Hide Content

Js: var showChar = 250;  // How many characters are shown by default     var ellipsestext = "...";     var moretext = "Sh...