2 questions about ordermanagement

  • Posts: 252
  • Thank you received: 3
10 years 11 months ago #137487

-- url of the page with the problem -- : www.dodowear.nl
-- HikaShop version -- : 2.2.3
-- Joomla version -- : 2.5
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Hello
I have to questions about building better relations and returning products
1st: When a customer has ordered something I would like them to invite to write something in my guestbook. And perhaps to do this something with rewarding. Like next time no sending cost.
Looks like a combination of awo coupon, acymailing and vitabook

2nd: Is there a way to manage orders which customers want to return. For example in the invoice is a link where customers can subscribe that they want to return there order. When the customer has asked to return there order they and we receive an email.

If something like this still doesn't exist, perhaps it would be nice to add it in the future
best regards

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

  • Posts: 12953
  • Thank you received: 1778
10 years 11 months ago #137538

Hi,
1. The best way to redirect your customer after their payment will be to edit the code of the file "after_end" of the "checkout" view of your front-end template through "Hikashop->Display->Views", and add some code like :

<?php
$link = "www.MYSITE.com";
$app = JFactory::getApplication();
$app->redirect($link);
?>
2. You'll probably find some information about this through this thread .

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

Time to create page: 0.064 seconds
Powered by Kunena Forum