AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: JR Bentley on July 05, 2019, 06:36:41 AM

Title: Srinking the cart on the product page?
Post by: JR Bentley on July 05, 2019, 06:36:41 AM
Good morning, everyone did a great job with AbanteCart! all the features  and toggles in the admin makes it easy to use. As a novice developer I am setting one up for a friend but have ran into one issue which is important to him and fixing it will be the determining factor whether he wants to continue with AbanteCart or not. And I think curing this might be helpful for all AbanteCart users.

He really wants larger thumbs on the product page, but when you shut off the feature column on the left everything moves over to the left which is fine except the elements in the cart move over and expand the cart to the left also. Then when you use a larger thumb size it tucks under the cart block because the cart block does not shrink back to the right and make room for the larger image frame.

I have searched and read for two days and cannot find the correct paths to change the values and make at least the lower elements next to the image frame shrink back over to the right and make room for the larger thumb frame. The situation makes the size value of the thumb image option very limited and it would be great to be able to cure this issue if someone has any ideas or knows where the paths are to these value settings. I am using the default template.

Thank you very much for your time and great work with AbanteCart!
Title: Re: Srinking the cart on the product page?
Post by: Basara on July 05, 2019, 09:08:57 AM
Hello.

You can edit the product page template file (html part) and add/edit CSS rules if required
Template based on bootstrap
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/stylesheet/style.css
Title: Re: Srinking the cart on the product page?
Post by: JR Bentley on July 05, 2019, 11:19:57 AM
Thank you so much for your time and  prompt reply! I will give it a shot first chance I get and update.  :)