Skip to content

Commit

Permalink
Sync missing define-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed May 17, 2024
1 parent 1898166 commit 7cc02d5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>We are much more interesting than this blank page!</p>
<p>Please use the Contact-Us page to remind us to update this page.</p>
<p class="small pt-5"><br><br><br>Storeowners: use the Define Pages editor in your Admin to update this text.</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
if ($call_for_price === false) {
//put Ask A Question HTML below
?>
<p>Got a product question? We're happy to help!</p>
<?php
} else {
//put Call For Price HTML below
?>
<p>Call for price - We will get back to you!</p>
<?php
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
if ($call_for_price === false) {
//put Ask A Question HTML below
?>
<p>Got a product question? We're happy to help!</p>
<?php
} else {
//put Call For Price HTML below
?>
<p>Call for price - We will get back to you!</p>
<?php
}

0 comments on commit 7cc02d5

Please sign in to comment.