change the re-order landing page

  • Posts: 59
  • Thank you received: 2
3 years 3 months ago #327730

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.19
-- PHP version -- : 7.4
-- Browser(s) name and version -- : Firefox 84

Hi,
is it possible to change the Re-order landing page? instead of going directly to the checkout go to another page like a cart listing page?

thank you

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
3 years 3 months ago #327732

Hi,

There is no option for that.
You would have to change the line:

$app->redirect( hikashop_completeLink('checkout'.$item, false, true) );
in the file components/com_hikashop/controllers/order.php to something like that:
$app->redirect( hikashop_completeLink('cart&Itemid=XX', false, true) );
where XX is the id of the menu item you want to be used.
Note that you'll loose the change after each update of HikaShop.

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

Time to create page: 0.051 seconds
Powered by Kunena Forum