Checkout Process

  • Posts: 5
  • Thank you received: 2
4 days 13 hours ago #373143

-- HikaShop version -- : 6.5.2
-- Joomla version -- : 6.1.3
-- PHP version -- : 8.5.9
-- Browser(s) name and version -- : Firefox

Hi

wenn i am in a Product I would like to go (attach 1 - Hika Shop Cart Module, red Box) fist in the shoping cart (attach 2 - Zielseite) and from there in the Checkout.

How can I do this?

LG
Daniel

Attachments:

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

  • Posts: 86080
  • Thank you received: 14188
  • MODERATOR
4 days 9 hours ago #373145

Hello Daniel,

There is no setting for this, the "Zur Kasse" button of the cart module always goes straight to the checkout. It takes a small change in the view file of the module:

- Go to Display > Views, set the "View" filter on "product" and open the file "cart" for your frontend template.
- Add this line right after the first opening PHP part, just above the line starting with $tmpl = hikaInput:

$this->url_checkout = hikashop_completeLink('cart&task=show');

- Save.

The button then goes to your cart page instead, the one on your second screenshot, and your customers continue to the checkout from there with the "Zur Kasse" button of that page.

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

  • Posts: 5
  • Thank you received: 2
3 days 18 hours ago #373149

Hi Nicolas

Thx for the quick and good hint.

Daniel

The following user(s) said Thank You: nicolas

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

Time to create page: 0.055 seconds
Powered by Kunena Forum