Skip to content

Commit

Permalink
Merge branch 'zencart:master' into Multiple-taxes-support-in-ot-_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
piloujp committed May 17, 2024
2 parents f86feda + 7cc02d5 commit 96d70d5
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 8 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,5 @@
<p>We are committed to keeping our site accessible to everyone.</p>
<p>We welcome feedback on ways to improve this site's accessibility.</p>
<br><br>
<p>Please call or email us if you need help placing an order. Thank you!</p>
<br><br>
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
@@ -1,3 +1,5 @@
<p>We have more to say about Accessibility!</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>
<p>We are committed to keeping our site accessible to everyone.</p>
<p>We welcome feedback on ways to improve this site's accessibility.</p>
<br><br>
<p>Please call or email us if you need help placing an order. Thank you!</p>
<br><br>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<p>We are committed to keeping our site accessible to everyone.</p>
<p>We welcome feedback on ways to improve this site's accessibility.</p>
<br><br>
<p>Please call or email us if you need help placing an order. Thank you!</p>
<br><br>
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
Expand Up @@ -63,10 +63,10 @@
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
<?php
}
?>
</div>
<div id="pinfo-right">
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
<?php
}
?>
</div>
<div id="pinfo-right">
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
<?php
}
?>
</div>
<div id="pinfo-right">
<!--bof Product details list -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
<?php
}
?>
</div>
<div id="pinfo-right" class="group grids">
<!--bof Product Price block -->
<!--bof Product details list -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->
</div>
<?php
}
?>
</div>
<div id="pinfo-right">
<!--bof Media Manager -->
<div id="mediaManager" class="productMusic group"><?php
Expand Down

0 comments on commit 96d70d5

Please sign in to comment.