A WAITLIST button on the page product

  • Posts: 132
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #64094

Hello
After the upgrade to version 1.6.0 hikashop_essential in prodktah WAITLIST_BUTTON button is not displayed. When the setting ' for all products ' button appears in the products and in the list of products that I don't want. Please help Board.


with respect!
Sergej
agro-lavka.ru/

Attachments:

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

  • Posts: 2334
  • Thank you received: 403
11 years 7 months ago #64122

Hi sebur,

I'm not of what I see since it's in Cyrillic but the problem may come from the modules or menus ou are displaying.
The "display add to wishlist button" option is not only available in the main configuration of Hikashop but also in the modules and menus.
So maybe the menu you are display has this option activated.

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

  • Posts: 132
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #64197

hello

In the setting of "Wishlist" is no problem.
Problems when displaying the button that says "When the product goes on sale" after activating "Waitlist feature"

Yours!
Sebur.

Attachments:

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
11 years 7 months ago #64354

Can you give a link to that page ?

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

  • Posts: 132
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #64396

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

  • Posts: 2334
  • Thank you received: 403
11 years 7 months ago #64398

It seems it was a bug in Hikashop.
To fix it just go in your folder components\com_hikashop\views\product\tmpl and edit the file quantity.php to replace this line:

if(hikashop_level(1) && ($waitlist==2 || ($waitlist==1 && !empty($this->element->main->product_waitlist)))){ ?>
with this one:
if(hikashop_level(1) && ($waitlist==2 || ($waitlist==1 && (!empty($this->element->main->product_waitlist) || !empty($this->element->product_waitlist))))){ ?>

Last edit: 11 years 7 months ago by Eliot.

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

  • Posts: 132
  • Thank you received: 21
  • Hikashop Business
11 years 7 months ago #64403

Thank you! It works!

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

Time to create page: 0.076 seconds
Powered by Kunena Forum