Can't get the Waitlist button in product listing

  • Posts: 639
  • Thank you received: 16
  • Hikashop Business
10 years 9 months ago #179553

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6

I have a product listing module attached to a category listing menu.

Everything works fine. It shows pagination buttons. it shows pictures, prices, ADD TO CART BUTTON, no stock text...

everything is a perfect world.

But there is no way to make a NOTIFY ME WHEN AVAILABLE button show.

It shows if I setup in Configuration - Features - Waitlist to show for all products. But if I put under per product basis no matter what I do with a certain product, it never shows.

My test product has Waitlist activated and quantity set to 0. No arrival date set.
I'm testing with a Customer logged in.

Any clue where to start checking?

UPDATE:
Add to cart button shows for those products available, and No stock message shows for no available.

Last edit: 10 years 9 months ago by PeterChain.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 9 months ago #179573

Hi,

Please edit the view "product / quantity" and replace:

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

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

  • Posts: 639
  • Thank you received: 16
  • Hikashop Business
10 years 9 months ago #179636

Great, it works perfectly, I understand this is a bug going to be fixed in next release, right?

And I have a question / request:

When I click on the "Notify me button" I get out of the product list to land in a specific Form to confirm the notify request. Can this screen be a popup?

It would be more clear in terms of user experience and then after confirming would get back to the product list, otherwise I get a "click here" button to get back to the product view (not the product list where I clicked the waitlist button) and is worse because I want my clients to ask notification right from product list and not from product view.

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 9 months ago #179655

Hi,

1. Yes, it will be added in next version of HikaShop.

2. That would require custom development. You can contact our partners for a quote request on that:
www.hikashop.com/home/our-partners.html

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

  • Posts: 241
  • Thank you received: 5
10 years 5 months ago #194793

Was this bug fixed?

We are using 2.3.5 (can't upgrade right now to 2.4.0) and it still seems to exist.

Above user was using 2.3.4.

Please advise.

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 5 months ago #194800

Hi,

That fix was included in the 2.3.5 so you must already have it.
However, if you had already customized the file "quantity" of the view "product" via the menu Display>Views, or if your template has an override on it, it's normal that you didn't get the fix.
Rename the file templates/YOUR_TEMPLATE/html/com_hikashop/product/quantity.php to something else via FTP and that will deactivate the view override and you'll get the fix.

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

  • Posts: 241
  • Thank you received: 5
10 years 5 months ago #194864

No never changed the file and definitely using 2.3.5.

It works when I change "activate waitlist feature" = "for all products" but when I change back to "on a per product basis" the "notify when available" button disappears (it is turned on on the product).

This is a new bug as it has worked in the past.

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

  • Posts: 84220
  • Thank you received: 13673
  • MODERATOR
10 years 5 months ago #194890

Hi,

I'm not able to reproduce the issue. So there must be something else here.
Are you sure that the template doesn't have a view override as I explained in my previous message ?
Did you check that the file templates/YOUR_TEMPLATE/html/com_hikashop/product/quantity.php doesn't exist ?

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

Time to create page: 0.082 seconds
Powered by Kunena Forum