Elxis CMS Forum

Extensions => Components => Topic started by: gnikol1 on April 06, 2011, 13:47:24

Title: IOS eshop Hide the cart when working a product catalog
Post by: gnikol1 on April 06, 2011, 13:47:24
hi

I have the following issue.
I am using the eshop component as product catalog.
As the product catalog is no requiring to have carts and shopping workflows activated, I was wondering if there is a way where I can hide completely the cart from the pages.
Instead I would like when the customer is pressing the respective button to open a product inquiry form or similar.


Do you thing is feasible?
George
Title: Re: IOS eshop Hide the cart when working a product catalog
Post by: speck on April 06, 2011, 14:40:55
you can hide button of the cart with css
.btn_addcart2 {display: none; }