How to Disable dropdown of my cart?

kostianev
78 Posts
kostianev posted this 25 August 2016

Dear, I have cart module, which is displaying the price, but I don't want to have dropdown with products etc. I only need, when the users click over the cart, to go the cart page. How can I achieve this function in Joomla / VirtueMart?

Dear, I have cart module, which is displaying the price, but I don't want to have dropdown with products etc. I only need, when the users click over the cart, to go the cart page. How can I achieve this function in Joomla / VirtueMart?
Vote to pay developers attention to this features or issue.
5 Comments
Order By: Standard | Newest
Support Team posted this 26 August 2016

Hello Aleksandar,
there's no special option which allows to turn off the drop down list of the Cart Link control. But you may try the workaround:
1.remove all controls which are displayed in the drop down section of the Cart Link control:

S1.png

2.under Submenu options set
Background = Transparent
and make sure there're no Shadow, Borders, etc.

S2.png

regards,
Aileen

Hello Aleksandar, there's no special option which allows to turn off the drop down list of the Cart Link control. But you may try the workaround: 1.remove all controls which are displayed in the drop down section of the Cart Link control: !S1.png! 2.under Submenu options set Background = Transparent and make sure there're no Shadow, Borders, etc. !S2.png! regards, Aileen
kostianev
78 Posts
kostianev posted this 26 August 2016

Thank you! Now I achieve what I want, also discovered that it's working, if I hide the main div element of the submenu

.bd-menu-8-popup {display: none!important;}

Thank you! Now I achieve what I want, also discovered that it's working, if I hide the main div element of the submenu .bd-menu-8-popup {display: none!important;}
Support Team
Support Team posted this 29 August 2016

Hi,

Yes, that's also can be a solution. Nice to hear that you've found out. Feel free to contact us in any other occasion.

Sincerely,
Hella

Hi, Yes, that's also can be a solution. Nice to hear that you've found out. Feel free to contact us in any other occasion. Sincerely, Hella
tmgarrison
97 Posts
tmgarrison posted this 08 February 2018

I'm trying to use the "dropdown" from the cart, but the "item" disappears when I try to click on "Show Cart" or "Checkout".

I've moved the "Cart Link" out from the right side to allow room, added z-index of 1000, but nothing keeps that "dropdown" (the cart item display) in view so that the buttons can be clicked.

If you do not use the dropdown as described by kostianev, only the cart icon is available. You can click on that but you'll be "stuck" on the page where you must enter an address in order to "get" to the cart.

After messing with moving the "Cart Link", changing the z-index, etc., I was able to get the dropdown to remain accessible in Firefox - but Chrome won't allow me to get to the "Show Cart" or "Checkout" buttons.

I can get to the "Price Total", but if I move my mouse any lower the window disappears.

Inside Themler I was able to finally get Chrome to function so I could get to the buttons under price total. But in the live site, the window disappears once the mouse reaches even a pixel below the price box.

Any suggestions?

I'm trying to use the "dropdown" from the cart, but the "item" disappears when I try to click on "Show Cart" or "Checkout". I've moved the "Cart Link" out from the right side to allow room, added z-index of 1000, but nothing keeps that "dropdown" (the cart item display) in view so that the buttons can be clicked. If you do not use the dropdown as described by kostianev, only the cart icon is available. You can click on that but you'll be "stuck" on the page where you must enter an address in order to "get" to the cart. After messing with moving the "Cart Link", changing the z-index, etc., I was able to get the dropdown to remain accessible in Firefox - but Chrome won't allow me to get to the "Show Cart" or "Checkout" buttons. I can get to the "Price Total", but if I move my mouse any lower the window disappears. Inside Themler I was able to finally get Chrome to function so I could get to the buttons under price total. But in the live site, the window disappears once the mouse reaches even a pixel below the price box. Any suggestions?
Support Team
Support Team posted this 08 February 2018

Hi,

Please provide a link to the page where we could see the issue.

Sincerely,
Hella

Hi, Please provide a link to the page where we could see the issue. Sincerely, Hella
You must log in or register to leave comments