News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Remove "In Stock" in Size Options

Started by buildingewealth, November 04, 2016, 08:20:31 PM

Previous topic - Next topic

buildingewealth

Hi,

Please see the "Size" options by the right side of the product in the attached URL.

How do I remove these texts

"In Stock"
"1 In Stock"
"2 In Stock"
"3 In Stock"

which is among the options.

Also how do I make the option text "Size" to be bold.

Thanks.

Chinedu

abantecart

Here is everything about stock tracking
http://docs.abantecart.com/pages/catalog/products/inventory.html

You can disable stock display (see an image) or set "text_instock" language definition on product section to be empty.


Here is a code snippet

if($this->config->get('config_stock_display')){
$opt_stock_message = $option_value['quantity'] . " " . $this->language->get('text_instock');
}

Forum Rules Code of conduct
AbanteCart.com 2010 -