Long shot. Have you looked at the HTML code to make sure that the price is not displaying white on white so you cannot see it. I think I had this problem because i had added some custom css to change the colour of the price?
Mark Brittain
http:\\innerlightcrystals.co.uk\sales\
I compare the HTML codes, and the <Product Price block> is gone in v3.7.x, as the picture shown above.
v3.6.5:
v3.7.1<!-- eof Ask a Question -->
<!--bof Attributes Module -->
<!--eof Attributes Module -->
<!--bof free ship icon -->
<!--eof free ship icon -->
<!--bof Quantity Discounts table -->
<!--eof Quantity Discounts table -->
<!--bof Product Price block -->
<!--bof products price bottom card-->
<div id="productsPriceBottom-card" class="card mb-3">
<div id="productsPriceBottom-card-body" class="card-body p-3">
<h2 id="productsPriceBottom-productPriceBottomPrice" class="productPriceBottomPrice">
<span class="mx-auto w-100 p-1 normalprice">$70.00 </span><span class="mx-auto w-100 p-1 productSpecialPrice">$49.99</span><span class="mx-auto w-100 p-1 productPriceDiscount">Save: 29% off</span></h2>
</div>
</div>
<!--eof products price bottom card-->
<!--eof Product Price block -->
<!--bof Add to Cart Box -->
<!--bof add to cart card-->
<!-- eof Ask a Question -->
<!--bof Attributes Module -->
<!--eof Attributes Module -->
<!--bof Add to Cart Box -->
<!--bof add to cart card-->
Another thought, is your product price greater than 0 (zero)? As price is not displayed if price is zero. This could be an issue with your pricing or if your zen_get_products_display_price is not is not working as expected.
First check to make sure you have the version of /includes/templates/bootstrap/templates/tpl_product_info_display.php from bootstrap 3.7.1
check if that fixes things
if not then if you add the line below in before the if statement at about line 238 it should display the values for display price bottom and the price.
ThusCode:echo '<p> display_price_bottom is ' . ($display_price_bottom ? 'true' : 'false' . ' display price ') . zen_get_products_display_price((int)$_GET['products_id']);
you should get a line output that looks like thisCode:<?php } echo '<p> display_price_bottom is ' . ($display_price_bottom ? 'true' : 'false' . ' display price ') . zen_get_products_display_price((int)$_GET['products_id']); if ($display_price_bottom === true && zen_get_products_display_price((int)$_GET['products_id']) > 0) { ?> <!--bof products price bottom card-->
if display price bottom is false or the price is £0.00 then we are a step closer to finding your issue.Code:display_price_bottom is true display price £27.00
if noting is displayed then there is something else wrong.
Mark Brittain
http:\\innerlightcrystals.co.uk\sales\
> I compare the HTML codes, and the <Product Price block> is gone in v3.7.x, as the picture shown above.
There's another price block at the top. Look for that.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
It's not $0
The only one I find in v3.7.1 is:
Nothing is in the Product Price block.<!-- eof Ask a Question -->
<!--bof Attributes Module -->
<!--bof Product Price block above Attributes -->
<!--eof Product Price block above Attributes -->
Still looking for some potential side effects(?) from uninstalled plugins.
Before that, I'll stay at v3.6.5, which shows the product price block correctly.
Look at includes/templates/bootstrap/templates/tpl_product_info_display.php line 241. That's the lower display block.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Zen Cart 2.0.1, PHP 8.3.8, Bootstrap 3.7.1
Reporting a possible bug. When the Ajax search header is enabled, it does not search in product descriptions. Turn it off & the regular header search returns the results correctly.
Thanks
Melanie
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Bookmarks