Again, what version of extra product fields in installed? Or not as the case looks to be?
Again, what version of extra product fields in installed? Or not as the case looks to be?
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.
you are using the bootstrap template, correct?
go to admin menu > configuration > stock > SBA Show Stock Level on Product Info Page and set to false.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
if my previous reply doesn't do anything with the dispaly of the additional "availability"
Send a screenshot of all of the setting in Admin Menu > Configuration > Numinix Product Fields.
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
includes/templates/bootstrap/templates/tpl_product_info_display_details.php
add the line in red
Code:<?php //-bof-20241125-lat9-NPF additions $display_product_stock = (!isset($flag_show_product_info_out_of_stock) || (!empty($flag_show_product_info_out_of_stock) && empty($products_out_of_stock))); $display_product_stock = false; ?> <?= (($display_product_stock === true) ? '<li class="list-group-item">' . PRODUCT_AVAILABILITY . '<strong>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</strong></li>' : '') . "\n" ?> <?php
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Thanks for that info but I had already taken the complete code out. It was code put in by one of the people that did work on the site and it took me a while to track it down and remove it.
If it was added correctly I would not have needed to track it down as it should work in the product code area (Product general layout settings) to be able to turn it on or off in the layout settings. It should have been done correctly in the first place rather than just use a small piece of code and leaving issues.
Once again money wasted.
Outdoorking
Test Site www.dev.outdoorking.com
Bookmarks