AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: helperbee on September 21, 2015, 01:23:39 PM
-
How does a customer cancel an order from UI? I am unable to trigger that functionality.
-
This is a good question and should be setup as a future feature...
I don't think this option is available currently...You can do it as an admin (cancel the order and it will disappear from the customer's screen), but probably a request to cancel button should be setup on the customer end.
-
Good feature to consider.
-
IMO - this should have several considerations if it is added. It nneds take into consideration the status of an order before it is allowed to be cancelled, This would necessitate the admin actually updating status of an order through the process.
Or perhaps send a cancellation request to admin for proper approval.
Care needs to be taken so that a customer doesn't cancel an already prepared (in case of customization) or shipped product.
And not automating the credit back to customer for a cancelled order, but needing the admin to process it manually, would be preferable IMO.
Lee
-
IMO - this should have several considerations if it is added. It nneds take into consideration the status of an order before it is allowed to be cancelled, This would necessitate the admin actually updating status of an order through the process.
Or perhaps send a cancellation request to admin for proper approval.
Care needs to be taken so that a customer doesn't cancel an already prepared (in case of customization) or shipped product.
And not automating the credit back to customer for a cancelled order, but needing the admin to process it manually, would be preferable IMO.
Lee
Agree with all above...
1) Should be a request to cancel...
2) Would be nice to update quantities if successful to put the items back in stock (+qty)
3) Processing refunds should be manual IMO (and safer to allow quicker implementation)
-
I'll submit it as future feature request.
For now, since we launch next month, how do I add the button to storefront to enable customer to request a cancelation?
We don't ship, nor are we letting AB track stock. Our policies already state that they need to cancel before picking up order. So for us, it's pretty straight forward, they need to contact us about a cancellation before a certain date.
How can I get help with adding the button as you suggested?
-
You'd need to do custom code/html depending on however you want to code it and how you want it to look...I don't have specifics since I don't honestly know. I'd google general html coding links and copy those and put it in a new html block within abantecart and various pages as needed.
We'll probably just put it in our FAQ page and leave it at that.
-
helperbee - in your situation - try taking a look at the forms manager - it seems to me that you could use a form to add the necessary fields for the information you need.
Then you could place the block with the form in it anywhere within your site. You can add that info to the footer portion of your invoice that your customer gets - it can have a link to your form also.
Your customer would have to input the info - order number, name, etc. but that would keep you out of custom coding for now.
Lee
-
Cool, I didn't know there was such a thing. :) Looking at it briefly, I think I'd probably opt for custom html code myself though. :)
-
always happy to add to your knowledge base WebDev, 8)
so many users don't have the ability to do much in the code side. And I try very hard to use the functions within the core product if at all possible, as it makes updating easier. As changing the coding often means a re-do when a new version comes out (seems like every 2-3 months).
Cheers everyone!
Lee
-
Very true...I try to keep it all stock if I can. One thing I'd like to probably get to adding is a quick survey after someone purchases something (experience/speed/ease of use, etc) and another simple survey linking back after a package is delivered.
If you have quick links for some of those, would be greatly appreciated...
-
Well here's easy and quick way from the snacktool folks http://www.snacktools.com/ (http://www.snacktools.com/)
they have free versions of everything as well as paid versions. towards the end of the year they have some killer specials for the paid versions. I've used them for years for popup notifications on pages, flip books for product promotions - like Christmas catalogs etc.
Here's the direct link for the polls, give it a try and see if it might work for you.
http://www.pollsnack.com/ (http://www.pollsnack.com/)
Lee
-
Thank you, Lee. I'll do as you suggest. I appreciate the non-coding solution as I'm not a coder (good guess on your part)! I just may still launch on time and look good. Thanks ever so much!
-
helperbee - in your situation - try taking a look at the forms manager - it seems to me that you could use a form to add the necessary fields for the information you need.
Then you could place the block with the form in it anywhere within your site. You can add that info to the footer portion of your invoice that your customer gets - it can have a link to your form also.
Your customer would have to input the info - order number, name, etc. but that would keep you out of custom coding for now.
Lee
How do we add block to invoice? Thanks
-
For clarity here - I wasn't suggesting adding a block to the invoice as i believe that would take some coding to accomplish. But you can change the message that appears in the footer area of the invoice -with a simple message like "need to cancel your order, click here" and use the url to the location where the cancellation form is located.
-
Ok i get it. Thanks, llegrand.
-
Sounds easy enough. I think I found the file related to the invoice:
order_invoice.tpl
I'll drop in the link pointing to the custom "cancel order" form. I let you know how it goes. Thanks
-
Probably easier and better to change the footer info within the settings > language definitions, just type in the translation box
view your order
and it will bring up the order confirmations etc - be sure you are get the ones for the STOREFRONT sections
If you change the language defs it will stay there from upgrade to upgrade
Lee
-
I've built the form and placed it within a block and then placed that block within a content page.
It wasn't hard at all. I'm stuck because I can't find the order invoice to edit. I'm ready to drop in the text "to cancel and order, click here". Can you specify its name?
I need to make other changes to the order invoice, such as drop the IP Address and its label.