Cart button positions | corections in "Product listing global settings" [2017-11-06]

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeCart button positions | corections in "Product listing global settings" [2017-11-06]

This topic has been marked as resolved.

Hi,

I tried do some corection for Cart button showing in product listing. For Cart botton is 5 Positions:
1) Default
2) Inline
3) Overlap thumnail (bottom right)
4) Overlap thumnail (bottom)
5) Overlap thumnail (bottom left)

I want that’s cart button showing when mouse cursor is over product. And Cart button must be bottom – center.

I used 3-4 values but is realy I don’t understant what is mean “BOTTOM”. Look at the image – “21-cart-button-position.jpg”

How I can move cart button in control panel (Theme Settings>Store>Products listing) image – “22-cp.jpg”

 JAZZLT
November 6, 2017 at 4:52 pm #62386

Hi,

1) Add to cart button can show on hover only if its position is set to overlay. In your case you will need some adjustment:

https://i.imgur.com/kuhYhsl.png

2) The other option is to set item hover to “Append”:

https://i.imgur.com/XoCX6u6.png

BR,
ThemeBurn team

November 13, 2017 at 5:54 pm #62513

Hi,

And last question.
When the button’s “Add to Cart” position is “bottom”, how I can move to center. Product name and price also.

BR

 JAZZLT
November 14, 2017 at 11:40 am #62553

Hi,

You need to use the “Offset adjustment” field and set some negative margin:

https://i.imgur.com/MPsK5mU.png

BR,
ThemeBurn team

November 30, 2017 at 12:47 pm #62725

? Can you show example how will look cart buton if you will use this (your example) https://i.imgur.com/MPsK5mU.png

I NEED THE CART BUTTON WAS CENTERED IN BOTTOM POSITION LIKE IN EXAMPLE HERE – “centered.jpg”

 JAZZLT
December 1, 2017 at 5:03 pm #62733

Hi,

You will need this extra CSS:

.tb_grid_view .product-thumb .button-group {
  text-align: center;
}

and these cart button settings:

https://i.imgur.com/h3TbkRT.png

BR,
ThemeBurn team

December 2, 2017 at 2:29 pm #62739

Hi,

Do you writed that code in my shops Custom Stylesheet field? I see this code inside and now in frontend all is good :)

Anyway all is good and thank you very much! My personal problem RESOLVED.

BR

 JAZZLT
December 4, 2017 at 8:47 am #62741

Hi,

Yes, we’ve put the code for you, but post it here as well :)

BR,
ThemeBurn team

December 11, 2017 at 1:04 am #62834
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.