- Posts: 133
- Thank you received: 21
A WAITLIST button on the page product
14 years 3 weeks ago #64094
by sebur
A WAITLIST button on the page product was created 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/
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.
14 years 3 weeks ago #64122
by Eliot
Replied by Eliot on topic Re: A WAITLIST button on the page product
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.
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.
14 years 3 weeks ago #64197
by sebur
Replied by sebur on topic Re: A WAITLIST button on the page product
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.
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.
14 years 2 weeks ago #64354
by nicolas
Replied by nicolas on topic Re: A WAITLIST button on the page product
Can you give a link to that page ?
Please Log in or Create an account to join the conversation.
14 years 2 weeks ago #64396
by sebur
Replied by sebur on topic Re: A WAITLIST button on the page product
Please Log in or Create an account to join the conversation.
14 years 2 weeks ago - 14 years 2 weeks ago #64398
by Eliot
Replied by Eliot on topic Re: A WAITLIST button on the page product
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:
with this one:
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)))){ ?>
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.
14 years 2 weeks ago #64403
by sebur
Replied by sebur on topic Re: A WAITLIST button on the page product
Thank you! It works!
Please Log in or Create an account to join the conversation.
Time to create page: 0.231 seconds