Someone on your site & can't find exactly what they're looking for

Open to all! Ask other shopowners for help.
Post Reply
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Someone on your site & can't find exactly what they're looking for

Post by burt »

What do you do, if anything ?
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Someone on your site & can't find exactly what they're looking for

Post by radhavallabh »

On no Product found page- Ask the customer if they would like to forward us their query, we should have a field prefilled with query, with a customer email input field and submit.
Regds./
radhavallabh
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: Someone on your site & can't find exactly what they're looking for

Post by azpro »

- If they search a product that is old/not available anymore / status inactive - Show alternative product(s) (if any) - and show contact_us link.

- If they search a product that is / was not in our catalog - show a message "call us - mail us" with button link to contact_us.php (which customers only do if they really need something we can provide but is otherwise not available / findable on the www. Yes - those products exist :D )

Before we had possibility to add alternative (links) and fuzzy search but that is quite impossible to maintain.

We also used a PHP function (Levenshtein (? - long ago I worked on that - might be another function)https://www.php.net/manual/en/function.levenshtein.php) which could show the closest search result - worked quite okay.

All in all - this is a complicated matter IMHO.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Someone on your site & can't find exactly what they're looking for

Post by burt »

Tx for posting guys.

It is a complicated matter, but imagine the possibility of;

1. a button maybe in the header "can't find it? contact us", which;
2. opens a modal window, which;
3. asks for name/email and their question and allows extra questions and even a customer image upload, which;
4. pings the shopowner by email or maybe by slack telling shopowner that have a request to attend to, and;
4a. a nice reporting page in the admin area showing these requests, which;
5. allows shopowner to respond (immediately) by email, including links to products
5a. if the customer who asked is registered, push a queued email for a a day away, including the similar data as the immediate email

and even

7. a shopside "gallery" page of pictures sent in by customers, along with your response and links to alternative products.

How cool would all that be ?
I am not here to build for you.
I am here to build with you. Let's help each other.
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: Someone on your site & can't find exactly what they're looking for

Post by azpro »

Good - but I would prefer new Options/attributes system ;) ... and Templatable Admin 8-)

What you mention above is off course nice - but not on top of my list :D

A
14Steve14
Senior Contributor
Posts: 921
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Someone on your site & can't find exactly what they're looking for

Post by 14Steve14 »

All we have done is added in some text to the bottom of the advanced_search.php page advising customers to contact us if they are unable to find a product. The link is in the form of a button to the contact us page so a big call to action. Simple and seems to get results if they get to the advanced_search.php page.

We use the typeahead addon for the search and was wondering if something can be put in there, but never got round to it.

We also use the out of stock addon which enables us to show products with a zero stock and removed the buy button. There is also a category with discontinued parts in which we link to alternative parts which keeps the products searchable.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Someone on your site & can't find exactly what they're looking for

Post by burt »

https://www.youtube.com/watch?v=0ipRdVC5hZc

All done with zero core code changes.
I am not here to build for you.
I am here to build with you. Let's help each other.
azpro
Contributor
Posts: 177
Joined: Fri Nov 06, 2020 8:25 am
Phoenix Version: v1.1.0.6
Has thanked: 30 times
Been thanked: 34 times

Re: Someone on your site & can't find exactly what they're looking for

Post by azpro »

Nice - Seems to be helpfull!
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Someone on your site & can't find exactly what they're looking for

Post by burt »

Yes, it's a pretty nice way to have customers (and potential customers) contact you.
Some of my description above does not exist;

4. email does, but slack does not (would just be a hook)
5a. queued email does not (would need a QE scheduler)
7. does not. I thought this was an excellent idea as it's free content for shopowner.
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply