manuel1972 Posted June 10, 2010 Share Posted June 10, 2010 Hi all,I am using prestashop 1.3. and have the following problem:On the home page there is a button 'bestellen (order)' floating on the bottom side of the page. I would like to delete it but cannot find teh source.My test site is:http://www.freetech-equipment.nl/prestashop/Maybe you can help me out?Thanks in advance,Manuel Link to comment Share on other sites More sharing options...
razaro Posted June 10, 2010 Share Posted June 10, 2010 That button is because item is out of stock and following css is applied #center_column .products_block a.button, #center_column .products_block span.exclusive { float:right; margin:0.8em 5px 5px 0; width:120px; } You can delete part , #center_column .products_block span.exclusive And paste this code after closing } of previous code. #center_column .products_block span.exclusive{display:none} Link to comment Share on other sites More sharing options...
manuel1972 Posted June 11, 2010 Author Share Posted June 11, 2010 Thanks Razaro,It worked fine, the button is gone!I don't know if it has something to do with it but, normally when a product is out of stock, a customer has the possibility to leave his email address and get informed when the product is available again.When filling out the email address and lateron in the admin entering a new stock quantity, there is no email being sent to the customer, saying the product is available again.Are you aware of this problem? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now