product quanity

  • Posts: 138
  • Thank you received: 4
9 years 2 months ago #245041

hi,
I have a product(for ex: X ) with four variants(for ex: X1 , X2 , X3, X4) with 20 stock total.
stock : X1 -->10 stock X2--->5 stock X3--->3 stock and X4 -->2 stock (totall = 20 stock)

now, I'm gonna addition to displaying a variants stock (for ex x2 --> 5 )in products details page , the total stock(20 stock)to be displayed
how do it?
so thanks


Joomla Developer | am.ebrahimzadeh[at]gmail.com

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 2 months ago #245058

Hi,

The variants stock should already be displayed on the product page.
To add the main product stock, you can edit the file "show_default" via the menu Display>Views and add such code:
<?php echo $this->element->main->product_quantity; ?>
where you want to display it.

The following user(s) said Thank You: aminweb

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

  • Posts: 138
  • Thank you received: 4
9 years 2 months ago #245072

thanks nicola,
I add in quanity.php .
merci


Joomla Developer | am.ebrahimzadeh[at]gmail.com

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

Time to create page: 0.049 seconds
Powered by Kunena Forum