Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Remove "In Stock" in Size Options  (Read 3533 times)

Offline buildingewealth

  • Newbie
  • *
  • Posts: 18
  • Karma: +0/-2
    • View Profile
Remove "In Stock" in Size Options
« on: November 04, 2016, 08:20:31 PM »
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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Remove "In Stock" in Size Options
« Reply #1 on: November 07, 2016, 01:41:27 PM »
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
Code: [Select]
if($this->config->get('config_stock_display')){
$opt_stock_message = $option_value['quantity'] . " " . $this->language->get('text_instock');
}
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod