- Posts: 6
- Thank you received: 0
how to order product send the email to sales.
customer select "checkout" function, the request will send to customer and seller (partner)
through e-mail to notify them.
Q2 Upload product information / change order status by partner. If the partner sells their products, they should not view and change other production information
how to configuration the request ?
Please Log in or Create an account to join the conversation.
Q1: There is no notification to the seller upon order creation at the moment in HikaShop. If you know how to code in PHP, you can create a plugin to handle that. We have a documentation of the API to achieve that:
www.hikashop.com/support/documentation/62.html#common
Q2: At the moment HikaShop does not offer a multi vendor feature. So only the store manager can add/edit a product and change an order status. We want to develop such a feature in the future but that won't happen before January.
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
EDIT: I just spoke with my client as he's not happy as predicted. This is a show stopping must have feature. I unfortunately have no money to hire a php programmer to develop this, especially when it should be included in the software. Crap, I should've asked about it before I bought it but I didn't think that you would have just left that feature out. It's industry standard.
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
There is no notification on order creation BUT there is a notification when orders are confirmed (there is an option in the config to specify an email address for that). We though that it would be more important for users to know when an order is confirmed than when an order is created. Isn't that ok for your client ?
Also you can easily create a plugin to send an email when an order is created:
www.hikashop.com/support/documentation/62.html#common
You can create a standard joomla plugin (take example on the history plugin we provide) and implement the function onAfterOrderCreate where you can send your email.
Features will be a must have for some and useless to others. Some users don't understand why there isn't an import feature where it should be standard, some will think about options, or ACL, or USPS shipping plugin, etc. We would love to have all the features our users want already in HikaShop. But we have a limited time to develop them. HikaShop is still young, it will come...
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
The problem is that making a release is not only about one feature. You can't do a release if you already started other things...You need to finish and test all the stuff you started before releasing a new version. That's why it takes some time. It's when you try to release without testing features or with half finished features that problems occurs.
Actually, I already implemented it in the code and I just tested it few minutes ago. We are currently finishing the tests on the new features and hope to release before the end of the day.
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If you're talking about the Hikashop configuration, you'll find it in System>Configuration.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There is nothing to do in order to get an admin notification upon order creation unless you emptied the field "order admin notification email address" of the configuration. If that field contains your email address and that you're still not receiving the notifications, in means that there is a problem with your email settings preventing your email server to send that email notification.
Please Log in or Create an account to join the conversation.