Feature request

  • Posts: 2293
  • Thank you received: 315
12 years 3 months ago #36953

At this time for all goods in store only one string for price - "each".

But goods in store may be different.
Eggs are sold by ten items (one package).
Wine is sold by bottle and so on.

We extremely need to choose string for each product from some list.

I this is wine - let it be "for bottle"
If this is eggs "for 10 items"
if this is meat "for package" and so on....

In other language this is more necessary....


Я не явлюсь официальной службой поддержки!
Я здесь добровольно!

Хочешь получить купон на скидку Hikashop? Спроси меня как!

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

  • Posts: 81633
  • Thank you received: 13086
  • MODERATOR
12 years 3 months ago #37079

It's added to the todo list.

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

  • Posts: 26025
  • Thank you received: 4005
  • MODERATOR
12 years 3 months ago #37081

Hi,

Using custom fields (in commercial versions) you can add a "product custom field".
Per example a single dropdown custom field named "unit_name".

After that, edit product listing_price view and change the line

echo JText::_('PER_UNIT');

into
echo $this->row->unit_name;

And after that, you can configure in the unit name for each product.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.055 seconds
Powered by Kunena Forum