prodotto nascondere quantità

  • Posts: 17
  • Thank you received: 0
11 years 4 months ago #151736

vorrei sapere come nascondere dalla vendita la quantità di prodotti in magazzino

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #151765

Hi,

Sorry but I don't really understand your problem, can you be more precise ? (and in English it will be better for us :) )
You want to hide the product price ?
If it is, you have to edit the view "product / listing_price" and comment/remove the code

echo $this->currencyHelper->format(......);
in the desired places.

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
11 years 4 months ago #151786

Hello thank you for your response
I'll explain
I would not be shown the amount of this product

thanks

Please Log in or Create an account to join the conversation.

  • Posts: 17
  • Thank you received: 0
11 years 4 months ago #151818

I solved I deleted the following string:
echo '<span class="hikashop_product_stock_count">'.JText::sprintf('X_ITEMS_IN_STOCK',$this->row->product_quantity).'<br/></span>';

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #151792

Hi,

Yes it's a way of doing that or you can do a translation override on the key "X_ITEMS_IN_STOCK"
like:

X_ITEMS_IN_STOCK=""

www.hikashop.com/support/faq.html#tran

Last edit: 11 years 4 months ago by Xavier.

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum