- Posts: 5
- Thank you received: 2
Checkout Process
1 month 1 day ago #373143
by Pinguino
Checkout Process was created by Pinguino
-- 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
-- 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
Please Log in or Create an account to join the conversation.
1 month 1 day ago #373145
by nicolas
Replied by nicolas on topic Checkout Process
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:
- 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.
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:
Code:
$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.
The following user(s) said Thank You: oxido
Please Log in or Create an account to join the conversation.
1 month 14 hours ago #373149
by Pinguino
Replied by Pinguino on topic Checkout Process
Hi Nicolas
Thx for the quick and good hint.
Daniel
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.192 seconds