Hide "Proceed to checkout" button in the last page of checkout in mobile view

  • Posts: 39
  • Thank you received: 0
2 years 1 month ago #345853

-- HikaShop version -- : 4.6.2
-- Joomla version -- : 3.8.13
-- PHP version -- : 7.2.34
-- Browser(s) name and version -- : Chrome 105.0.5195.127

Hi,

I am struggling on how to hide the "Proceed to checkout" (similar to Finish button) in the last page of checkout "confirm" in mobile view, because the theme of website had mini cart placed on the top of the Paypal in 4 buttons options whereas mini cart placed shown in the left sidebar in the desktop version.

If I remove text in "PROCEED_TO_CHECKOUT=" in language setting it would obviously remove text in the mini cart as well as pop up mini cart in mobile which is not good.

If I leave the field for "Continue shopping button's URL" empty in the checkout config, it won't hide

Any assistance is greatly appreciated.

Attachments:

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
2 years 1 month ago #345859

Hi,

What you could do is to add this CSS:
.view-checkout .hikashop_cart_module .hikabtn{ display:none; }

This will hide the proceed to checkout button on the cart module when you're already on the checkout.


Alternatively, you could just turn off the checkout display setting of the cart module in the Joomla modules manager in order to not display the cart module on the checkout page.

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

Time to create page: 0.034 seconds
Powered by Kunena Forum