Skip to main content

A WAITLIST button on the page product

More
14 years 3 weeks ago #64094 by sebur
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/

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

More
14 years 3 weeks ago #64122 by Eliot
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.

More
14 years 3 weeks ago #64197 by sebur
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.

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

More
14 years 2 weeks ago #64354 by nicolas
Can you give a link to that page ?

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

More
14 years 2 weeks ago #64396 by sebur

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

More
14 years 2 weeks ago - 14 years 2 weeks ago #64398 by Eliot
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:
Code:
if(hikashop_level(1) && ($waitlist==2 || ($waitlist==1 && !empty($this->element->main->product_waitlist)))){ ?>
with this one:
Code:
if(hikashop_level(1) && ($waitlist==2 || ($waitlist==1 && (!empty($this->element->main->product_waitlist) || !empty($this->element->product_waitlist))))){ ?>
Last edit: 14 years 2 weeks ago by Eliot.

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

More
14 years 2 weeks ago #64403 by sebur
Thank you! It works!

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

Time to create page: 0.188 seconds
Powered by Kunena Forum