File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 3030
3131# General Configuration
3232# ######################
33- # export STORE_URL='http://localhost'
34- # export STORE_NAME='Advanced PHP 7 eCommerce Website'
35- # export STORE_CURRENCY='$'
33+ export STORE_URL=' https://localhost'
34+ export STORE_NAME=' Advanced PHP 7 eCommerce Website'
35+ export STORE_TAGLINE=' For all your eCommerce Needs.'
36+ export STORE_CURRENCY=' $'
3637
3738# Database configuration
3839# #######################
Original file line number Diff line number Diff line change 3030
3131# General Configuration
3232# ######################
33- # export STORE_URL='http://localhost'
34- # export STORE_NAME='Advanced PHP 7 eCommerce Website'
35- # export STORE_CURRENCY='$'
33+ export STORE_URL = ' https://localhost'
34+ export STORE_NAME = ' Advanced PHP 7 eCommerce Website'
35+ export STORE_TAGLINE = ' For all your eCommerce Needs.'
36+ export STORE_CURRENCY = ' $'
3637
3738# Database configuration
3839# #######################
Original file line number Diff line number Diff line change 4747 <div class="row">
4848 <div class="page_header text-center">
4949 <h2>Shop</h2>
50- <p>You can order products from here </p>
50+ <p>Browse our collection of Products to find just what you are looking for. </p>
5151 </div>
5252 <div class="col-md-12">
5353 <div class="row">
Original file line number Diff line number Diff line change 6767 <div class="row">
6868 <div class="page_header text-center">
6969 <h2>Shop</h2>
70- <p>Tagline here... </p>
70+ <p><?php echo getenv ( ' STORE_TAGLINE ' ); ?> </p>
7171 </div>
7272 <div class="col-md-10 col-md-offset-1">
7373 <?php if (isset ($ fmsg )) {
You can’t perform that action at this time.
0 commit comments