Proceed to checkout

  • Posts: 4
  • Thank you received: 1
10 years 3 months ago #188111

-- url of the page with the problem -- : cynfulmakeup.net/test/index.php/cart
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.17
-- Browser(s) name and version -- : FF 35.0
-- Error-message(debug-mod must be tuned on) -- : n/a

I'm sure I have something set wrong. I'm playing around with hikashop and I have a cart in the mainmenu. Items are listed when added, however when I click proceed to checkout the cart just reloads and never takes me to checkout. I also have a cart module on the products page and sub items, clicking proceed to checkout there works as it should. What am I missing?

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

  • Posts: 26235
  • Thank you received: 4036
  • MODERATOR
10 years 3 months ago #188123

Hi,

Please be sure that the menu you configured for the setting "force menu on checkout" is right a HikaShop checkout menu.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Bures

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

  • Posts: 4
  • Thank you received: 1
10 years 3 months ago #188285

Didn't have one set. I ended up just changing the menu to an article and setting the cart module to display. Thanks for your reply.

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

  • Posts: 7
  • Thank you received: 0
10 years 3 months ago #191481

So I had the same issue.. and Eventhough I set the Force Menu Item, nothing changes:

My Scenario:

When proceeding to Checkout from a Saved Card, it wont ever change to the cart. It always just reloads.

This is how I fixed it, but I dont like it:

in /components/com_hikashop/views/cart/tmpl/showcart.php line 41

WAS:
<form method="POST" id="hikashop_show_cart_form" name="hikashop_show_cart_form" action="<?php hikashop_completeLink('cart'.$url_itemid); ?>">

is now

<form method="POST" id="hikashop_show_cart_form" name="hikashop_show_cart_form" action="<?php /*hikashop_completeLink('cart'.$url_itemid);*/ echo "/checkout"; ?>">

As you can see I completely removed the completeLink function, and hardcoded in my URL to checkout, which seems to work for now, but I assume it will not work if users has multiple carts etc. Please look into this scenario ASAP, so we can get it fixed.

As I mentioned, my client is fine for now, but I anticipate issues with this approach.

Jesper

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

Time to create page: 0.069 seconds
Powered by Kunena Forum